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

How to create a wrapper BAPI?

Former Member
0 Likes
474

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

1 REPLY 1