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.
Go to the utilities & click on the Internal Program environment
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.
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
Post a Comment
If you have any doubts let me know