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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCIP_RUN_STATISTICS - Posting to Accounting: Display Run Statistics RPCIP_RUN_STATISTICS - Posting to Accounting: Display Run Statistics RPCIP_NEG_POST_SWITCH - Program RPCIP_NEG_POST_SWITCH RPCIP_NEG_POST_SWITCH - Program RPCIP_NEG_POST_SWITCH RPCIP_IAS_SWITCH - RPCIP_IAS_SWITCH Program RPCIP_IAS_SWITCH - RPCIP_IAS_SWITCH Program