The Function Module TFC_SCHEDULE_TASKS (Rahmenbaustein zum Scheduling 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_SCHEDULE_TASKS |
Short Text | Rahmenbaustein zum Scheduling 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_FUNC | TYPE | TFC_SCHED_FUNC | Fast Close: welche Schedule Funktion soll ausgeführt werden | |
ID_INSTANCE | TYPE | TFC_NUM | laufende Instanz des Aufgabenplans | |
ID_PROFILE | TYPE | TFC_PROFILE | Name des Aufgabenplans | |
ID_SCHEDULE | TYPE | XFELD | Soll die Ablaufdefinition eingeplant werden? | |
IR_TASKLIST | CLASS | CFC | Klasse zur Verwaltung des FastClose |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_HEADER | TYPE | TSCMA | Schedule Manager: Verzeichnis der Aufgabenpläne |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CT_TFC_SCMA_MAP | TYPE | TFC_T_SCMA_MAP | Itab zu TFC_SCMA_MAP |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_TASKLIST | TYPE | SCMA_TASKLIST_T | Schedule Manager: Aufgabenplan | |
ET_TASKLIST_TEXT | TYPE | SCMA_TASKLIST_TEXT_T | Texte zum Aufgabenplan | |
ET_TASKS_NOT_SCHEDULED | LIKE | SCMA_TASKLIST | Schedule Manager: Aufgabenplan | |
ET_TASKS_SCHEDULED | LIKE | SCMA_TASKLIST | Schedule Manager: Aufgabenplan |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERRORS_OCCURED | Während der Verarbeitung sind Fehler aufgetreten |