2008 Mar 16 6:05 AM
I have to create an Interface between Delivery (Dealer) Consignment issue Delivery (Supplier)
As soon as Delivery happened (for dealer), the following data is to be retrieved from Delivery as input for further action
1.Material no
2.Quantity
3.Supplying plant (to identify order no of specific location).
4.Equipment no
Using 1st three inputs BAPI wrapper to identify the order no (Order type ZVKE) & shipping point and trigger Delivery (for the respective PGIed qty & Equipment nos), PGI & Invoice in supplier using the following BAPIs.
To create delivery:
BAPI_OUTB_DELIVERY_CREATE_SLS. (The inputs needed for the creation of delivery are order no & shipping point).
To create PGI:
BAPI_GOODSMVT_CREATE Post Goods Movements with MB_CREATE_GOODS_MOVEMENT
To create Billing:
BAPI_BILLINGDOC_CREATE
2008 Mar 17 6:02 AM