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

GN_DELIVERY_CREATE issue

Former Member
5,863

Hi,

I am posting inbound delivery using Purchase order through FM GN_DELIVERY_CREATE, but when I am calling FM . instead of creating 1 inbound delivery, it is creating 2 Inbound delivery, is there any parameter which I am missing .

thanks

bobby

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,080

hi

populate both MATNR & MATWA before calling this fm.u can check out this sample program RM06EANL to know the use of GN_DELIVERY_CREATE

alternatively you can try these:

BBP_INB_DELIVERY_CREATE

BBP_INB_DELIVERY_UPDATE

BAPI_DELIVERYPROCESSING_EXEC.

SHP_VL10_DELIVERY_CREATE_PARA

hope this helps

regards

Aakash Banga

hi

populate both MATNR & MATWA before calling this fm.u can check out this sample program RM06EANL to know the use of GN_DELIVERY_CREATE

alternatively you can try these:

BBP_INB_DELIVERY_CREATE

BBP_INB_DELIVERY_UPDATE

BAPI_DELIVERYPROCESSING_EXEC.

SHP_VL10_DELIVERY_CREATE_PARA

hope this helps

regards

Aakash Banga

8 REPLIES 8
Read only

Former Member
0 Likes
3,081

hi

populate both MATNR & MATWA before calling this fm.u can check out this sample program RM06EANL to know the use of GN_DELIVERY_CREATE

alternatively you can try these:

BBP_INB_DELIVERY_CREATE

BBP_INB_DELIVERY_UPDATE

BAPI_DELIVERYPROCESSING_EXEC.

SHP_VL10_DELIVERY_CREATE_PARA

hope this helps

regards

Aakash Banga

Read only

Former Member
0 Likes
3,080

hi

pls refer :

this wud help

Read only

Former Member
0 Likes
3,080

hi,

https://www.sdn.sap.com/irj/scn/advancedsearch?query=%27gn_delivery_create%27+&cat=sdn_all

BBP_INB_DELIVERY_CREATE

RV_DELIVERY_CREATE

BAPI_INB_DELIVERY_SAVEREPLICA

thnaks

Read only

Former Member
0 Likes
3,080

Use 'BBP_INB_DELIVERY_CREATE' to create Inbound Delivery

Refer below thread.

Hope this helps...

Read only

Former Member
0 Likes
3,080

GN_DELIVERY_CREATE can be used for both Inbound/Outbound deliverys.

Field LFART in TABLES parameter XKOMDLGN indicate the delivery type

LFART = EL --> Inbound Delivery

LFART = LF --> Outbound Delivery

Read only

Former Member
0 Likes
3,080

hi

you can close the thread and mark it answered if the above solutions helped you.

regards

Aakash Banga

Read only

Former Member
0 Likes
3,080

i solved the issue

Read only

0 Likes
3,080

Hi Bobby,

Please let me know how you have solved the issue.

Thanks,

Nilesh