cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of Inbound delivery while posting goods receipt

Former Member
0 Kudos
547

Hi All,

I am using FM GN_DELIVERY_CREATE to create inbound delivery while posting goods receipt(Migo). The FM is taking a lot of time (almost 15 seconds) for each line item to create inbound delivery.

Please help to find an alternate FM/BAPI to create inbound delivery for all line items at one go, and improve the performance. Attaching the code presently I am using.

Thanks & Regards,

Ramesh

Accepted Solutions (0)

Answers (2)

Answers (2)

yang_bai
Active Participant
0 Kudos

Hi Ramesh,

You may want to try BAPI_INB_DELIVERY_SAVEREPLICA to create inbound deliveries,
or FM BBP_INB_DELIVERY_CREATE.

Hope this can help you.

Best regards,

Yang

Shubham1
Advisor
Advisor
0 Kudos

Hello

You can use BAPI_GOODSMVT_CREATE.

Shubham