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

User Exit

Former Member
0 Likes
307

Hello All,

USEREXIT_SAVE_DOCUMENT is the User Exit for the Outbound Delivery for save or update delivery.

How to find this... I mean not to trace it...what is the approach to find this

one more I got an report which takes Transaction code but gives back User Exits.In the list I didnt find this

USEREXIT_SAVE_DOCUMENT .

Please give your valable inputs for this...

1 REPLY 1
Read only

Clemenss
Active Contributor
0 Likes
253

Hi satya,

USEREXIT_SAVE_DOCUMENT is a form routine defined in include MV50AFZ1. This is a userexit defined in the very early way, it can not be implemented without registering the object and leads to a modification that has to bee taken care of in a release change.

As far as I know, SAP uses this kind of userexit only in sales&distribution module pools MV45A and MV50A.

You can find them using a global search for 'FORM userexit'.

Regards,

Clemens