SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)(BC-DWB-TOO-ATF) SAP BC

SCRM_SYS_INFO SAP ABAP Report - System Check Information







SCRM_SYS_INFO 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 SCRM_SYS_INFO 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 SCRM_SYS_INFO. "Basic submit
SUBMIT SCRM_SYS_INFO AND RETURN. "Return to original report after report execution complete
SUBMIT SCRM_SYS_INFO 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: CREUSER = User
Title: System Check Information
Text Symbol: T20 = Errors
Text Symbol: T19 = Object Set
Text Symbol: T18 = End Time
Text Symbol: T17 = StartTime
Text Symbol: T16 = Export Date:
Text Symbol: T15 = Not Found
Text Symbol: T14 = DB Library:
Text Symbol: T13 = DB System:
Text Symbol: T12 = KernelType:
Text Symbol: T11 = Kernel Patch:
Text Symbol: T10 = Kernel Release:
Text Symbol: T09 = Operating Sys. Release:
Text Symbol: T08 = Operating System:
Text Symbol: T07 = System Setting Info:
Text Symbol: T06 = SAP Release:
Text Symbol: T05 = System ID:
Text Symbol: T04 = Host:
Text Symbol: T03 = Patch Transport Name:
Text Symbol: T02 = ITERA Check No.:
Text Symbol: T01 = Check Result Statistics Is Being Analysed
Text Symbol: H04 = Replica Included
Text Symbol: H03 = End Date
Text Symbol: H02 = Start Date
Text Symbol: H01 = User Name


INCLUDES used within this REPORT SCRM_SYS_INFO

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 10 text = 'Prüfergebnisstatistik wird analysiert...'(t01).

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_prcnt text = 'Prüfergebnisstatistik wird analysiert...'(t01).

DB_GET_RELEASE CALL FUNCTION 'DB_GET_RELEASE' IMPORTING RELEASE = it_info-line.



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 SCRM_SYS_INFO or its description.