cancel
Showing results for 
Search instead for 
Did you mean: 

Get the data from RFC BAPI Result

AJeB
Participant
0 Kudos
184

Hi Everyone

The third-party application is sending data to SAP Standard RFC BAPI parameter, then the BAPI will prepare a data then extract it / send it to third party application

My question is how to view the RFC BAPI received data and sent to third party application without any code modification? is there a log history of data received/sent in SAP or tcode I can use to view the received/sent data?


Like for example: these BAPI parameters was sent to third party application yesterday after a week I want to review/check the data sent to third party application

AJeB_0-1734113988423.png

 

 

 

 

Accepted Solutions (0)

Answers (2)

Answers (2)

Ulrich_Schmidt
Product and Topic Expert
Product and Topic Expert

BAPIs are just synchronous real-time data exchange, and they are not monitored. If you want to monitor the data flow (inbound or outbound), you can use IDocs/ ALE technology. IDocs are monitored in transaction WE05.

Some BAPIs even have an equivalent IDoc interface, for example for Sales Orders, there are IDoc types ORDERS, ORDCHG and ORDRSP available. However, sending & receiving IDocs is much more difficult than simply calling a BAPI, so probably your third party application is not capable of doing that.

Wolfgang_Janzen
Product and Topic Expert
Product and Topic Expert

Have you heard of „Read Access Logging“ (RAL)?

RAL is able to log data which has left the system at one of its external interfaces (RAL speaks of channels).

This might be of interest for you.

 

Regards and Merry Xmas, Wolfgang 

Sandra_Rossi
Active Contributor
0 Kudos
Are you sure that RAL logs the values of parameters received and sent by RFC function modules?