Menu

SAP Function Module WPSTLDI_INSERT_SUBORDINATE_TL

LowLevel: Append subord. task list as new op. to a task list (Dir. Inp.)

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module WPSTLDI_INSERT_SUBORDINATE_TL (LowLevel: Append subord. task list as new op. to a task list (Dir. Inp.)) is a standard Function Module in SAP ERP and is part of the function group WPSTLDI within the package DIWPS_TL.

Technical Information

Function Module WPSTLDI_INSERT_SUBORDINATE_TL
Short Text LowLevel: Append subord. task list as new op. to a task list (Dir. Inp.)
Function Group WPSTLDI
Package DIWPS_TL
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_CHECK_EXTID_UNIQUE TYPE XFELD Check if ext. ID identifies one / unique subordinate task list
I_EXCL_CHILD TYPE XEXCLTL Sign: Exclude subordinate task list
I_EXTID_CHILD TYPE TL_EXTID External ID of subordinate task list / child
I_PLFLD_PARENT LIKE PLFLD Task list master sequence - parent task list
I_PLKOD_PARENT LIKE PLKOD Task list header - parent task list
I_PLNAL_CHILD TYPE PLNAL Group counter - subordinate task list / child
I_PLNNR_CHILD TYPE PLNNR Task list group - subordinate task list / child
I_PLNTY_CHILD TYPE PLNTY Task list type - subordinate task list / child

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CRE_PLPOD TYPE PLPOD Created task list operation

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ERROR_IN_CALL_SEQ Error in Call sequence (must be called after creation of header!)
EXTID_NOT_UNIQUE The external task list ID is not unique
ID_TL_CHILD_NOT_OK Identification of subordinate task list is not OK
INTERNAL_ERROR An internal error occured (should not happen)
PLANT_NOT_UNIQUE Parent and child task list have different planning plants
TL_CHILD_NOT_FOUND Subordinate task list does not exist (not found in DB)