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

Tracing Function Call

Former Member
0 Likes
471

I am trying to determine a function that is being called after right-clicking a context menu in BW.

I can see on the status line that it briefly says "executing function..."

I have tried using '/h', but it stops at the flow logic for the screen. It appears that the context menu is being created dynamically, so I can't find anything in the code, screen or GUI status.

I have tried tracing with ST01, but it doesn't give me function module calls.

Is there a trace setting that will tell me which functions that are being executed?

4 REPLIES 4
Read only

Former Member
0 Likes
425

Maybe the code is in some kernel functions or macros.

Did you select Settings->system debugging and Settings->Update Debugging?

Regards,

Ravi

Read only

Peter_Inotai
Active Contributor
0 Likes
425

Try /hs instead of /h, so you'll go to system debugging.

Peter

Read only

Former Member
0 Likes
425

Try with /HS this will start system Debugging.

Regards

vijay

Read only

0 Likes
425

use <b>/HS</b> INSTEAD OF /H