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

user exits

Former Member
0 Likes
679

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
652

Hi ,

Please keep a BREAK-POINT at the include.

or

Write BREAK-POINT inside the include.

Regards,

Avi....

5 REPLIES 5
Read only

Former Member
0 Likes
653

Hi ,

Please keep a BREAK-POINT at the include.

or

Write BREAK-POINT inside the include.

Regards,

Avi....

Read only

0 Likes
652

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

Read only

0 Likes
652

hi,

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

Read only

0 Likes
652

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..

Read only

Former Member
0 Likes
652

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.