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
0 Likes
1,087

Hi,

I am using GN_DELIVERY_CREATE to create an inbound delivery.

Delivery is created but, when I go for a MIGO, i m not able to do it, since it says that delivery does not exists.

Later on i observed that 'Overall Processing Status' of the delivery is still open.

Am I missing to commit my work....

Please help me with this....Point will be rewarded.

thanks

Rohit

Hi,

I am using GN_DELIVERY_CREATE to create an inbound delivery.

Delivery is created but, when I go for a MIGO, i m not able to do it, since it says that delivery does not exists.

Later on i observed that 'Overall Processing Status' of the delivery is still open.

Am I missing to commit my work....

Please help me with this....Point will be rewarded.

thanks

Rohit

2 REPLIES 2
Read only

Former Member
0 Likes
663

call function 'GN_DELIVERY_CREATE'

exporting

vbsk_i = vbsk

vbls_pos_rueck = 'X'

no_commit = 'X'

if_no_deque = 'X' "641451

tables

xkomdlgn = xkomdlgn

xvbfs = xvbfs

xvbls = xvbls

exceptions

others = 1.

if sy-subrc eq 0.

commit work.

ENDIF

Read only

Former Member
0 Likes
663

The status of the delivery says that there is no preceding document for that delivery.

Is the preceding document the PURCHASE ORDER?

Is there any thing wrong with the purchase order?