Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The table SWDSCONDEF (WF Definition: Conditions) is a standard table in SAP ERP. It belongs to the package SWD.
Table | SWDSCONDEF |
Short Text | WF Definition: Conditions |
Package | SWD |
Table Type | Transparent Table |
Field Name | Key | Description | Data Element | Type | Length | Check Table |
---|---|---|---|---|---|---|
WFD_ID | ✔ | Number of workflow definition | SWD_WFD_ID | CHAR | 10 | SWDSHEADER |
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 |