RPC_PAYBR_EFD_CLASSES 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 RPC_PAYBR_EFD_CLASSES 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = iv_ddic_name CHANGING ct_fieldcat = lt_fieldcatalog EXCEPTIONS inconsistent_interface = 1 program_error = 2.
HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = lv_categ_id it_fieldcat = lt_fieldcatalog i_rttc = abap_true EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = lv_pal_parent_key i_node_txt = lv_description i_categ_id = lv_categ_id IMPORTING e_node_key = ls_pal_ref-pal_key EXCEPTIONS program_error = 1.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = mc_root_node i_node_txt = iv_text * I_ICON = i_categ_id = lv_categ_id IMPORTING e_node_key = mv_current_root EXCEPTIONS program_error = 1.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = mv_current_root i_row_data = is_event_log EXCEPTIONS program_error = 1.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = lv_key i_node_txt = text-m01 i_categ_id = if_hrpaybr_efdf_log=>gc_msg_categ IMPORTING e_node_key = mv_msg_key EXCEPTIONS program_error = 1.
DD_TABL_GET CALL FUNCTION 'DD_TABL_GET' EXPORTING langu = lv_language tabl_name = iv_ddic_name withtext = abap_true IMPORTING dd02v_wa_a = ls_dd02v.
DD_TTYP_GET CALL FUNCTION 'DD_TTYP_GET' EXPORTING langu = lv_language ttyp_name = iv_ddic_name withtext = abap_true IMPORTING dd40v_wa_a = ls_dd40v.
HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS program_error = 1 no_logs = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_pal_key i_row_data =
EXCEPTIONS program_error = 1.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_pal_key i_row_data =
EXCEPTIONS program_error = 1.
HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING i_node_key = lv_msg_key i_msgid =
-msgid i_msgty = -msgty i_msgno = -msgno i_msgv1 = -msgv1 i_msgv2 = -msgv2 i_msgv3 = -msgv3 i_msgv4 = -msgv4 EXCEPTIONS program_error = 1.
SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = lv_class_name * VERSION = SEOC_VERSION_INACTIVE * STATE = '0' IMPORTING * CLSTYPE = CLASS = ls_class * INTERFACE = * EXCEPTIONS * NOT_EXISTING = 1 * DELETED = 2 * MODEL_ONLY = 3 * OTHERS = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPC_PAYBR_EFD_CLASSES - RPCPAYBREFDCLASSES RPC_PAYBR_DIRF1_SCREEN - RPCPAYBRDIRF1SCREEN RPC_PAYBR_DIRF1_FORMS - RPCPAYBRDIRF1FORMS RPC_PAYBR_DIRF1_DATA - RPCPAYBRDIRF1DATA RPC_ESS_WORK_FEED_PAYSLIP - Report to generate Feeds after Payslip is generated RPC_ESS_WORK_FEED_PAYSLIP - Report to generate Feeds after Payslip is generated