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: 

user exits

Former Member
0 Kudos

how to reach to include programe from t-cde...

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

Please keep a BREAK-POINT at the include.

or

Write BREAK-POINT inside the include.

Regards,

Avi....

5 REPLIES 5

Former Member
0 Kudos

Hi ,

Please keep a BREAK-POINT at the include.

or

Write BREAK-POINT inside the include.

Regards,

Avi....

0 Kudos

how to reach to function module used in include...

0 Kudos

hi,

If you know the name of the FM in your include,go to se37 put a break-point and execute the your transcation.

0 Kudos

i hve one t-code from that i can get idea that in that how many user-exits are there...then from that..i can reach to include file in that include file there is a function which is locally define..so in which prg is it used want to knw that..

thx..

Former Member
0 Kudos

Ur requirement is not very clear...

As any include that you want to know is being used in a transaction can be through directly going to the main program from System -> Status or you can see it while in Debugging.

Explain what u want if this does not suffice.