SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

RHDBST00 SAP ABAP Report - Personnel Planning Database Statistics







RHDBST00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for BEGIN OF UPDATE This report creates an overview with cumulation (controlled by parameters) that enables you to see - The number of records on the database for each plan version - The amount of memory they require in KByte Parameter: Plan version Specify the plan version for which the evaluation is required...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 RHDBST00 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_RHDBST00 - PD Database Statistics


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 RHDBST00. "Basic submit
SUBMIT RHDBST00 AND RETURN. "Return to original report after report execution complete
SUBMIT RHDBST00 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: PLVAR = Plan version
Selection Text: SPLITPLV = Individual list by pl. version
Selection Text: SPLITTAB = Individual list by table
Title: Personnel Planning Database Statistics
Text Symbol: TAU = Customer-specific infotypes (PLOG)
Text Symbol: TAT = Table infotypes (HRTnnnn)
Text Symbol: TAS = Secondary data (PLOGI, HRIADATANR, HRITABNR)
Text Symbol: TAP = Primary data (HRPnnnn)
Text Symbol: ANZ = No. records
Text Symbol: ART = Table type
Text Symbol: GES = Overall
Text Symbol: PLV = Plan version
Text Symbol: TAB = Database table
Text Symbol: TAA = Additional data (HRPADnn)
Text Symbol: SIZ = Storage requirement in KB


INCLUDES used within this REPORT RHDBST00

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:

RH_GET_TABNR CALL FUNCTION 'RH_GET_TABNR' EXPORTING set = hrinnnn_tab ppnnn = i777d-dbtab IMPORTING * TABNR = TABNR_RANGE-LOW tabnr = tabnr_tab-tabnr EXCEPTIONS tabnr_not_found = 01.

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING langu = sy-langu tabname = gt_tabname TABLES fieldtab = gt_fieldtab EXCEPTIONS internal_error = 01 no_texts_found = 02 table_has_no_fields = 03 table_not_activ = 04.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_repid "CURRENT PROGRAM is_layout = gs_layout "LAYOUT STRUCTURE it_fieldcat = gt_fieldcat "FIELDCALOG TABLE it_sort = gt_sort "SORT TABLE i_save = gc_save "SAVE it_events = gt_events "EVENTS TABLE IMPORTING es_exit_caused_by_user = gs_exit_caused_by_user "BACK TABLES t_outtab = gt_db_outtab "OUTPUT TABLE EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid "CURRRENT PROGRAM i_structure_name = gc_rhdbst00_alv "OUTPUT STRUCTURE CHANGING ct_fieldcat = lt_fieldcat "FIELDCATLOG TABLE EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.



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