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 WFCS_CPL_DISPO_ACTIVE_GET_S (Check auf Werksebene, ob gekoppelter Dispoprozess aktiv) is a standard Function Module in SAP ERP and is part of the function group WFCS_GENERAL within the package WFCS.
Function Module | WFCS_CPL_DISPO_ACTIVE_GET_S |
Short Text | Check auf Werksebene, ob gekoppelter Dispoprozess aktiv |
Function Group | WFCS_GENERAL |
Package | WFCS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PI_KUNNR | TYPE | KUNNR | Aufruf über Kundennummer | |
PI_REFRESH | TYPE | WFCS_BOOLEAN | ' ' | Flag: Rücksetzen internen Puffer |
PI_WERKS | TYPE | WERKS_D | Aufruf von (Std.)Prognose über Werk |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PE_CPL_DISPO_ACTIVE | TYPE | WFCS_BOOLEAN | Flag: Gekoppelter Dispoprozess aktiv ('X'/' ') |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_POS_CUSTOMIZING_ENTRY_FOUND | Kein POS Customizing Eintrag gefunden |
WRONG_CALL | Baustein wurde falsch aufgerufen |