Menu

SAP Function Module WPSTS_TL_CHECK_CONFIGURABLE

Prüfen, ob Arbeitsplan konfiguierbar ist

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 WPSTS_TL_CHECK_CONFIGURABLE (Prüfen, ob Arbeitsplan konfiguierbar ist) is a standard Function Module in SAP ERP and is part of the function group WPSTS within the package DIWPS_TL.

Technical Information

Function Module WPSTS_TL_CHECK_CONFIGURABLE
Short Text Prüfen, ob Arbeitsplan konfiguierbar ist
Function Group WPSTS
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_DATUV LIKE PLKO-DATUV Date lower limit for DB selection
I_PLNAL LIKE PLKO-PLNAL Group counter / Alternative
I_PLNNR LIKE PLKO-PLNNR Key for task list group / Routing number
I_PLNTY LIKE PLKO-PLNTY Task list type / Routing type

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_IS_CONFIGURABLE TYPE XFELD Flag: Task list is configurable (profile exists)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_T_INOB LIKE INOB Link between Internal Number and Object
E_T_KLAH LIKE KLAH Class Header Data
E_T_KSSK LIKE KSSK Allocation Table: Object to Class

Exceptions

This function module does not define any Exceptions.