SAP Reports / Programs

RS_CI_INSPECT_SQL_TRACE SAP ABAP Report - Inspection of Statements of an SQL Trace (and Stat. Prog. Source Code)







RS_CI_INSPECT_SQL_TRACE 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 RS_CI_INSPECT_SQL_TRACE into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RS_CI_INSPECT_SQL_TRACE. "Basic submit
SUBMIT RS_CI_INSPECT_SQL_TRACE AND RETURN. "Return to original report after report execution complete
SUBMIT RS_CI_INSPECT_SQL_TRACE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: ENDDAT = End Day
Selection Text: ENDTIM = End Time
Selection Text: P_PCHKV = Check Variant
Selection Text: P_PCUSR = User
Selection Text: P_PROG = Analys. of Stat. Prg. Src.Code
Selection Text: P_SQLT = Analysis of SQL Trace
Selection Text: STRTDAT = Starting Date
Selection Text: STRTTIM = Start Time
Selection Text: USER = User
Title: Inspection of Statements of an SQL Trace (and Stat. Prog. Source Code)
Text Symbol: 100 = Trace Period
Text Symbol: 110 = Start Day
Text Symbol: 115 = End Day
Text Symbol: 120 = StartTime
Text Symbol: 125 = End Time
Text Symbol: 200 = Analysis of SQL Trace or Static Program Source Code
Text Symbol: 210 = Check Variant
Text Symbol: 215 = @ID@
Text Symbol: 220 = Check Variant
Text Symbol: 222 = User (Global = '')


INCLUDES used within this REPORT RS_CI_INSPECT_SQL_TRACE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SCI_REMOTE_SQL_STMNTS_ANALYZE call function 'SCI_REMOTE_SQL_STMNTS_ANALYZE' exporting P_DEST = 'NONE' * P_SNAME = * P_STMNTS = * P_SCI_CHKV_SQL = * P_SCI_USER_SQL = P_START_DATE = STRTDAT P_START_TIME = STRTTIM P_END_DATE = ENDDAT P_END_TIME = ENDTIM P_TRACE_USER = USER * P_PERSIST = '' * P_DELDATE = P_DISPLAY_STAT = P_PROG P_DISPLAY_SQL = P_SQLT P_SQL_CHECK = P_SQLT P_STAT_PROG_CHECK = P_PROG P_SCI_CHKV_STAT = P_PCHKV P_SCI_USER_STAT = P_PCUSR * IMPORTING * P_INSP_STAT = * P_INSP_SQL = * P_RESULT_STAT = * P_RESULT_SQL = * P_PERF_CHKLST = exceptions ILLEGAL_INPUT = 1 FUNCTION_NOT_EXISTS = 2 INVALID_VARIANT_SQL = 3 CHECK_ERROR_SQL = 4 ERROR_READING_TRACE = 5 INTERNAL_ERROR = 6 CHECK_ERROR_STAT = 7 INVALID_VARIANT_STAT = 8 others = 9 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RS_CI_INSPECT_SQL_TRACE or its description.