The Function Module TFC_TASKLIST_UPDATE (Anlegen eines Aufgabenplans Fast Close) is a standard Function Module in SAP ERP and is part of the function group TFC_SCMA within the package FB_CLOSING.
Function Module | TFC_TASKLIST_UPDATE |
Short Text | Anlegen eines Aufgabenplans Fast Close |
Function Group | TFC_SCMA |
Package | FB_CLOSING |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ID_INSTANCE | TYPE | TFC_NUM | laufende Instanz des Aufgabenplans | |
ID_PROFILE | TYPE | TFC_PROFILE | Name des Aufgabenplans | |
IR_TASKLIST | CLASS | CFC | Klasse zur Verwaltung des FastClose |
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 |
---|---|---|---|---|
CT_TASKLIST | TYPE | SCMA_TASKLIST_T | Schedule Manager: Aufgabenplan | |
CT_TASKLIST_TEXT | TYPE | SCMA_TASKLIST_TEXT_T | Texte zum Aufgabenplan | |
CT_TFC_SCMA_MAP | TYPE | TFC_T_SCMA_MAP | Itab zu TFC_SCMA_MAP |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
E_MISSING_PARM_PROFILE | Übergabeparameter ID_PROFILE fehlt |
E_SCMA_UPDATE_ERROR | Fehler beim Erstellen des Aufgabenplans |