SAP Reports / Programs | Personnel Management | Personnel Administration | South Africa(PA-PA-ZA) SAP PA

RPLEA4W3 SAP ABAP INCLUDE - Forms







RPLEA4W3 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 RPLEA4W3 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 RPLEA4W3. "Basic submit
SUBMIT RPLEA4W3 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLEA4W3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Forms


INCLUDES used within this REPORT RPLEA4W3

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:

SSF_FUNCTION_MODULE_NAME call function 'SSF_FUNCTION_MODULE_NAME' exporting formname = g_fname importing fm_name = g_fmnam exceptions no_form = 1 no_function_module = 2 others = 3.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = text-pro.

DD_DOMVALUES_GET call function 'DD_DOMVALUES_GET' exporting domname = 'P16_OCCAT' langu = sy-langu text = on tables dd07v_tab = cattab.

DD_DOMVALUES_GET call function 'DD_DOMVALUES_GET' exporting domname = 'P16_OCLEV' langu = sy-langu text = on tables dd07v_tab = levtab.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = text-end.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = text-scr.

HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = 'WWTRN' struc_content = pme02 importing back = l_txref exceptions others = 7.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = $pernr arbgb = $arbgb msgty = $msgty msgno = $msgno msgv1 = msg-var1 msgv2 = msg-var2 msgv3 = msg-var3 msgv4 = msg-var4.

HR_DISPLAY_ERROR_LIST call function 'HR_DISPLAY_ERROR_LIST' exporting no_popup = off no_print = on no_img = off no_msgno = off hidemsg = off linesize = '132'.

HR_DISPLAY_ERROR_LIST call function 'HR_DISPLAY_ERROR_LIST' exporting no_popup = on no_print = off no_img = off no_msgno = off hidemsg = on linesize = '132'.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = text-pdf.

CONVERT_OTF call function 'CONVERT_OTF' exporting format = 'PDF' importing bin_filesize = filesize bin_file = xpdf tables otf = output_data-otfdata lines = preview_pdf.

GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting bin_filesize = filesize filename = l_filename filetype = 'BIN' tables data_tab = pdf_table.

SSF_GET_DEVICE_TYPE * call function 'SSF_GET_DEVICE_TYPE' * exporting * i_language = sy-langu * importing * e_devtype = output_options-tdprinter.

HR_APPEND_ERROR_LIST call function 'HR_APPEND_ERROR_LIST' exporting pernr = lt_error-pernr arbgb = lt_error-arbgb msgty = lt_error-msgty msgno = lt_error-msgno msgv1 = lt_error-msgv1 msgv2 = lt_error-msgv2 msgv3 = lt_error-msgv3 msgv4 = lt_error-msgv4.

RS_REPORTSELECTIONS_INFO call function 'RS_REPORTSELECTIONS_INFO' exporting report = l_repid default_values = 'X' tables field_info = gt_rsel_sik def_values = gt_selopt exceptions others = 1. "#EC DOM_EQUAL

RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = l_repid tables selection_table = gt_selopt exceptions others = 1. "#EC DOM_EQUAL

DD_DOMVALUE_TEXT_GET call function 'DD_DOMVALUE_TEXT_GET' exporting domname = domname value = domwa-domvalue_l langu = sy-langu importing dd07v_wa = domwa.

FILE_VALIDATE_NAME





CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = 'HR_ZA_FILE_PATH' CHANGING PHYSICAL_FILENAME = p_temse EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 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 RPLEA4W3 or its description.