SAP Reports / Programs | Payroll | Germany | Public Sector(PY-DE-PS) SAP PY

RPCZFADF_INBOUND SAP ABAP INCLUDE - RPCZFADFINBOUND







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

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_ZFA_UPDATE_CLUSTER CALL FUNCTION 'HR_ZFA_UPDATE_CLUSTER' EXPORTING NOTIF = p_notif TABLES PERNR_TAB = emp_tab KINDER_TAB = kid_tab changing ct_notification_attr = gt_notification_attr.

HR_ZFA_READ_CLUSTER CALL FUNCTION 'HR_ZFA_READ_CLUSTER' EXPORTING PERNR = it_emp_wa-pernr NOTIF = 'ZB01' TABLES PERNR_TAB = it_emp_clus_tab.

HR_ZFA_READ_CLUSTER CALL FUNCTION 'HR_ZFA_READ_CLUSTER' EXPORTING PERNR = IT_EMP_WA-pernr NOTIF = 'BZ02' TABLES PERNR_TAB = it_emp_bz02_zb01.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = space no_print = 'X' EXCEPTIONS invalid_linesize = 1 OTHERS = 2.

HR_APPEND_ERROR_LIST * call function 'HR_APPEND_ERROR_LIST' * exporting * pernr = p_pernr * arbgb = p_msgid * msgty = p_msgty * msgno = p_msgno * msgv1 = p_msgv1 * msgv2 = p_msgv2 * msgv3 = p_msgv3 * msgv4 = p_msgv4.

HR_APPEND_ERROR_LIST * call function 'HR_APPEND_ERROR_LIST' * exporting * arbgb = p_msgid * msgty = p_msgty * msgno = p_msgno * msgv1 = p_msgv1 * msgv2 = p_msgv2 * msgv3 = p_msgv3 * msgv4 = p_msgv4.

HR_PAL_PERNR_MSG_ADD call function 'HR_PAL_PERNR_MSG_ADD' exporting * i_node_key = g_node1 i_pernr = l_pernr i_msgid = l_msgid i_msgty = l_msgty i_msgno = l_msgno i_msgv1 = l_msgv1 i_msgv2 = l_msgv2 i_msgv3 = l_msgv3 i_msgv4 = l_msgv4 * IMPORTING * e_pernr_node_key = exceptions program_error = 1 others = 2.

HR_PAL_GENRL_MSG_ADD call function 'HR_PAL_GENRL_MSG_ADD' exporting * i_NODE_KEY = g_node2 i_msgid = p_msgid i_msgty = l_msgty i_msgno = l_msgno i_msgv1 = l_msgv1 i_msgv2 = l_msgv2 i_msgv3 = l_msgv3 i_msgv4 = l_msgv4 * IMPORTING * E_NODE_KEY = exceptions program_error = 1 others = 2.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' " exporting " i_structure_name = 'P01P_ZFA_ALV_ZK01' " changing " ct_fieldcat = lt_fieldcat. "YLNN1766115

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' EXPORTING pernr = it_emp_wa-pernr infty = '0001' endda = sy-datum "#EC DOM_EQUAL TABLES infty_tab = i0001 EXCEPTIONS infty_not_found = 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 RPCZFADF_INBOUND or its description.