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: 

Exit

Former Member
0 Kudos

Hi experts,

I am given a task where in Idoc will be generated by Good Issue with R/3 data when Save button is pressed in transactions <b>VT02N</b> or <b>VL02N</b>. I will have to find an exit which would get triggered on pressing SAVE button in the above two mentioned transactions.

Can any body tell me which is the exit where in I will have to call the Idoc.

I will be happy if any body can tell me the required exit for one of the transactions.

Help full answers will be promptly rewarded.

Regards,

Rama Murthy

3 REPLIES 3

Former Member
0 Kudos

Check the user exits

EXIT_SAPLV56U_004 - Shipment Processing: Prepare New Objects for Saving

EXIT_SAPLV56U_005 - Updating of Additional Objects Within Shipment Processing.

Please try this user exits USEREXIT_SAVE_DOCUMENT in program MV56AFZZ.

Also check this user exits EXIT_SAPLV56U_005 (enhancement V56USVDO).

Reward points

Thanks

Murali

0 Kudos

Hi,

Can you please specify to which transaction the exits mentioned belong to.

Regards,

Rama Murthy.P

Former Member
0 Kudos

Hi,

you can check the following Enhancements in SMOD transaction code. The exits belong to VL02N.

VMDE0001

VMDE0002

VMDE0003

VMDE0004.

Then you can find the function modules attached to the above Enhancements and

you can put break-point in the include program inside the FM to find out which one is appropriate.

Gud luck,

Bhawani

Message was edited by:

BHAWANI SHANKAR MOHANTY