‎2005 Jul 12 12:38 AM
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
‎2005 Jul 12 8:20 AM
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
‎2005 Jul 12 10:18 AM
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
‎2005 Jul 12 5:36 PM
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.