SAP Reports / Programs

RPCIP_RUN_STATISTICS SAP ABAP Report - Posting to Accounting: Display Run Statistics







RPCIP_RUN_STATISTICS 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 RPCIP_RUN_STATISTICS 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 RPCIP_RUN_STATISTICS. "Basic submit
SUBMIT RPCIP_RUN_STATISTICS AND RETURN. "Return to original report after report execution complete
SUBMIT RPCIP_RUN_STATISTICS 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: RUNID = D .
Selection Text: RUNTYPE = D .
Title: Posting to Accounting: Display Run Statistics
Text Symbol: EXP = Expected
Text Symbol: OBJ = Objects
Text Symbol: PRE = Prepared
Text Symbol: PRO = Processed
Text Symbol: RET = Back
Text Symbol: RTU = Back from DB Update
Text Symbol: RUN = Run Variant
Text Symbol: STA = Started
Text Symbol: STU = Started for DB-Update
Text Symbol: TAS = Tasks


INCLUDES used within this REPORT RPCIP_RUN_STATISTICS

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:

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = 'Tasks'(tas) i_icon = icon_list importing e_node_key = node_tasks exceptions program_error = 1 others = 2.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'TASK' i_structure_name = 'HRPP_S_ARFC_TASK_STAT' is_layout = layout exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = node_tasks i_node_txt = task-taskname i_categ_id = 'TASK' i_icon = icon_background_job importing e_node_key = node_task exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = node_task i_row_data = task_short exceptions program_error = 1 others = 2.

HR_PAL_TABLE_CREATE_COLUMN call function 'HR_PAL_TABLE_CREATE_COLUMN' exporting i_fieldname = 'PERSONID_EXT' i_rollname = 'PERSONID_EXT' i_outputlen = '20' changing it_fieldcat = fieldcat exceptions program_error = 1 others = 2.

HR_PAL_TABLE_CREATE_COLUMN call function 'HR_PAL_TABLE_CREATE_COLUMN' exporting i_fieldname = 'PCCE_PERNR' i_rollname = 'PCCE_PERNR' i_outputlen = '20' changing it_fieldcat = fieldcat exceptions program_error = 1 others = 2.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'PERNR' it_fieldcat = fieldcat exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = node_task i_node_txt = 'Objekte'(obj) i_categ_id = 'PERNR' i_icon = icon_employee importing e_node_key = node_pernr exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = node_pernr i_row_data = person_pernr exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = node_pernr i_row_data = person_pernr-pcce_pernr exceptions program_error = 1 others = 2.

HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = l_cnt i_msgid = 'BL' i_msgty = msgty i_msgno = '001' i_msgv1 = text * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = importing e_stats_node_key = node_stat exceptions program_error = 1 others = 2 .

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'VARI' i_structure_name = 'HRPP_ARFC_LOG' exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = 'Laufvariante'(run) i_categ_id = 'VARI' i_icon = icon_variants importing e_node_key = node_vari exceptions program_error = 1 others = 2.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 't52e_arfc' langu = sy-langu tables dfies_tab = table_fields exceptions not_found = 1 internal_error = 2 others = 3.

DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET' exporting name = field-domname langu = sy-langu tables dd07v_tab = domvalues exceptions illegal_input = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = node_vari i_row_data = row exceptions program_error = 1 others = 2.

HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = l_display_profile exceptions program_error = 1 no_logs = 2 others = 3.



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