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: 

Identify Z object that make trip to SAPDB to insert,update,modify,delete

Former Member
0 Kudos

Hi all,

Need to have a list of all Z objects whcih are making trip to SAP Data base (including Z tables) to

insert, update , modify or delete the records,

Also the program whcih may not contain "Insert, UPDATE, DELETE or MODIFY" statement but instead they call BAPI to insert or modify database.

RPR_ABAP_SOURCE_SCAN is the Program I'd tried with, but it wont gives the list of Programs which contains BAPI to access and change SAP Data base.

Please do the needful.

3 REPLIES 3

former_member181995
Active Contributor
0 Kudos

check this program RSRSCAN1

0 Kudos

Amit,

I've mentioned one program that I'd tried. :RPR_ABAP_SOURCE_SCAN which is like superset of the program name you mentioned.

But even that program is not satisfying the need as it skips the object which uses BAPI to update data base or which call Transaction in BDC

so, RSRSCAN1 is also not satisfying the need.

I need something which can identify even objects whcih use BAPI call or transaction call to update data base.

People, It's real challanging for u all.

Try to provide as many solutions as u can.

0 Kudos

Hello Bhavani Madireddy,

try transaction SE49 (Program Analysis: Table Manipulation).

AFAIK there isn't a standard report that suits your requirement completly. If you want such an analyzer program you must probably develop one with recursive checks etc by yourself.

I hope the transaction helps you a little bit, perhaps you can isolate the main logic and change (copy report) the selection screen to select options and the data selection to multiple objects and evaluate more than one object at the same time.

Best regards,

Alej