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: 

Creating Inbound Delivery Based on Sales Order

Former Member
0 Kudos

Hi,

Can any one let me know how to create Inbound Delivery based on Sales Order?

Actually it is based on the Delivery Type the returns delivery is created.

Transaction used: VL01N.

I am not able to do this using RV_DELIVERY_CREATE or GN_DELIVERY_CREATE.

Both neither create delivery nor return any messages!!!!

Thanks in Advance...

2 REPLIES 2

Former Member
0 Kudos

Hi,

In GN_DELIVERY_CREATE, the messages are collected in tables XVBFS. The details have to be passed to XKOMLGN and VBSK_I.

To get the delivery number, you have to use function module NUMBER_GET_NEXT. Number range object is 'RV_SAMMG'.

Hope it helps.

Sujay

Former Member
0 Kudos

Hi Sujay,

Thanks for the reply, i already tried what you have told, it doesnt help me!!!!