PLLIITW0 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 PLLIITW0 into the relevant SAP transactions such as SE38 or SE80
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.
Title: LI/NHI routines: EE personal data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_TW_DATE CALL FUNCTION 'HR_TW_DATE' EXPORTING DATE_IN_WESTERN = P_GBDAT IMPORTING TW_YEAR = GYEAR MONTH = GBMON DAY = GBDAY BEFORE_TW_DATE = QIAN EXCEPTIONS INPUT_DATE_IS_INITIAL = 1 OTHERS = 2.
RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING FORMAT = P0002-KNZNM LANGU = SPACE MOLGA = '42' PP0002 = P0002 IMPORTING EDIT_NAME = $FNAME RETCODE = SUBRC EXCEPTIONS OTHERS = 1.
HR_TW_NAME_IN_CHINESE CALL FUNCTION 'HR_TW_NAME_IN_CHINESE' EXPORTING PP0002 = P0002 PP0182 = P0182 IMPORTING EDIT_NAME = $NAME RETCODE = SUBRC EXCEPTIONS OTHERS = 1.
RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING FORMAT = P0002-KNZNM LANGU = SPACE MOLGA = '42' PP0002 = P0002 IMPORTING EDIT_NAME = $NAME RETCODE = SUBRC EXCEPTIONS OTHERS = 1.
WS_ULDL_PATH CALL FUNCTION 'WS_ULDL_PATH' IMPORTING DOWNLOAD_PATH = DOWNLOAD_PATH EXCEPTIONS OTHERS = 1.
WS_ULDL_PATH CALL FUNCTION 'WS_ULDL_PATH' IMPORTING DOWNLOAD_PATH = DOWNLOAD_PATH EXCEPTIONS OTHERS = 1.
WS_ULDL_PATH CALL FUNCTION 'WS_ULDL_PATH' IMPORTING DOWNLOAD_PATH = DOWNLOAD_PATH EXCEPTIONS OTHERS = 1.
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING def_filename = default_name def_path = default_path mask = mask mode = 'S' title = popup_title IMPORTING filename = ret_str rc = dummy EXCEPTIONS * INV_WINSYS = 1 * NO_BATCH = 2 selection_cancel = 3 selection_error = 4 OTHERS = 5 .
WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING filename = ret_str query = 'FE' IMPORTING return = answer EXCEPTIONS inv_query = 1 no_batch = 2 frontend_error = 3 OTHERS = 4.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' textline1 = ret_str textline2 = text-073 titel = text-072 * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING bin_filesize = l_filesize filename = dn_filename filetype = 'BIN' TABLES data_tab =
EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 OTHERS = 5.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = L_FILESIZE filename = dn_filename * FILETYPE = 'BIN' TABLES data_tab = efile_join EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 OTHERS = 5.
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING def_filename = default_name def_path = default_path mask = mask mode = 'S' title = text-210 IMPORTING filename = ret_str rc = dummy EXCEPTIONS * INV_WINSYS = 1 * NO_BATCH = 2 selection_cancel = 3 selection_error = 4 OTHERS = 5 .
WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING filename = ret_str query = 'FE' IMPORTING return = answer EXCEPTIONS inv_query = 1 no_batch = 2 frontend_error = 3 OTHERS = 4.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' textline1 = ret_str textline2 = text-073 titel = text-072 * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING bin_filesize = l_filesize filename = dn_filename filetype = 'BIN' TABLES data_tab =
EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 OTHERS = 5.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = L_FILESIZE filename = dn_filename * FILETYPE = 'BIN' TABLES data_tab = efile_quit EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 OTHERS = 5.
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING def_filename = default_name def_path = default_path mask = mask mode = 'S' title = text-210 IMPORTING filename = ret_str rc = dummy EXCEPTIONS * INV_WINSYS = 1 * NO_BATCH = 2 selection_cancel = 3 selection_error = 4 OTHERS = 5 .
CALL FUNCTION 'WS_QUERY' EXPORTING filename = ret_str query = 'FE' IMPORTING return = answer EXCEPTIONS inv_query = 1 no_batch = 2 frontend_error = 3 OTHERS = 4.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' textline1 = ret_str textline2 = text-073 titel = text-072 * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING bin_filesize = l_filesize filename = dn_filename filetype = 'BIN' TABLES data_tab =
EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 OTHERS = 5.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = L_FILESIZE filename = dn_filename * FILETYPE = 'BIN' TABLES data_tab = efile_adjust EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 OTHERS = 5.
HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING * BASIC_LIST_TITLE = * FILE_NAME = SY-REPID "LINIAHRK036779 FILE_NAME = REPID "LINIAHRK036779 * lay_out = 1 IMPORTING RETURN_CODE = RETURN_CODE TABLES DATA_TAB = $DATA_TAB FIELDNAME_TAB = $FIELDNAMES EXCEPTIONS DOWNLOAD_PROBLEM = 1 NO_DATA_TAB_ENTRIES = 2 TABLE_MISMATCH = 3 PRINT_PROBLEMS = 4 OTHERS = 5.
HR_KR_STRING_TO_XSTRING * CALL FUNCTION 'HR_KR_STRING_TO_XSTRING' * EXPORTING * codepage_to = '8300' * unicode_string = in_str * out_len = length * IMPORTING * xstring_stream = out_xstr.
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 PLLIITW0 or its description.