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

Trace a program?

Former Member
0 Likes
513

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
Read only

Former Member
0 Likes
483

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
Read only

Former Member
0 Likes
484

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

It will display all the required things....

Regards,

Joy.

Read only

0 Likes
483

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?

Read only

0 Likes
483

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.