SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | DB-Independent Database Interface(BC-DB-DBI) SAP BC

SDBI_CLUSTER_CHECK_RUNSTAT SAP ABAP Report -







SDBI_CLUSTER_CHECK_RUNSTAT 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 SDBI_CLUSTER_CHECK_RUNSTAT 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 SDBI_CLUSTER_CHECK_RUNSTAT. "Basic submit
SUBMIT SDBI_CLUSTER_CHECK_RUNSTAT AND RETURN. "Return to original report after report execution complete
SUBMIT SDBI_CLUSTER_CHECK_RUNSTAT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title:
Text Symbol: H01 = Cluster Check Runs - Overview
Text Symbol: 911 = ERR_LNTB - Nametab check of logic tables had errors.
Text Symbol: 910 = ERR_INTR - An internal error occurred.
Text Symbol: 909 = ERR_DUP - Duplicate record in logic table found.
Text Symbol: 908 = ERR_NOTF - Record not found when accessing it directly (trailing blanks?).
Text Symbol: 907 = ERR_ADD - Supernumerous cluster page found.
Text Symbol: 906 = ERR_GAP - Gap in pagno-values of cluster record.
Text Symbol: 905 = ERR_PHAN - Phantom cluster record.
Text Symbol: 904 = ERR_INI - Initial cluster record.
Text Symbol: 903 = ERR_READ - Return code from db_setget.
Text Symbol: 902 = ERR_PAG0 - Missing page zero.
Text Symbol: 901 = ERR_NTAB - No nametab found for table.
Text Symbol: 900 = ERR_NOLO - No logical table found.
Text Symbol: 202 = Cancelled
Text Symbol: 201 = Finished
Text Symbol: 200 = Not finished
Text Symbol: 112 = Sort Check
Text Symbol: 111 = Version
Text Symbol: 110 = Tables to Check
Text Symbol: 109 = Work Process Number
Text Symbol: 108 = WP Number
Text Symbol: 107 = Executing Server
Text Symbol: 106 = Time of Last Update
Text Symbol: 105 = Date of Last Update
Text Symbol: 104 = #Erroneous Cluster Recs.
Text Symbol: 103 = #Tables with Error
Text Symbol: 102 = #Tables Checked
Text Symbol: 101 = State
Text Symbol: 100 = Run Id


INCLUDES used within this REPORT SDBI_CLUSTER_CHECK_RUNSTAT

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:

No SAP FUNCTION MODULES are executed within this report code!



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