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: 

Tracking down BAPI-Calls

Former Member
0 Kudos
438

Hey experts!

I´m looking for a way to log all BAPI-Calls performed by external tools and R/3 Systems.

Do you have an idea how to do this?

Thx in advance.

Oliver

1 ACCEPTED SOLUTION

RaymondGiuseppi
Active Contributor
0 Kudos
352

Take a look at function module SAPWL_STATREC_READ_FILE which analyzes data memorized by the system. (cluster table MONI)

some of the tables <i>may</i> contents data that you want.

Regards

3 REPLIES 3

RaymondGiuseppi
Active Contributor
0 Kudos
353

Take a look at function module SAPWL_STATREC_READ_FILE which analyzes data memorized by the system. (cluster table MONI)

some of the tables <i>may</i> contents data that you want.

Regards

0 Kudos
352

Anyone another idea?

Former Member
0 Kudos
352

.. Transactions SM19 and SM20N were very helpfull!..