SAP Reports / Programs | Payroll | Austria(PY-AT) SAP PY

RPCPGFA0 SAP ABAP INCLUDE - documentation and ABAP source code







RPCPGFA0 is a standard ABAP INCLUDE 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 RPCPGFA0 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 RPCPGFA0. "Basic submit
SUBMIT RPCPGFA0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCPGFA0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPCPGFA0

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = c_alv_structures-getilgt CHANGING ct_fieldcat = l_i_fieldcat EXCEPTIONS OTHERS = 99.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH' EXPORTING i_with_err_and_stat_list = 'X' i_keep_categ = 'X' EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = cl_hr99b_pal=>c_root_node i_node_txt = text-l01 i_categ_id = c_pal_categids-getilgt IMPORTING e_node_key = l_node_key EXCEPTIONS OTHERS = 99.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_FINAL_DATE' text = text-l05 info = text-l04 add_stdinf = ' ' IMPORTING RESULT = l_delimit EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISPLAY' text = text-l02 info = text-l03 add_stdinf = ' ' IMPORTING RESULT = l_display EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_PRINT' * text = text-l09 info = text-l09 add_stdinf = ' ' IMPORTING RESULT = l_print EXCEPTIONS OTHERS = 0.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_key i_row_data = l_alv_result EXCEPTIONS OTHERS = 99.

HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING * TCLAS = 'A' pernr = l_alv_pernr-pernr infty = '0131' subty = l_subty sprps = ' ' begda = pn-begda endda = pn-endda bypass_buffer = 'X' IMPORTING missing_auth = l_no_auth TABLES infty_tab = l_innnn EXCEPTIONS OTHERS = 99.

ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING mode_prel = 'X' pernr = l_alv_pernr-pernr EXCEPTIONS OTHERS = 99.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '0131' number = l_wnnnn_old-pernr subtype = l_wnnnn_old-subty objectid = l_wnnnn_old-objps lockindicator = l_wnnnn_old-sprps validityend = l_wnnnn_old-endda validitybegin = l_wnnnn_old-begda recordnumber = l_wnnnn_old-seqnr record = l_wnnnn_old operation = p_operation * TCLAS = 'A' dialog_mode = '2' * NOCOMMIT = * VIEW_IDENTIFIER = * SECONDARY_RECORD = IMPORTING return = l_return key = l_pakey_new.

DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING mode_prel = 'X' pernr = l_enqueued.

H99B_OPEN_LFORM_JOB CALL FUNCTION 'H99B_OPEN_LFORM_JOB' EXPORTING i_molga = rpmsela0-molga i_fogroup = rpmsela0-fogroup i_folname = rpmsela0-folname i_fovariant = px_lfvar OPTIONS = l_itcpo EXCEPTIONS OTHERS = 99.

H99B_CLOSE_LFORM_JOB CALL FUNCTION 'H99B_CLOSE_LFORM_JOB' EXCEPTIONS OTHERS = 99.

H99B_OPEN_LFORM_JOB CALL FUNCTION 'H99B_OPEN_LFORM_JOB' EXPORTING i_molga = rpmsela0-molga i_fogroup = rpmsela0-fogroup i_folname = rpmsela0-folname i_fovariant = px_lfvar OPTIONS = l_itcpo EXCEPTIONS OTHERS = 99.

HR_PAL_FORMS_ROW_ADD CALL FUNCTION 'HR_PAL_FORMS_ROW_ADD' EXPORTING * i_node_key = i_name = l_pal_name i_form_type = l_form_type i_text = text-l06 i_rqid = l_rqid EXCEPTIONS OTHERS = 99.

H99B_OUTPUT_LFORM CALL FUNCTION 'H99B_OUTPUT_LFORM' EXPORTING i_molga = rpmsela0-molga i_fogroup = rpmsela0-fogroup i_folname = rpmsela0-folname i_fovariant = px_lfvar i_data_struc = l_if_form EXCEPTIONS OTHERS = 99.

HR_GET_ERROR_LIST CALL FUNCTION 'HR_GET_ERROR_LIST' TABLES error = l_hrerror EXCEPTIONS no_errors = 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 RPCPGFA0 or its description.