‎2010 May 28 2:11 PM
Hi,
i am using function module hu_goods_movement_create.its generating material document successfully. again i am doing the goods movement with out comming out of the function module. even though i pass new data to function module. its picking the old data.once i come out the transaction and redo the same thing its working fine.i think function module is not clearing the buffer. can any body help me in this regard.
Rgds
siva
‎2010 May 28 2:49 PM
Hi,
i dont find such fm in my system.
There is a fm called HU_CREATE_GOODS_MOVEMENT ,
Try executing it in this test sequence in se37 or in your code
CALL FUNCTION 'HU_PACKING_REFRESH'
CALL FUNCTION 'SERIAL_INTTAB_REFRESH'.
CALL FUNCTION 'L_SAPLL03A_INIT_INT'.
CALL FUNCTION 'HU_CREATE_GOODS_MOVEMENT'
You can find the example in report /ISDFPS/STOCK_CHANGE_WERKS_LGO and in include LHUMOF04
‎2010 May 28 2:49 PM
Hi,
i dont find such fm in my system.
There is a fm called HU_CREATE_GOODS_MOVEMENT ,
Try executing it in this test sequence in se37 or in your code
CALL FUNCTION 'HU_PACKING_REFRESH'
CALL FUNCTION 'SERIAL_INTTAB_REFRESH'.
CALL FUNCTION 'L_SAPLL03A_INIT_INT'.
CALL FUNCTION 'HU_CREATE_GOODS_MOVEMENT'
You can find the example in report /ISDFPS/STOCK_CHANGE_WERKS_LGO and in include LHUMOF04
‎2010 May 28 3:00 PM
Hi Keshav,
Thanks for your reply.can i know what is the use of this function module L_SAPLL03A_INIT_INT.
Rgds
siva
‎2010 May 28 3:09 PM
Hi,
Just look into that fm it just clears and refreshes some variables.
It was used in the same sequesnce wherever the fm was called.
‎2010 Jun 03 7:44 AM