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

PGI for returns using WS_DELIVERY_UPDATE

Former Member
0 Likes
905

Hi Friends,

I'm using the FM WS_DELIVERY_UPDATE to do PGI for outbound deliveries. It is not doing the PGI for returns delivery. Can someone help me on how to use this FM for returns delivery PGI or is there any other FM to do this. I do not want to use BDC.

Appreciate your <removed by moderator> response.

Thanks,

Dikshitha G

Edited by: Thomas Zloch on Jul 7, 2011 12:49 PM

Hi Friends,

I'm using the FM WS_DELIVERY_UPDATE to do PGI for outbound deliveries. It is not doing the PGI for returns delivery. Can someone help me on how to use this FM for returns delivery PGI or is there any other FM to do this. I do not want to use BDC.

Appreciate your <removed by moderator> response.

Thanks,

Dikshitha G

Edited by: Thomas Zloch on Jul 7, 2011 12:49 PM

1 REPLY 1
Read only

Former Member
0 Likes
707

Use FM WS_LM_GOODS_MOVEMENT, pass the parameter IF_BITYPE = 'N'. Pass the table parameter CT_WORKTAB of type LIPOV. You can get the data from LIKP. The picking has to be complete on delivery. Use FM WS_DELIVERY_UPDATE to complete picking.