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: 

To Find Include for Enhancement for Particular Transaction

Former Member
0 Kudos

Hi Friends,

Could You Plz assist me...

How to find out the User Exit for Particular Transaction.

Like for ME23N, we have a Include RV64A701 OR for VA01, we have the include MV45AFZZ and so on for every Transaction, which we believe as the User Exits.

Plz let me know, How to find out these Includes apart knowing from Configuration Part.

Thanks Alot

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

these kind of includes generally you can find them from the SPRO in the respective module customization.

3 REPLIES 3

Former Member
0 Kudos

Hi Sarvesh,

You have to find the user exit for this,

Goto the System--> Status -->Double click program name

Search for the string Perform Userexit

If search matches u have exit else not.

Thanks&Regards,

Karthik

former_member188685
Active Contributor
0 Kudos

these kind of includes generally you can find them from the SPRO in the respective module customization.

Former Member
0 Kudos

Hi,

1. In the transaction go to : system->status-> <PROG. NAME>

2. after getting the program name go to SE37 , type EXIT<PROG NAME> and press F4 to get the list of function exits available.

once you get the exit you should also be able to find the include name using the where used list, just select the exit and click where used list.

rgds,

venu.