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 SWD_CONDEF (WF Definition/Runtime: Conditions) is a standard table in SAP ERP. It belongs to the package SWD.
Table | SWD_CONDEF |
Short Text | WF Definition/Runtime: Conditions |
Package | SWD |
Table Type | Transparent Table |
Field Name | Key | Description | Data Element | Type | Length | Check Table |
---|---|---|---|---|---|---|
CLIENT | ✔ | Workflow definition: Client | SWD_MANDAN | CLNT | 3 | T000 |
WFD_ID | ✔ | Number of workflow definition | SWD_WFD_ID | CHAR | 10 | SWD_HEADER |
VERSION | ✔ | Version | SWD_VERSIO | CHAR | 4 | |
EXETYP | ✔ | Workflow Type | SWD_EXETYP | CHAR | 1 | |
NODEID | ✔ | Node Number | SWD_NODEID | NUMC | 10 | |
CONDTYPE | ✔ | WF: Type of condition | SWD_CONTYP | CHAR | 2 | |
CONDSTYPE | ✔ | Condition Subtype | SWD_CONSTYP | CHAR | 5 | |
PARSE_TYP | ✔ | Condition Editor: Type of Line in Internal Display | SWB_LINTYP | CHAR | 1 | |
LINE_ID | ✔ | Condition Editor: Line Number in Internal Display | SWB_LINEID | NUMC | 3 | |
LINE_TYP | Condition Editor: Type of Line in Internal Display | SWB_LINTYP | CHAR | 1 | ||
LEFTEXPR | Relational expression | SWD_CONEXP | CHAR | 255 | ||
LEFTEXPTY | Workflow expression type | SWA_EXPRTY | CHAR | 1 | ||
RIGHTEXPR | Relational expression | SWD_CONEXP | CHAR | 255 | ||
RIGHTEXPTY | Workflow expression type | SWA_EXPRTY | CHAR | 1 | ||
COMPOP | Relational operator for condition and until loop | SWD_OPERAT | CHAR | 2 | ||
LOGOP | Logical Operator for Boolean Conditions | SWB_LOGOP | CHAR | 3 | ||
NOTFLAG | Negation Flag for Condition Evaluation ('NOT') | SWB_NOT | CHAR | 1 |