cancel
Showing results for 
Search instead for 
Did you mean: 

Does any one know the FM or BAPI to "Goods Issue for TU" ?

Former Member
0 Kudos

Hi,

Manual process:

T-Code /SCWM/TU

Enter TU number (Transportation Unit) and then select the record.

Click on the button Goods issue.

Next TU will be posted..

Now my requirement is to do the same pragmatically. So if any one can tell me the Function module or BAPI for the same it will be a great help.

Regards,

Kittu

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi!

You can get list of deliveries by /SCWM/CL_SR_DB_TU and then use /SCWM/CL_GOODS_MOVEMENT for GM.

BR, Alex.

Former Member
0 Kudos

Hi Alexander,

could you please give me details or sample code for how can I get the deliveries and goods issue .

And one more class or function module to reverse goods issue for selected deliveries.

Thanks

Kittu

Answers (1)

Answers (1)

0 Kudos

hi~

Check below function.

CALL FUNCTION '/SCWM/GM_CREATE'

EXPORTING
is_header = ss_gmhead
it_item = st_gmitem
IMPORTING
ev_tanum = lv_gmdocno
et_result = et_result
et_bapiret = lt_bapiret
ev_severity = lv_severity.