Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Post Goods issue using delivery

Former Member
0 Likes
831

Hi,

Anyone know a function module or BAPI to post goods issue (mvt:601) for delivery. function module BAPI_GOODSMVT_CREATE does not support 601 or like. and if we use BDC, there are no return message because we use transaction VL02N and in this if any error, it will stop at error screen.

Pls let me know if you have any solution on this.

regards,

Nilesh

3 REPLIES 3
Read only

Former Member
0 Likes
511

Try to use trx. SE30 to traces the transaction VL02N. After this, in the list of trace you can find standard function used from standard transaction.

Regards,

Gianluca

Read only

Former Member
0 Likes
511

Hi,

Try out this function modules

1.MB_CREATE_GOODS_MOVEMENT

2.MB_POST_GOODS_MOVEMENT

Maybe this wud help u to post the goods issue.

Regards

Abhishek

Read only

Former Member
0 Likes
511

Hi,

I got solution with fm: WS_DELIVERY_UPDATE_2 which will update delivery, packing, picking.......

Still waiting for answer on: creating delivery realted billing document. Tried BAPI_BILLINGDOC_CREATEMULTIPLE which will create order related only.