SWBRULEBIN - WF: Runtime Representation of a Rule
WF: Runtime Representation of a Rule information is stored in SAP table SWBRULEBIN.
It is part of development package SWB in software component BC-BMT-WFM. This development package consists of objects that can be grouped under "Business Workflow: Condition Editor & Start Conditions".
It is part of development package SWB in software component BC-BMT-WFM. This development package consists of objects that can be grouped under "Business Workflow: Condition Editor & Start Conditions".
Fields for table SWBRULEBIN
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
RSYS_ID | WF: GUID as Unique Internal Name | X | SWA_UNIQID | CHAR | 32 | |
LINE_INDEX | WF: Line Index | X | SWA_LINEID | NUMC | 6 | |
RULE_ID | WF: GUID as Unique Internal Name | SWA_UNIQID | CHAR | 32 | ||
DATA_TYPE | WF: Data Type in Table SWB_RULEBIN | SWB_BINTYP | CHAR | 12 | ||
.INCLUDE | SWB_COND | 0 | ||||
.INCLUDE | SWB_LKEY | 0 | ||||
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 | ||
.INCLUDE | SWB_LDATA | 0 | ||||
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 |