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

REGARDING BAPI FOR DELIVERY CREATE

Former Member
0 Likes
599

HI experts!

i need to create an inbound delivery .

is there any bapi available or rfc fm.

thanks in advance

jawad

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
573

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
Read only

Former Member
0 Likes
573

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

Read only

0 Likes
573

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

Read only

Former Member
0 Likes
573

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

Read only

0 Likes
573

thanks for ur reply!

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

not the purchase order.

thanks

jawad

Read only

Former Member
0 Likes
574

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