Application Development 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: 

user exit for PGI in delivery

Former Member
0 Kudos

Hello every one,

This is regarding vl03n transaction. The requirement is to have some checks before PGI is done. If that checks are not satisfied PGI should not be happened and the delivery document should not be saved. The user exit we have used is SAVE_DOCUMENT_PREPARE. But the problem if we save the document without doing PGI then also the checks are carrying out and if those are not satisfied delivery is not saving. The requirement is to bypass the PGI when we save the document in case when we doesn't do PGI.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Reddy,

try in "V56L0001" Enhancement you can raise exception as well here....

If the hint is useful… Say thanks by reward….

Regards,

Prabhu Rajesh

2 REPLIES 2

Former Member
0 Kudos

Hi Reddy,

try in "V56L0001" Enhancement you can raise exception as well here....

If the hint is useful… Say thanks by reward….

Regards,

Prabhu Rajesh

Former Member
0 Kudos

hi prabhu,

Thanks for your reply. Seems it may work, but i have another idea and that is we can use IF fcode = 'WABU' then only PGI checks will be carried out.If we save directly instead of doing PGI the fcode is different and checks will not be carried out. Hope it will work. If you have any further ideas please post it.

thank you.