DD28S - Lines of a selection condition
Lines of a selection condition information is stored in SAP table DD28S.
It is part of development package SDVI in software component BC-DWB-DIC-AC. This development package consists of objects that can be grouped under "ABAP Dictionary: Views, Lock Objects".
It is part of development package SDVI in software component BC-DWB-DIC-AC. This development package consists of objects that can be grouped under "ABAP Dictionary: Views, Lock Objects".
Fields for table DD28S
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
CONDNAME | Selection condition ID | X | CONDNAME | CHAR | 60 | |
AS4LOCAL | Activation State of Repository Object | X | AS4LOCAL | CHAR | 2 | |
AS4VERS | Version of a selection condition | X | CONDVERS | NUMC | 8 | DD29L |
POSITION | Position in a repetition group | X | MCPOS | NUMC | 8 | |
TABNAME | Table Name | TABNAME | CHAR | 60 | ||
FIELDNAME | Field Name | FIELDNAME | CHAR | 60 | ||
NEGATION | NOT operator in selection conditions | VSNEGATION | CHAR | 6 | ||
OPERATOR | Operator in a Join Condition | VSOPERATOR | CHAR | 4 | ||
CONSTANTS | Constant in selection conditions | VSCONST | CHAR | 76 | ||
CONTLINE | Flag for continuation line in selection conditions | VSCONTFLAG | CHAR | 2 | ||
AND_OR | AND/OR link in a selection or join condition | VSCONJ | CHAR | 6 | ||
OFFSET | Offset within a matchcode field | MCIDOFFS | NUMC | 8 | ||
FLENGTH | Field length within a MC ID | MCIDLEN | NUMC | 8 | ||
MCOFIELD | Matchcode field name | MCFIELDN | CHAR | 60 | ||
JOPERATOR | DD: Join Operator; Example: INNER JOIN, LEFT OUTER JOIN | JOPERATOR | CHAR | 10 | ||
JSOURCE | DD: Join Operator Source (Explicit Join or Association) | JSOURCE | CHAR | 2 |