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

Exit for Delivery

megha_h
Participant
0 Likes
763

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

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
724

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

4 REPLIES 4
Read only

naimesh_patel
Active Contributor
0 Likes
725

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

Read only

Former Member
0 Likes
724

Hi Megha,

Try this Enhancement V50S0001.

Reward if it helps,

Satish

Read only

megha_h
Participant
0 Likes
724

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

Read only

Former Member
0 Likes
724

Hi,

Try with BADI LE_SHP_GOODSMOVEMENT.

or

LE_SHP_DELIVERY_PROC

Regards