SAP Reports / Programs | Payroll | The Netherlands | Reporting(PY-NL-RP) SAP PY

RPCLALN1_F02 SAP ABAP INCLUDE - RPCLALN1F02







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

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_NL_LA_GET_B2AID CALL FUNCTION 'HR_NL_LA_GET_B2AID' EXPORTING i_juper = im_juper i_inprj = im_inprj i_inprm = im_inprm IMPORTING e_b2aid = l_b2aid EXCEPTIONS error_get_lhnr = 1 OTHERS = 2.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'P05T_STATUS' text = 'X' langu = sy-langu TABLES dd07v_tab = l_t_dd07v.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = im_current_level i_node_txt = im_string i_expand = im_expand IMPORTING e_node_key = lower_level EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'P05T_NOM_AANGIFTE' CHANGING ct_fieldcat = temp_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'P05T_KENT_TXT' CHANGING ct_fieldcat = temp_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = g_display_profile EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_categ_id it_fieldcat = p_fieldcat i_save = 'A' "Standard- und Benutzerlayouts i_default = 'X' is_layout = l_layout i_s_print_options = l_print_options is_variant = ls_variant EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_categ_id i_structure_name = p_strucname i_save = 'A' "Standard- und Benutzerlayouts i_default = 'X' is_layout = l_layout i_s_print_options = l_print_options is_variant = ls_variant EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = relatkey i_node_txt = p_text i_categ_id = p_categ_id IMPORTING e_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_key i_row_data = p_table EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = rs_variant i_save = 'A' IMPORTING es_variant = rs_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

HR_NL_LA_JUPER_F4_HELP CALL FUNCTION 'HR_NL_LA_JUPER_F4_HELP' EXPORTING i_retfield = 'REPER' i_dynpprog = l_syrepid i_dynpnr = l_sydynnr i_dynprofield = 'SEL_JUP-LOW' EXCEPTIONS customizing_error = 0 general_error = 0 OTHERS = 0.

HR_NL_LA_ERROR_MESSAGE CALL FUNCTION 'HR_NL_LA_ERROR_MESSAGE' EXPORTING i_sy_subrc = p_subrc i_fm_name = p_fm_name i_sy_msgid = p_msgid i_sy_msgty = p_msgty i_sy_msgno = p_msgno i_sy_msgv1 = p_msgv1 i_sy_msgv2 = p_msgv2 i_sy_msgv3 = p_msgv3 i_sy_msgv4 = p_msgv4.

HR_NL_LA_GET_CURRENT_PERIOD CALL FUNCTION 'HR_NL_LA_GET_CURRENT_PERIOD' EXPORTING i_reper = p_juper IMPORTING e_anperj = l_in_year e_anperm = l_in_period e_status = l_status EXCEPTIONS OTHERS = 1.

HR_NL_LA_ERROR_MESSAGE CALL FUNCTION 'HR_NL_LA_ERROR_MESSAGE' EXPORTING i_sy_subrc = sy-subrc i_fm_name = 'HR_NL_LA_GET_CURRENT_PERIOD' i_sy_msgid = sy-msgid i_sy_msgty = sy-msgty i_sy_msgno = sy-msgno i_sy_msgv1 = sy-msgv1 i_sy_msgv2 = sy-msgv2 i_sy_msgv3 = sy-msgv3 i_sy_msgv4 = sy-msgv4.

HR_NL_LA_GET_REPER_PERMO CALL FUNCTION 'HR_NL_LA_GET_REPER_PERMO' EXPORTING i_juper = p_juper IMPORTING e_permo = l_permo EXCEPTIONS custimizing_of_t5n14 = 1 conversion_error = 2 OTHERS = 3.



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