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 to check the DB hits for a report without checking SE38, SA38 and SE80

Former Member
0 Kudos

Hi,

I want to check the number of DB hits for a report with out using SE38, SA38 and SE80 and not even SQL trace ST05, can any one please tell me how to do this . I was  asked in a interview. Dont know wahts the requirement and why we are using

Thanks,

RG

3 REPLIES 3

former_member197916
Active Participant
0 Kudos

try SE30 or SAT ,basically used for runtime analysis

Ryan-Crosby
Active Contributor
0 Kudos

Hi Ramya,

You can find statistical information including DB hits for a report using STAD.

Regards,

Ryan Crosby

thanga_prakash
Active Contributor
0 Kudos

Run transaction SAT for the transaction or the program which you want to check.

In tab DB tables --> Column Accesses will give you the DB hits for that particular table.