SAP Reports / Programs

RHDBST30 SAP ABAP Report - Database Statistics: Use of an Infotype







RHDBST30 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Database Statistics: Use of a Particular Infotype This program shows how often a particular infotype appears in the system per plan version and object type (or per subtype)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RHDBST30 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RE_RHDBST30 - Database Statistics: Infotype
RE_RHVSTA20 - Database Statistics: Infotype


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 RHDBST30. "Basic submit
SUBMIT RHDBST30 AND RETURN. "Return to original report after report execution complete
SUBMIT RHDBST30 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: PTABCT = Evaluate table infotypes
Selection Text: PSUBTY = Evaluate subtypes
Selection Text: POCX = Output as control
Selection Text: PKEY = Output key
Selection Text: PINFTY = D Infotype
Title: Database Statistics: Use of an Infotype
Text Symbol: T02 = Workflow delivery
Text Symbol: T01 = Transport plan version
Text Symbol: P02 = Output
Text Symbol: P01 = Infotype selection
Text Symbol: 007 = Others
Text Symbol: 006 = Subtype
Text Symbol: 005 = KB memory used
Text Symbol: 004 = Object type
Text Symbol: 003 = Plan version
Text Symbol: 002 = (No text exists)
Text Symbol: 001 = System error


INCLUDES used within this REPORT RHDBST30

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:

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = ddictabname all_types = ' ' IMPORTING x030l_wa = tab_desc TABLES dfies_tab = idfies_tab EXCEPTIONS not_found = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = ddictabname all_types = ' ' IMPORTING x030l_wa = tab_desc TABLES dfies_tab = idfies_tab EXCEPTIONS not_found = 1 OTHERS = 2.

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.



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