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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SDBI_POOL_CHECK - Checks the Readability of Pool Tables SDBI_POOL_CHECK - Checks the Readability of Pool Tables SDBI_ORA_CHECK_DECIMALS - Checks the Decimal Numbers Stored in Oracle Databases SDBI_ORA_CHECK_DECIMALS - Checks the Decimal Numbers Stored in Oracle Databases SDBI_EXTEND_CLUSTER_TIMESTMP - SDBIEXTENDCLUSTERTIMESTMP SDBI_EXTEND_CLUSTER_TIMESTMP - SDBIEXTENDCLUSTERTIMESTMP