SAP Reports / Programs | Personnel Management | Budget Management | Position Budgeting and Control(PA-PM-PB) SAP PA

RHRFPM_RC_REQ_VS_DOC SAP ABAP Report - Compare Values from Requirement Determination with Indiv. Records







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


Transaction Code(s):

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

HRPBC_RC_REQ - Compare Requirement/Commitment


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 RHRFPM_RC_REQ_VS_DOC. "Basic submit
SUBMIT RHRFPM_RC_REQ_VS_DOC AND RETURN. "Return to original report after report execution complete
SUBMIT RHRFPM_RC_REQ_VS_DOC 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: 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


INCLUDES used within this REPORT RHRFPM_RC_REQ_VS_DOC

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:

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.



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