SAP Reports / Programs | Payroll | Taiwan(PY-TW) SAP PY

PLHI0TW1_ALV SAP ABAP INCLUDE - Includes: LI/NHI list and initialization







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

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_TW_GET_CHINESE CALL FUNCTION 'HR_TW_GET_CHINESE' EXPORTING non_uni_code = 'A67E' UTF16_CODE = '5E74' UTF8_CODE = 'E5B9B4' IMPORTING CHINESE_CHARACTER = C_YEAR.

HR_TW_GET_CHINESE CALL FUNCTION 'HR_TW_GET_CHINESE' EXPORTING non_uni_code = 'A4EB' UTF16_CODE = '6708' UTF8_CODE = 'E69C88' IMPORTING CHINESE_CHARACTER = C_MONTH.

HR_TW_GET_CHINESE CALL FUNCTION 'HR_TW_GET_CHINESE' EXPORTING non_uni_code = 'A4E9' UTF16_CODE = '6708' UTF8_CODE = 'E697A5' IMPORTING CHINESE_CHARACTER = C_DATE.

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.

HR_APPEND_ERROR_LIST * CALL FUNCTION 'HR_APPEND_ERROR_LIST' * EXPORTING * PERNR = P_PERNR * ARBGB = P_MSGID * MSGTY = P_MSGTY * MSGNO = P_MSGNO * MSGV1 = P_MSGV1 * MSGV2 = P_MSGV2 * MSGV3 = P_MSGV3 * MSGV4 = P_MSGV4 * EXCEPTIONS * OTHERS = 1.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING I_PERNR = gv_pernr I_MSGID = GV_MSGID I_MSGTY = gv_MSGTY I_MSGNO = gv_MSGNO I_MSGV1 = gv_MSGV1 I_MSGV2 = gv_MSGV2 I_MSGV3 = gv_MSGV3 I_MSGV4 = gv_MSGV4 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_APPEND_ERROR_LIST * CALL FUNCTION 'HR_APPEND_ERROR_LIST' * EXPORTING * PERNR = P_PERNR * ARBGB = P_MSGID * MSGTY = P_MSGTY * MSGNO = P_MSGNO * MSGV1 = P_MSGV1 * MSGV2 = P_MSGV2 * MSGV3 = P_MSGV3 * MSGV4 = P_MSGV4 * EXCEPTIONS * OTHERS = 1.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING I_PERNR = P_PERNR I_MSGID = P_MSGID I_MSGTY = P_MSGTY I_MSGNO = P_MSGNO I_MSGV1 = P_MSGV1 I_MSGV2 = P_MSGV2 I_MSGV3 = P_MSGV3 I_MSGV4 = P_MSGV4 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_DISPLAY_ERROR_LIST * CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' * EXPORTING * NO_POPUP = 'X' * NO_PRINT = SPACE ** tables ** error = error_int * EXCEPTIONS * INVALID_LINESIZE = 1 * OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY'
EXPORTING I_S_DISPLAY_PROFILE = gs_display_profile * I_S_FLAT_PROFILE = EXCEPTIONS PROGRAM_ERROR = 1 NO_LOGS = 2 OTHERS = 3 .

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING HEAD_LINE1 = TITLE FILE_NAME = REP_NAME IMPORTING RETURN_CODE = RETURN_CODE TABLES DATA_TAB = $DATA_TAB SELECT_TAB = $SELECT_TAB FIELDNAME_TAB = $FIELDNAMES EXCEPTIONS DOWNLOAD_PROBLEM = 1 NO_DATA_TAB_ENTRIES = 2 TABLE_MISMATCH = 3 PRINT_PROBLEMS = 4 OTHERS = 5.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING * BASIC_LIST_TITLE = HEAD_LINE1 = TITLE FILE_NAME = REP_NAME * lay_out = 1 DYN_PUSHBUTTON_TEXT1 = 'Update'(029) DYN_PUSHBUTTON_TEXT2 = 'Update all'(t13) IMPORTING RETURN_CODE = RETURN_CODE "from dynamic button TABLES DATA_TAB = $DATA_TAB SELECT_TAB = $SELECT_TAB FIELDNAME_TAB = $FIELDNAMES EXCEPTIONS DOWNLOAD_PROBLEM = 1 NO_DATA_TAB_ENTRIES = 2 TABLE_MISMATCH = 3 PRINT_PROBLEMS = 4 OTHERS = 5.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = REP_NAME DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 01 INVALID_DYNPROFIELD = 02 INVALID_DYNPRONAME = 03 INVALID_DYNPRONUMMER = 04 INVALID_REQUEST = 05 NO_FIELDDESCRIPTION = 06 UNDEFIND_ERROR = 07.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = SY-CPROG DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNPFIELDS.



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