cancel
Showing results for 
Search instead for 
Did you mean: 

Trace FM calls for WebUI

Former Member
0 Kudos


Hi,

I want to trace all the BAPI's called up, when I do set a particular field on BP Overview Page (WebUI).

One way is, I can keep break point at statement "CALL FUNCTION', however this is becoming tedious since it is stopping at all the FM's and my debugging is becoming a never ending thread.

Could you please help me out, if we have any other best approach for the same.

Thanks for valuable answer.

Thanks,
Sandeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sandeep ,

Try running ST01 trace with RFC call check box ticked.

Thanks,

Poonam

ceedee666
Active Contributor
0 Kudos

Hi Sandeep,

BAPIs are defined, external APIs. For example, there exist BAPIs to create a business partner.

When you set  a value in the a Web UI the handling is performed by a combination of BOL, GenIL and existing function modules. I'm not aware of any BOL object that is implemented using a BAPI. So the answer to your question is 0.

What are you really trying to trace / trying to find out? Setting the relevant break points in the BOL and/or GenIL might be the better option.

Maybe this excellent blog by will be helpful:

Christian