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

RPCLASN0_MAPXX SAP ABAP INCLUDE - RPCLASN0MAPXX







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

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:

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = l_filename append = g_2nd_write write_lf = ' ' trunc_trailing_blanks = 'X' codepage = cl_hr_b2a_nl_st_la06=>c_codepage_dwnld replacement = cl_hr_b2a_nl_st_la06=>c_codepage_repl_char TABLES data_tab = l_xml_tab EXCEPTIONS error_message = 23 " OTHERS = 22.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING bufflg = '80' TABLES datatab = l_xml_tab EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'NLLA4' struc_content = l_s_pmen2 IMPORTING back = l_last_alh_period EXCEPTIONS OTHERS = 0.

HR_NL_LA_GET_PERIOD_INTERVAL CALL FUNCTION 'HR_NL_LA_GET_PERIOD_INTERVAL' " " EXPORTING " " i_permo = wa_t549q-permo " " i_pabrj = wa_t549q-pabrj " " i_pabrp = wa_t549q-pabrp " " IMPORTING " " e_begda = wa_t549q_bela-begda " " e_endda = wa_t549q_bela-endda " " EXCEPTIONS " " read_error_t549q = 1 " " OTHERS = 2 " " . " "

HR_NL_LA_GET_B2AID CALL FUNCTION 'HR_NL_LA_GET_B2AID' EXPORTING i_juper = g_reper i_inprj = g_laipj i_inprm = g_laipm i_anprj = g_anprj IMPORTING e_b2aid = g_idber EXCEPTIONS error_get_lhnr = 1 OTHERS = 2.

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

HR_NL_LA_GET_PERIOD_INTERVAL CALL FUNCTION 'HR_NL_LA_GET_PERIOD_INTERVAL' " EXPORTING " i_permo = g_permo " i_pabrj = p_import-laipj " i_pabrp = p_import-laipm " IMPORTING " * E_BEGDA = " e_endda = g_ip_endda " EXCEPTIONS " read_error_t549q = 1 " OTHERS = 2. "XAWKM03385153

HR_NL_LA_GET_CONT_PERS CALL FUNCTION 'HR_NL_LA_GET_CONT_PERS' EXPORTING juper = g_reper refdate = g_ip_endda "endedatum IN-Periode IMPORTING contpers = g_contpers telnr = g_telnr EXCEPTIONS error = 1 OTHERS = 2.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'NLLA4' struc_content = l_s_pmen2 IMPORTING back = l_last_alh_period EXCEPTIONS OTHERS = 0.

SO_SPLIT_FILE_AND_PATH CALL FUNCTION 'SO_SPLIT_FILE_AND_PATH' EXPORTING full_name = us_filename IMPORTING stripped_name = lv_filename * FILE_PATH = EXCEPTIONS x_error = 1 OTHERS = 2.

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = us_filename filetype = 'BIN' has_field_separator = abap_false header_length = 0 IMPORTING filelength = lv_size TABLES data_tab = l_t_xml_tab EXCEPTIONS OTHERS = 1.

SO_SPLIT_FILE_AND_PATH CALL FUNCTION 'SO_SPLIT_FILE_AND_PATH' EXPORTING full_name = lv_zip_filename IMPORTING stripped_name = lv_zip_name * FILE_PATH = EXCEPTIONS x_error = 1 OTHERS = 2.

SCMS_BINARY_TO_XSTRING CALL FUNCTION 'SCMS_BINARY_TO_XSTRING' EXPORTING input_length = lv_size IMPORTING buffer = lv_xstring TABLES binary_tab = l_t_xml_tab EXCEPTIONS failed = 1 OTHERS = 2.

SCMS_XSTRING_TO_BINARY CALL FUNCTION 'SCMS_XSTRING_TO_BINARY' EXPORTING buffer = lv_zip_xstring IMPORTING output_length = lv_out_zip_size TABLES binary_tab = lt_zip_bin_data.



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