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

Subroutines

Former Member
0 Likes
600

Hi,

In standard report RKEDRCOPA, there are form exits like form exit--customer_exit. The question is how can I know what program is calling this forms.

Hi,

In standard report RKEDRCOPA, there are form exits like form exit--customer_exit. The question is how can I know what program is calling this forms.

3 REPLIES 3
Read only

naveen_kumar116
Active Participant
0 Likes
568

Hi,

Use T.code ST05.

Go to ST05 t.code and activate the trace after execute the report after that deactivate the trace and display it.

it will show the flow of program in ascending order which it has been called so check where form has been called and before the profram check it..

Think so it will help you,

cheers,

Naveen.

Read only

Former Member
0 Likes
568

Hi,

Try putting break points there..

Regards,

Rahul Wagh

Read only

Former Member
0 Likes
568

Hi Marc,

In ECC 6.0 you just need to double click the subroutine name and it will give you the list of programs it was used.

Hope this helps,

Leonard Chomi