SAP ABAP Data Element LDAP_NUMV (Number of Attribute Value)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-DIR (Application Component) Directory
     SLDAP (Package) LDAP Basic Functions
Basic Data
Data Element LDAP_NUMV
Short Description Number of Attribute Value  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type INT4   4-byte integer, integer number with sign 
Length 10    
Decimal Places 0    
Output Length 11    
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 Number 
Medium 15 No. of Values 
Long 20 No. of Values 
Heading 10 Number 
Documentation

Definition

Specifies how many lines of the value table belong to this attribute.

Use

Dependencies

The number of lines of the value table must correspond to the total of all contents of this column in the attribute table.

Example

You want to create an entry with three attributes.

Attribute A is to have a value A1, attribute B three values B1, B2, and B3, and attribute C two values C1 and C2.

Attribute table:
A 1
B 3
C 2

Value table:
A1
B1
B2
B3
C1
C2

The system makes assignment of the values to the attributes using the number of values specifies per attribute.

History
Last changed by/on SAP  20130604 
SAP Release Created in 630