SAP ABAP Data Element WDY_MD_CARDINALITY (Web Dynpro: Cardinality)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
⤷
SWDP_METADATA_API_CONTROLLER (Package) Web Dynpro: Controller
⤷
⤷
Basic Data
| Data Element | WDY_MD_CARDINALITY |
| Short Description | Web Dynpro: Cardinality |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | WDY_MD_CARDINALITY | |
| Data Type | NUMC | Character string with only digits |
| Length | 2 | |
| Decimal Places | 0 | |
| Output Length | 2 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Card. |
| Medium | 20 | Cardinality |
| Long | 40 | Cardinality of Context Element |
| Heading | 0 |
Documentation
Definition
The cardinality of a node is an abbreviation for "collection cardinality of a node". It defines the minimum and maximum number of elements (values) that the collection of a node must or can have.
The following four combinations are possible:
- 0..1
- 1..1
- 0..n
- 1..n
The first value specifies whether the collection can be empty (0..x) or cannot be empty (1..x). The second value specifies whether the node implements a collection semantics (x..n) or a singleton semantics (x..1).
Use
Dependencies
Example
History
| Last changed by/on | SAP | 20080411 |
| SAP Release Created in | 630 |