SAP Reports / Programs

SDBI_POOL_CHECK SAP ABAP Report - Checks the Readability of Pool Tables







SDBI_POOL_CHECK 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_POOL_CHECK 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_POOL_CHECK. "Basic submit
SUBMIT SDBI_POOL_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT SDBI_POOL_CHECK 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: S_TPOOLS = D .
Selection Text: S_PTABS = D .
Selection Text: P_WHAT = Select
Selection Text: P_VERBOS = Detailed Log?
Selection Text: P_STATUS = Status
Selection Text: P_NOP = Not a special function
Selection Text: P_ID = Select
Selection Text: P_DELRST = Delete All Restart Logs
Title: Checks the Readability of Pool Tables
Text Symbol: S00 = All Pool Tables of All Table Pools
Text Symbol: S01 = All Pool Tables of Particular Table Pools
Text Symbol: S02 = Individual Pool Tables
Text Symbol: SG0 = DB_SELECT_GENERIC_TABLE returns error WRONG_PARAM
Text Symbol: SU0 = Summary
Text Symbol: SU1 = &nr tables checked; no errors found.
Text Symbol: SU3 = &nr tables checked, &ok tables OK (&empty empty), &err tables with read errors, &err tables with BCD errors
Text Symbol: SU4 = &nr tables not checked
Text Symbol: T01 = Table Pools to Be Checked or Pool Tables
Text Symbol: T02 = Options
Text Symbol: T03 = Available Restart Logs
Text Symbol: T04 = Other Functions
Text Symbol: TA1 = New Check, Status ...
Text Symbol: TA2 = Continue Terminated Check ...
Text Symbol: WI0 = Active Checks
Text Symbol: WI1 = Terminated Checks
Text Symbol: 000 = Active and Terminated Checks
Text Symbol: AB1 = Restart log not found
Text Symbol: ER0 = Error Type
Text Symbol: ET0 = &tab: &rows rows checked, could not read &nr rows, &nr rows with BCD errors
Text Symbol: ET1 = The table does not contain any data
Text Symbol: ET2 = &tab: &rows rows checked, no problems found
Text Symbol: IE0 = Internal error
Text Symbol: LN0 = Start of Check for Table &tab
Text Symbol: LS0 = Version:
Text Symbol: LS1 = Task:
Text Symbol: LS3 = Continue Check
Text Symbol: LS5 = Number of Pool Tables to Be Checked:
Text Symbol: LS6 = Check ID





Text Symbol: PC0 = Runtime object for table &tab not found
Text Symbol: PC1 = Table &tab is not a pool table
Text Symbol: RS0 = Not yet checked
Text Symbol: RS1 = Checked Rows
Text Symbol: RS2 = Rows with Read Errors
Text Symbol: RS3 = Rows with BCD Errors
Text Symbol: RS4 = Comments
Text Symbol: RS5 = Active Check Run:
Text Symbol: RS6 = Check running
Text Symbol: RS7 = Terminated Check Run:
Text Symbol: RS8 = Check interrupted
Text Symbol: RS9 = Log not found


INCLUDES used within this REPORT SDBI_POOL_CHECK

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:

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = 'P_WHAT' values = list.

DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting status = 'A' tabname = ps_obj-tabname importing x030l_wa = ls_x030l tables x031l_tab = lt_x031l exceptions not_found = 1 no_fields = 2 others = 3.

DB_COMMIT call function 'DB_COMMIT'.

DB_SELECT_GENERIC_TABLE call function 'DB_SELECT_GENERIC_TABLE' exporting bypass = 'Y' genkey = genkey_ln = ps_obj-key_byte_length tablename = ps_obj-tabname tables inttab = exceptions db_error = 1 not_found = 2 wrong_param = 3 internal_error = 4 others = 5.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = 'P_ID' values = lt_list.

ENQUEUE_E_TABLE call function 'ENQUEUE_E_TABLE' exporting mode_rstable = 'E' tabname = 'SDBI_POOL_CHECK' "#EC NOTEXT varkey = l_varkey _scope = 1 exceptions foreign_lock = 1 others = 2.

DEQUEUE_E_TABLE call function 'DEQUEUE_E_TABLE' exporting mode_rstable = 'E' tabname = 'SDBI_POOL_CHECK' "#EC NOTEXT varkey = l_varkey _scope = 1 _synchron = abap_true.



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