Get Report Details for External Calls, Database Operations, Internal Table Operations, Internal Objects without Debugging -

Get Report Details for External Calls, Database Operations, Internal Table Operations, Internal Objects without Debugging:

Introduction:

This Blog will be very useful for Technical as well as functional consultant for preparing or providing technical specification and functional specification. With this post you will be able to get External Calls, Database Operations, Internal Table Operations, Internal Objects performed on report without Debugging it.

Solution :

Get the program name from Transaction code (Tcode) and go to Tcode  - SE38 as shown in below snapshot.

I am taking example of std. Tcode FAGLL03 report name FAGL_ACCOUNT_ITEMS_GL.

Transaction%20Code%20SE38

Transaction Code SE38

Go to the utilities & click on the Internal Program environment

Internal%20Program%20EnvironmentInternal Program Environment

We will get all options to get Internal Objects/ External Calls/Internal Table Operations & Database operations performed in that particular report as shown below:

After you click on any parameter for which you want to get the information, for this  post let’s Select Subroutine and Click OK.

You will get the full lists of subroutines that are used in this report.

List%20of%20Subroutines%20from%20report

List of Subroutines from report

To validate this whether Subroutines are available in the report or not, we will take example of Subroutine

AUTHORITY_TCODE  is available at line 1237 as shown in above snapshot.

Hurray !! it is available at line 1237.

 

Conclusion:

With this above solution - consultants can get detail information on report.

Hope this help, Thank you everyone.

Comments

Popular posts from this blog

EVENTS IN INTERACTIVE REPORTS OF SAP ABAP

SAP ABAP Fresher Resume/ CV Writing Format..

CONCEPTS OF INNER JOIN AND OUTER JOIN in SAP ABAP