Application Development 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: 

How do we find the name of the tables which are related to a particular BAPI

Former Member
0 Kudos

Hello,

abapers,

I would like to know the names of the tables which are being updated by a particular BAPI.

Suppose I am using the bapi BAPI_BANK_CREATE how do i find the tables which are updated by this BAPI

Please Help me.

Thanks in Advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Nagendra,

Or you can try open ST05, activate the sql trace, and run this BAPI, then back to ST05 display the sql result, you will see what table be updated there.

Regards,

Archer

4 REPLIES 4

FredericGirod
Active Contributor
0 Kudos

Hi,

Go in SE37, enter the function name, in properties get the fucntion group.

Go in SE80, ask for the function group, check the node : dictionnary

(it not always working, but ... try )

regards

Fred


0 Kudos

Thank you I will find out

Former Member
0 Kudos

Hi Nagendra,

Or you can try open ST05, activate the sql trace, and run this BAPI, then back to ST05 display the sql result, you will see what table be updated there.

Regards,

Archer

Former Member
0 Kudos

ST05 (also suggested by Dengyong earlier) would help you here:-

  • Transaction ST05
  • Select SQL trace and then activate trace.
  • Import the values again with the BAPI
  • Deactivate the SQL trace and then display the trace.
  • From the menu select Trace List->Summarize trace by tables

-Amit.