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: 

ABAP Runtime Analysis

Former Member
0 Kudos

Hi Friends,

How can i check the database tables and internal tables used in a particular program after executing that program in runtime analysis/SE30 tool?

My Analysis: I have opened the data performance file and clicked on Hit List button and then went to GOTO (Menu option)->Object-Centered Hit List->

Here there are six options( Database tables, Internal Tables, Classess, Instances, Methods and events). but the problem here is that options Database tables, Internal Tables, Classess and Instances are grayed out.

Note: The program which i am running with Runtime Analysis tool is accessing database tables and modifyind retrieved data with internal tables.

Please help.

Thanks in advance.

Regards,

Parshu

Moderator Message: There are lot of documents available in SCN related to this subject, Please search for it. Such types of questions only results in link farming.

Message was edited by: Kesavadas Thekkillath

1 ACCEPTED SOLUTION

iotatau
Participant
0 Kudos

I'd try the new ABAP Runtime Analysis with transaction SAT.

5 REPLIES 5

Former Member
0 Kudos

please check T-Code ST05 once for trace. It will help you up to an extent.

CHeers,

Prakash

iotatau
Participant
0 Kudos

I'd try the new ABAP Runtime Analysis with transaction SAT.

Former Member
0 Kudos

Hii Parshuram,

If you are interested to see your data base table and internal table in List then you can right click on the select statement and cilck display source code, it will direct you to that select statement in your program. there you can see which internal table is getting populated.

You can't use GOTO-->Object-centered hit list options.

regards

Syed

Former Member
0 Kudos

Hi Parshuram,

In case you just need the names of Database tables, Function Modules etc. being hit by a program, goto SE38->Utilities-> Enviroment Analysis.

In case you need to do performance analysis, refer this good blog by Olga -

< Links Removed >

BR.

Message was edited by: Kesavadas Thekkillath

Former Member
0 Kudos

Hi Parshuram,

Please look at below links ,i  hope you will get your answer

< Links Removed >

Regards,

Praveen Srivastava

Message was edited by: Kesavadas Thekkillath