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

Tracking down BAPI-Calls

Former Member
0 Kudos
478

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

RaymondGiuseppi
Active Contributor
0 Kudos
392

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

RaymondGiuseppi
Active Contributor
0 Kudos
393

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

Read only

0 Kudos
392

Anyone another idea?

Read only

Former Member
0 Kudos
392

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