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 table SWF_WFPTAB (WF: Basis information about Workflow Wizards) is a standard table in SAP ERP. It belongs to the package SWF.
Table | SWF_WFPTAB |
Short Text | WF: Basis information about Workflow Wizards |
Package | SWF |
Table Type | Transparent Table |
Field Name | Key | Description | Data Element | Type | Length | Check Table |
---|---|---|---|---|---|---|
SWF_NAME | ✔ | Unique ID of Workflow Wizard | SWF_ID | CHAR | 20 | |
SWF_PARENT | Unique ID for Workflow Wizard type | SWF_PARID | CHAR | 20 | ||
SWF_TASK | Workflow Wizard Workflow | SWF_TASK_D | CHAR | 14 | ||
SWF_PRG | Program name for saving a Workflow Wizard | SWF_PRG | CHAR | 40 | * | |
SWF_FORM | Name of FORM routine for saving Workflow Wizard | SWF_FORM | CHAR | 30 | ||
SWF_OBJTYP | Object Type | SWO_OBJTYP | CHAR | 10 | * | |
SWF_CREUSR | User Name of Creator of Wizard | SWF_CREUSR | CHAR | 12 | ||
SWF_CREDAT | Wizard Creation Date | SWF_CREDAT | DATS | 8 | ||
SWF_CRETIM | Wizard Creation Time | SWF_CRETIM | TIMS | 6 | ||
SWF_CHGUSR | User Name of Last Changer of Wizard | SWF_CHGUSR | CHAR | 12 | ||
SWF_CHGDAT | Wizard Change Date | SWF_CHGDAT | DATS | 8 | ||
SWF_CHGTIM | Wizard Change Time | SWF_CHGTIM | TIMS | 6 | ||
SWF_RELEAS | Indicator showing that Workflow Wizard is released | SWF_RELEAS | CHAR | 1 | ||
SWF_BSPTSK | Workflow Wizard Example Workflow | SWF_BSPTSK | CHAR | 14 | ||
SWF_NOWFE | Do Not Offer Workflow Wizard When Calling from Builder | SWF_NOWFE | CHAR | 1 | ||
FUNCNAME | Function name | FUNCNAME | CHAR | 30 | * | |
WFPATTYPE | Type of Workflow Wizard | SWF_WFPTYP | CHAR | 4 | ||
SAPONLY | Wizard Only Visible in SAP System | SWF_SAPONLY | CHAR | 1 |