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

PLCE0TW1 SAP ABAP INCLUDE - Include PLCE0TW1







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


Text pool values


Title: Include PLCE0TW1


INCLUDES used within this REPORT PLCE0TW1

INCLUDE RPUMKC00.


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_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = TEXT-030 HEAD_LINE1 = HEAD1 HEAD_LINE2 = HEAD2 * head_line3 = head3 FILE_NAME = REP_NAME DYN_PUSHBUTTON_TEXT1 = TEXT-103 IMPORTING RETURN_CODE = RETURNCODE TABLES * data_tab = disp_lst DATA_TAB = PROTOCOL SELECT_TAB = SELTAB FIELDNAME_TAB = FIELDNAMES EXCEPTIONS DOWNLOAD_PROBLEM = 1 NO_DATA_TAB_ENTRIES = 2 TABLE_MISMATCH = 3 PRINT_PROBLEMS = 4 OTHERS = 5.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = PROG_TEXT EXCEPTIONS OTHERS = 1.

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.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = protocol-BUKRS * LANGUAGE = SY-LANGU IMPORTING COMP_NAME = XHRCA_COMPANY-COMP_NAME ADDRESS = T_SADR-ADRNR EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = ADDR1_SEL IMPORTING SADR = T_SADR EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.

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.

SJIS_DBC_TO_SBC CALL FUNCTION 'SJIS_DBC_TO_SBC' EXPORTING all = 'X' CHANGING text = $nachn EXCEPTIONS overflow = 1.

SJIS_DBC_TO_SBC CALL FUNCTION 'SJIS_DBC_TO_SBC' EXPORTING all = 'X' CHANGING text = $vornm EXCEPTIONS overflow = 1.

HR_TW_ADDRESS CALL FUNCTION 'HR_TW_ADDRESS' EXPORTING adr_component = ls_twaddr IMPORTING tw_address = cv_address EXCEPTIONS no_address_input = 1 no_entry_in_table_t005u = 2 no_entry_in_table_t005f = 3 space_in_address = 4 contain_no_full_type = 5 contain_full_type_space = 6 OTHERS = 7.



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