SAP Reports / Programs | Payroll | Brazil(PY-BR) SAP PY

RPC_PAYBR_EFD_CLASSES SAP ABAP INCLUDE - RPCPAYBREFDCLASSES







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


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

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 = 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 .



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