SAP ABAP Data Element WCF_DEFERRED_ATTR_PROPS (Deferred Attribute Properties Loading Support)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-GOL-GIL (Application Component) Generic Interaction Layer
     CRM_GENIL_CUST (Package) Customizing Objects for Generic Interaction Layer
Basic Data
Data Element WCF_DEFERRED_ATTR_PROPS
Short Description Deferred Attribute Properties Loading Support  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type WCF_GENIL_BOOLEAN    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 Def. Props 
Medium 20 Deferred Attr. Props 
Long 30 Deferred Attr. Props Loading 
Heading 50 Deferred Attritbute Properties Loading 
Documentation

Definition

Currently, applications have to read attributes and their properties for objects already in their GenIL implementation, although possibly those objects are not displayed on the UI or are displayed later. To improve performance for such cases, we introduced a "delayed read" of attributes. To use this feature, do the following:

  1. Select the checkbox DEFER_ATTR_PROPS in the model for those objects concerned.
  2. Include the creation of the attribute property object in an
        IF CONT_PROXY->CHECK_ATTR_PROPS_REQUESTED() = ABAP_TRUE. ENDIF.
    statement.

Use

Dependencies

Example

History
Last changed by/on SAP  20100420 
SAP Release Created in 701