2007 Nov 15 1:49 PM
Hi,
Here's the requirement.
Rush order will generate automatic Delivery, PGI.
Automatic Delivery can be done with the setting.But PGI can be done manually only.
There's transaction VL21 which will create PGI if we specify the delivery document number.
Now I am looking for some exit, enhancement or BADI where I can call this transaction but I didn't find any.
Can somebody help me with this.
Thanks in advance.
Regards
Megha
2007 Nov 15 2:19 PM
Check out for the userexits forms like USEREXIT_SAVE_DATA and USEREXIT_SAVE_DATA_PREPARE in the program MV50AFZ1.
You need to have an access key to modify this program.
Regards,
Naimesh Patel
2007 Nov 15 2:19 PM
Check out for the userexits forms like USEREXIT_SAVE_DATA and USEREXIT_SAVE_DATA_PREPARE in the program MV50AFZ1.
You need to have an access key to modify this program.
Regards,
Naimesh Patel
2007 Nov 15 3:10 PM
Hi Megha,
Try this Enhancement V50S0001.
Reward if it helps,
Satish
2007 Nov 19 4:52 AM
Hi,
Thanks for your responses.
The Sales order type is Rush Order in which the picking is done automatically.
I am using BADI <b>DELIVERY_PUBLISH</b> for calling the VL21 transaction(posts PGI for delivery).
Its giving error.
I think its because picking is not done at this juncture(after delivery document is posted).
Does any one has any idea of picking program ?
Regards
Megha
2007 Nov 19 5:56 AM
Hi,
Try with BADI LE_SHP_GOODSMOVEMENT.
or
LE_SHP_DELIVERY_PROC
Regards