SAP ABAP Data Element WDY_MD_CO_CARDINALITY (Web Dynpro: Cardinality of a Context Node)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_DWB_TOOL_CONTEXTS (Package) WebDynpro Workbench Tool: Context Editor
Basic Data
Data Element WDY_MD_CO_CARDINALITY
Short Description Web Dynpro: Cardinality of a Context Node  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type WDY_MD_CO_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  
Documentation

Definition

The cardinality of a node specifies whether

  • a single instance or
  • a table with instances

of an object can or must exist at runtime.

The following values are possible:

  • 1..1 : The node contains exactly one instance that must always be instantiated
  • 0..1 : The node contains exactly one instance that does not have to be instantiated
  • 1..n : The node can contain multiple instances and at least one of them must be instantiated
  • 0..n : The node can contain multiple instances and none of them must be instantiated

The default is 1..1.

Use

Dependencies

The value of the cardinality affects the possible values of the selection cardinality (property "Selection"): If the value for the cardinality does not require the instantiation of an instance, the selection cardinality cannot have a value that requires at least one instantiation.

Example

History
Last changed by/on SAP  20080411 
SAP Release Created in 640