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

PLNC0TW3_ALV SAP ABAP INCLUDE - Include PLNC0TW3







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


INCLUDES used within this REPORT PLNC0TW3_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_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = TEXT-024 FILE_NAME = REP_NAME HEAD_LINE1 = HEADLINE_1 HEAD_LINE2 = HEADLINE_2 DYN_PUSHBUTTON_TEXT1 = TEXT-025 IMPORTING RETURN_CODE = RET_CODE TABLES DATA_TAB = PROTOCOL FIELDNAME_TAB = FIELDNAMES SELECT_TAB = SELTAB 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 = TEXT-041 FILE_NAME = REP_NAME HEAD_LINE1 = HEADLINE_1 HEAD_LINE2 = HEADLINE_2 DYN_PUSHBUTTON_TEXT2 = TEXT-004 IMPORTING RETURN_CODE = RET_CODE TABLES DATA_TAB = PROTOCOL FIELDNAME_TAB = FIELDNAMES SELECT_TAB = SELTAB EXCEPTIONS DOWNLOAD_PROBLEM = 1 NO_DATA_TAB_ENTRIES = 2 TABLE_MISMATCH = 3 PRINT_PROBLEMS = 4 OTHERS = 5.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING GROUP = MAP_NAME USER = SY-UNAME EXCEPTIONS CLIENT_INVALID = 1 DESTINATION_INVALID = 2 GROUP_INVALID = 3 GROUP_IS_LOCKED = 4 HOLDDATE_INVALID = 5 INTERNAL_ERROR = 6 QUEUE_ERROR = 7 RUNNING = 8 SYSTEM_LOCK_ERROR = 9 USER_INVALID = 10 OTHERS = 11.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' TABLES DYNPROTAB = BDCDATA EXCEPTIONS INTERNAL_ERROR = 1 NOT_OPEN = 2 QUEUE_ERROR = 3 TCODE_INVALID = 4 PRINTING_INVALID = 5 POSTING_INVALID = 6 OTHERS = 7.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS NOT_OPEN = 1 QUEUE_ERROR = 2 OTHERS = 3.

TRANSACTION_CALL ** call function 'TRANSACTION_CALL' ** exporting ** transaction_name = 'SM35'.

POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * TITLEBAR = TEXT-053 * TEXT_QUESTION = TEXT-054 * TEXT_BUTTON_1 = TEXT-055 * TEXT_BUTTON_2 = TEXT-056 * DISPLAY_CANCEL_BUTTON = ' ' * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-042 TEXT_QUESTION = TEXT TEXT_BUTTON_1 = 'Yes'(044) ICON_BUTTON_1 = 'icon_okay' TEXT_BUTTON_2 = 'No'(045) ICON_BUTTON_2 = 'icon_led_red' DISPLAY_CANCEL_BUTTON = 'X' IMPORTING ANSWER = ANSWER EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = Gv_repid I_STRUCTURE_NAME = 'HTWLNC00_ALV1' CHANGING CT_FIELDCAT = lt_fldcat EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING I_CATEG_ID = GC_CATG_ID I_WITH_MSG_FIELDS = abap_false IT_FIELDCAT = lt_fldcat EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'STATISTIC MESSAGES' I_ICON = ICON_TABLE_SETTINGS I_CATEG_ID = gc_catg_id IMPORTING e_node_key = CV_GENRL_NODE_KEY EXCEPTIONS program_error = 1 others = 2.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING I_NODE_KEY = IV_GENRL_NODE_KEY i_msgid = gc_aplg_msgid_bl i_msgty = gv_msgty i_msgno = gc_aplg_msgno I_CONTEXT = Gw_stat EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = Gs_display_profile EXCEPTIONS PROGRAM_ERROR = 1 NO_LOGS = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-053 TEXT_QUESTION = TEXT-054 TEXT_BUTTON_1 = TEXT-055 TEXT_BUTTON_2 = TEXT-056 DISPLAY_CANCEL_BUTTON = ' ' EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-053 TEXT_QUESTION = TEXT-054 TEXT_BUTTON_1 = TEXT-055 TEXT_BUTTON_2 = TEXT-056 DISPLAY_CANCEL_BUTTON = ' ' EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 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 PLNC0TW3_ALV or its description.