EMMA_TABLE_ANALYSIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter EMMA_TABLE_ANALYSIS into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: PV_BPC = Analyze Business Processes
Selection Text: PV_TCODE = Analyze Transaction Codes
Title: Analysis of Client-Independent Table Entries
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_INTERNAL_TABNAME = 'GS_TCODE' I_INCLNAME = GV_REPID i_bypassing_buffer = ' ' i_buffer_active = 'X' CHANGING ct_fieldcat = lt_fieldcat.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lt_fieldcat it_sort = lt_sort is_layout = ls_layout TABLES t_outtab = lt_tcode.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting I_PROGRAM_NAME = GV_REPID I_INTERNAL_TABNAME = 'GS_BPC' I_INCLNAME = GV_REPID I_BYPASSING_BUFFER = 'X' I_BUFFER_ACTIVE = ' ' changing CT_FIELDCAT = LT_FIELDCAT.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting IT_FIELDCAT = LT_FIELDCAT IT_SORT = LT_SORT IS_LAYOUT = LS_LAYOUT tables T_OUTTAB = LT_BPC.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EMMA_TABLE_ANALYSIS - Analysis of Client-Independent Table Entries
EMMA_TABLE_ANALYSIS - Analysis of Client-Independent Table Entries
EMMA_JOB_CREATE_WITH_REFERENCE - Create Job with Reference to Existing Job
EMMA_JOB_CREATE_WITH_REFERENCE - Create Job with Reference to Existing Job
EMMA_CONST - Include REMMALOGANALYSIS_CONST
EMMA_CNTN01 - 00 Good Copy of