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

RPCLAJN0_F01 SAP ABAP INCLUDE - RPCLAJN0F01







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

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_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 = 'SO_JUP-LOW' EXCEPTIONS OTHERS = 0.

HR_NL_LA_EXPAND_JUPER_SEL_OPT CALL FUNCTION 'HR_NL_LA_EXPAND_JUPER_SEL_OPT' EXPORTING i_seltab = so_jup[] i_actvt = c_auth_change IMPORTING e_seltab = l_t_sel_juper_range[].

HR_NL_LA_EXPAND_JUPER_SEL_OPT CALL FUNCTION 'HR_NL_LA_EXPAND_JUPER_SEL_OPT' EXPORTING i_seltab = so_jup[] i_actvt = c_auth_change IMPORTING e_seltab = l_t_sel_juper_range[].

ENQUEUE_E_NL_LA06 CALL FUNCTION 'ENQUEUE_E_NL_LA06' EXPORTING juper = l_s_sel_juper_range-low EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_s_display_profile = l_s_disp_prof i_structure_name = c_overview_struc i_grid_title = text-t01 is_layout = l_s_layout it_fieldcat = l_t_fieldcat i_default = abap_true i_save = 'A' is_variant = l_s_variant TABLES t_outtab = g_t_overview_alv EXCEPTIONS program_error = 1 OTHERS = 2.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING append = us_append filetype = 'ASC' trunc_trailing_blanks = abap_true write_lf = abap_false "LLEL7DK039489 codepage = c_codepage replacement = c_replacement_char filename = us_destination TABLES data_tab = l_t_file_data EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 OTHERS = 22.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = 'HR_NL_LAA_OUT_NEW' CHANGING physical_filename = lv_filename EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = c_overview_struc CHANGING ct_fieldcat = ch_t_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 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 RPCLAJN0_F01 or its description.