RHDBST10 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 RHDBST10 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RE_RHVSTA00 - Database Statistics: No. of Objects
RE_RHDBST10 - Database Statistics: No. of Objects
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: PSORT = Sort
Selection Text: PPLVAR = List by plan version
Selection Text: POTYPE = List by object type
Selection Text: POCX = Output as control
Selection Text: PKEY = Output with key
Selection Text: PDESC = Sorted descending
Selection Text: PASC = Sorted ascending
Title: Database Statistics: Number of Objects in PLOGI
Text Symbol: T02 = Workflow delivery
Text Symbol: T01 = Transport plan version
Text Symbol: P03 = Sort by size
Text Symbol: P02 = Display
Text Symbol: P01 = Selection by plan version or object type
Text Symbol: 009 = (No text exists)
Text Symbol: 008 = Memory space in KB
Text Symbol: 007 = Others
Text Symbol: 006 = Object Types
Text Symbol: 005 = Plan versions
Text Symbol: 004 = Plan version
Text Symbol: 003 = Object type
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = node_tab EXCEPTIONS tree_failure = 1 id_not_found = 2 wrong_relationship = 3 OTHERS = 4.
RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = node_tab-id all = 'X' * LIST_SCROLL = * DEPTH = 1 EXCEPTIONS OTHERS = 0.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = repid callback_user_command = 'ALL_EVENT_UCOM' callback_color_display = 'ALL_EVENT_MOREINFO' callback_gui_status = 'SET_STATUS' status = 'OWN' use_control = stree_use_list EXCEPTIONS OTHERS = 1.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = repid callback_user_command = 'ALL_EVENT_UCOM' callback_color_display = 'ALL_EVENT_MOREINFO' callback_gui_status = 'SET_STATUS' status = 'OWN' use_control = stree_use_control EXCEPTIONS OTHERS = 1.
GRAPH_MATRIX_2D CALL FUNCTION 'GRAPH_MATRIX_2D' TABLES data = data opts = opts tcol = tyear.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHDBST10 - Database Statistics: Number of Objects in PLOGI RHDBST10 - Database Statistics: Number of Objects in PLOGI RHDBST00 - Personnel Planning Database Statistics RHDBST00 - Personnel Planning Database Statistics RHCUSTVALUESET_LSO - Activate/Deactivate SAP Learning Solution RHCUSTVALUESET_LSO - Activate/Deactivate SAP Learning Solution