2011 Jul 07 4:27 AM
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
2011 Jul 07 7:52 PM
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.