cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_OUTB_DELIVERY_CREATE_SLS Issue

Former Member
0 Kudos

Hello ABAP Gurus,

We have used BAPI_OUTB_DELIVERY_CREATE_SLS to create Outbound delivery with relative line numbers, which it is doing fine. The problem is it generates outbound delivery and then sets the PGI date. We don't want PGI date to be set, because after BAPI creates outbound delivery, we will process an IDoc which will pick, pack, and PGI for us. Could someone throw light as how we could overcome the PGI date issue. Thanks in adcvance.

Regards

RajeshSAP

Edited by: RajeshSAP on Jun 7, 2010 9:29 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved

Former Member
0 Kudos

Hi Rajesh,

Try using RV_DELIVERY_CREATE or W_FRM_DELIVERY_CREATE_GENERAL Function Module it worked well for me if you just want to create delivery with reference to Sales Order Number.

Thanks,

Sriram.