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

finding user exit using include(urgent)

former_member671224
Participant
0 Likes
648

Hi,

can anyone tell me how to find out userexit using the include name.

very urgent...

Regards,

Amal

4 REPLIES 4
Read only

Former Member
0 Likes
594

you need keep break point and execute your application transaction..

if it is triggering at the point and then we can write the code ..

let me tell you one example :

i want keep one validation in sales order when user click on save.

you can look at mv45afzz and within include you will form routine start with save_data.

Reward Points if it is useful

Thanks

Seshu

Read only

0 Likes
594

the include is LGUMDF13 and the tcode is GA35.

how to find the corresponding userexit.

Read only

0 Likes
594

keep the break point in form routine one by one and execute the Transaction.

now you will able understand where to write.

Reward Points if it is helpful

Thanks

Seshu

Read only

Former Member
0 Likes
594

hi,

the include you have mentioned does not belong to the program for GA35.

the <b>program for GA35 transaction is SAPMKGA2</b>.

which has many includes out of which one is reserved for exits.

the include for the exits is <b>MKGA2F30</b>.

this include has many form user exits. compare the functionality of the user exit with your requirement and select the appropriate one and write your code there.