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: 

userexit scenario

Former Member
0 Kudos

Hi,

The Scenario is :

I have 3 program suppose names as : A, B C

and their respective tcodes are as : X, Y, Z.

I know the only program name A, and Tcode X.

But in Program A, I am calling tcode Y and in program B, I am calling Tcode Z internally.

I dont know the tcode Y and Z and their program names also.

User exits are available on B and C program.

In this scenario How I ll find the userexit.

Can anybody tell me ?

Regards

kumar

1 ACCEPTED SOLUTION

asik_shameem
Active Contributor
0 Kudos

Hi

Before searching for "CALL CUSTOMER-FUNCTION",

try to find out 'SUBMIT' , 'IN PROGRAM' and 'CALL TRANSACTION'.

If they are used, you have search for "CALL CUSTOMER-FUNCTION" in those programs too.

4 REPLIES 4

asik_shameem
Active Contributor
0 Kudos

Hi

Before searching for "CALL CUSTOMER-FUNCTION",

try to find out 'SUBMIT' , 'IN PROGRAM' and 'CALL TRANSACTION'.

If they are used, you have search for "CALL CUSTOMER-FUNCTION" in those programs too.

0 Kudos

Thanks, But

If they have called the program by using Function Module then ?How to find ?

thanks

0 Kudos

Well..!

If you check the radio-button In Main Program while searching,

It will search the term in FM as well only in case FMs are in the same Function Group of main program.

If it is not in the same Function Group, you have to search in the FM too.

0 Kudos

Thanks