RHRFPM_RC_REQ_VS_DOC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program compares the results of the determination of requirements for persons with the existing commitment documents...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 RHRFPM_RC_REQ_VS_DOC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
HRPBC_RC_REQ - Compare Requirement/Commitment
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: G_VARI = D .
Selection Text: P_ANZPAR = D .
Selection Text: P_ERONLY = D .
Selection Text: P_SERGRP = D .
Title: Compare Values from Requirement Determination with Indiv. Records
Text Symbol: 001 = Error in Task
Text Symbol: 010 = Data Collection
Text Symbol: 020 = Program Control
Text Symbol: 030 = Par. Processing
Text Symbol: 040 = Error Code
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRFPM_EVAL_REQ_VS_DOC CALL FUNCTION 'HRFPM_EVAL_REQ_VS_DOC' TABLES pt_pernr = pt_pernr et_messages = pt_messages CHANGING c_erronly = p_eronly c_vari = p_vari c_begda = p_begda c_endda = p_endda.
HRFPM_EVAL_REQ_VS_DOC CALL FUNCTION 'HRFPM_EVAL_REQ_VS_DOC' STARTING NEW TASK g_f_rfc_control-taskname DESTINATION IN GROUP g_f_rfc_control-serv_group PERFORMING rfc_come_back ON END OF TASK TABLES pt_pernr = lt_pernr[] "WGOSS1079421 et_messages = pt_messages changing c_erronly = p_eronly c_vari = p_vari c_begda = p_begda c_endda = p_endda EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE l_mess communication_failure = 3 MESSAGE l_mess OTHERS = 4. "#EC ENHOK
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'HRFPM_RC_PROT01' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat i_save = 'A' is_variant = ls_variant TABLES t_outtab = pt_error_struc EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_slis_t_sortinfo_alv i_save = 'A' "WGOSS1124292 is_variant = ls_variant TABLES t_outtab = pt_error_struc EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHRFPM_RC_REQ_VS_DOC - Compare Values from Requirement Determination with Indiv. Records RHRFPM_RC_REQ_VS_DOC - Compare Values from Requirement Determination with Indiv. Records RHRFPM_RC_PBC_TOTALS_CD - Reconciliation of Totals and Single Records RHRFPM_RC_PBC_TOTALS_CD - Reconciliation of Totals and Single Records RHRFPM_RC_PBC_TOTALS - Reconcile Totals and Indiv. Records RHRFPM_RC_PBC_TOTALS - Reconcile Totals and Indiv. Records