2009 Apr 09 9:22 AM
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.
2009 Apr 09 10:56 AM
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.
2009 Apr 09 10:58 AM
2009 Apr 28 9:36 AM
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