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: 

Trace a program?

Former Member
0 Kudos

Hello Gurus,

i´ve got a problem.

I need to trace a programm. But i need not an SQL trace.

I need to know what steps was done in the program. Which functions, were called, which forms and so on.

Is it possible?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Yes it is possible with Run time trace of a program from tran. SE30.

It will display all the required things....

Regards,

Joy.

3 REPLIES 3

Former Member
0 Kudos

Yes it is possible with Run time trace of a program from tran. SE30.

It will display all the required things....

Regards,

Joy.

0 Kudos

Hello,

thank you for your answer. I got a list, but it doenst help me.

If we move a LE to another lgtype the handling unit of the le is unpacked.

I hoped to see something like a call of "BAPI_HU_UNPACK" or so in the trace but there is no entry like that.

Is there another possibility to find out, where the hu is unpacked?

0 Kudos

From se30 u can display the call list of a prog. To do this u need to create a variant in the se30 screen...

Give a name of the variant and press create button.

In the next screen give description..and then goto tab Duration/Type,

and under Aggregation choose None check box and save the variant.

Now Run a trace for the transaction/prog with this variant...after completion press analysis button and then follow the menu path Goto->Call hierarchy->Include display. U will get a list where u can search for ur FM call.

Also try menu paths:

Goto->Who calls whom

Goto->Group hit list

Regards,

Joy.