Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Sumit_Holey
Participant
Introduction:

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

Solution :

Get 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 Code SE38


Go to utilities and click on Internal Program environment

Internal Program Environment


You will get all options to get Internal Objects, External Calls, Internal Table Operations and Database operations performed in that particular report as shown below:


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

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


List of Subroutines from report


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

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


Hurray !! it is available at line 1237.

 

Conclusion:

With the help of above solution consultants can get detail information on report.

 

Please like, share, follow and comment for more such blogpost.
1 Comment
Labels in this area