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

background delivery and PGI process

Former Member
0 Likes
330

hi ABAPers,

i created a screen in module pool in that screen if i entered asales order number i ll get details of corresponding sales order number in table which i created in the same screen and my problem is after getting details in table if i press button below table in the screen delivery and PGI should done in background and pop shd come with delivery and PGI number...

plz can any 1 help me for this issue...

thanx in advance...

hi ABAPers,

i created a screen in module pool in that screen if i entered asales order number i ll get details of corresponding sales order number in table which i created in the same screen and my problem is after getting details in table if i press button below table in the screen delivery and PGI should done in background and pop shd come with delivery and PGI number...

plz can any 1 help me for this issue...

thanx in advance...

1 REPLY 1
Read only

Former Member
0 Likes
296

Hi,

Use the BAPI BAPI_OUTB_DELIVERY_CREATE_SLS to create teh delivery first.

Then use the BAPI BAPI_GOODSMVT_CREATE to do the PGI.

regards,

Ankur Parab