Application Development 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: 

REGARDING BAPI FOR DELIVERY CREATE

Former Member
0 Kudos

HI experts!

i need to create an inbound delivery .

is there any bapi available or rfc fm.

thanks in advance

jawad

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

I think you want to create an outbound delivery from sales order.

Is this correct? If yes then perhaps you can use BAPI_DELIVERYPROCESSING_EXEC which lets you create an outbound delivery given a sales order number.

Regards,

Ferry Lianto

5 REPLIES 5

ferry_lianto
Active Contributor
0 Kudos

Hi,

I am not aware any BAPi available but please check RFC FM BBP_INB_DELIVERY_CREATE.

Otherwise, you may need to build RFC FM and call FM GN_DELIVERY_CREATE to create inbound delivery.

Regards,

Ferry Lianto

0 Kudos

HI ferry!

thanks alot man.

i am using this function module, can u plz help me out with the key fields.

i just have a sales document number available to create delivery.

is that enough or do i need more.

thanks again

ferry_lianto
Active Contributor
0 Kudos

Hi,

Do you mean purchase order document not sales order document to create inbound delivery?

If you do perhaps you can check the logic of standard program RM06EANL to create an inbound delivery from PO.

Regards,

Ferry Lianto

0 Kudos

thanks for ur reply!

i mean sales order document number that is in my case "0060000062".

not the purchase order.

thanks

jawad

ferry_lianto
Active Contributor
0 Kudos

Hi,

I think you want to create an outbound delivery from sales order.

Is this correct? If yes then perhaps you can use BAPI_DELIVERYPROCESSING_EXEC which lets you create an outbound delivery given a sales order number.

Regards,

Ferry Lianto