SAP ABAP Domain SWABINDTYP (Type of binding operation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWA (Package) Business Workflow: Expressions, binding
⤷
⤷
Basic Data
| Domain Name | SWABINDTYP |
| Short Description | Type of binding operation |
Definition
| Data Type | CHAR | Character String |
| No. Characters | 4 | |
| Decimal Places | ||
| Output Length | 4 | |
| Conversion Routine | ||
| Sign | ||
| Lower Case |
Value Range
| # | Lower Limit | Upper Limit | Short Description |
|---|---|---|---|
| 1 | ASGN | Assignment - Target overwritten | |
| 2 | APND | Append - Table line appended | |
| 3 | DELE | Delete - Remove table line (index operation) | |
| 4 | DIFF | Quantity difference A := A B | |
| 5 | FUNC | Operation defined with function module | |
| 6 | INIT | ABAP initial value / table: delete | |
| 7 | INSR | Insert - Insert table line (index operation) | |
| 8 | INTS | Intersection A := A cap B | |
| 9 | METH | Operation defined with method call | |
| 10 | MODF | Change - Overwrite table line (index operation) | |
| 11 | SDIF | Symmetrical difference A:= (A cup B) (A cap B) | |
| 12 | UNIN | Union A := A cup B | |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 46C |