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 in a Transaction Code

Former Member
0 Likes
529

Hi,

Can somebody tell me how to find all the user exits used in a transaction code (VA01 for example) without writing any code?

Thanks,

John.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
470

Hi John,

The procedure for find the user exit for VA01:

Go to tcode(say va01)->system->status->click on program name ->go to attributes of the program->get the package.

Now go to SMOD->Give package name and execute, u will see lot of exits.. Use the appropriate one and then create a project in CMOD and attach u r enhancement.

Or

1. go to "spro" (t -code).

2. IMG information systems .

3. if you know the module , go to the respective module and find the user exits.

Hope this helps you.

Regards,

Kumar

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
470

There are many variant of a Z_userexit program to do this, for example look at

Regards

Read only

Former Member
0 Likes
470

Hi John,

Here it is Exits available in va01:

SDTRM001 Reschedule schedule lines without a new ATP check

V45A0001 Determine alternative materials for product selection

V45A0002 Predefine sold-to party in sales document

V45A0003 Collector for customer function modulpool MV45A

V45A0004 Copy packing proposal

V45E0001 Update the purchase order from the sales order

V45E0002 Data transfer in procurement elements (PRreq., assembly

V45L0001 SD component supplier processing (customer enhancements

V45P0001 SD customer function for cross-company code sales

V45S0001 Update sales document from configuration

V45S0003 MRP-relevance for incomplete configuration

V45S0004 Effectivity type in sales order

V45W0001 SD Service Management: Forward Contract Data to Item

V46H0001 SD Customer functions for resource-related billing

Hope this helps you.

Regards,

Kumar.

Read only

Former Member
0 Likes
471

Hi John,

The procedure for find the user exit for VA01:

Go to tcode(say va01)->system->status->click on program name ->go to attributes of the program->get the package.

Now go to SMOD->Give package name and execute, u will see lot of exits.. Use the appropriate one and then create a project in CMOD and attach u r enhancement.

Or

1. go to "spro" (t -code).

2. IMG information systems .

3. if you know the module , go to the respective module and find the user exits.

Hope this helps you.

Regards,

Kumar