SAP ABAP Class CL_BSP_DLC_FA_VIEW_DESCRIPTOR (Field Analysis: View Descriptor)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-CON (Application Component) UI Configuration & Design Layer
     BSP_DYN_CONFIG_TOOLS2_CORE (Package) Config Tools Core
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_DLC_VIEW_DESCRIPTOR View Descriptor 20100621
Properties
Class CL_BSP_DLC_FA_VIEW_DESCRIPTOR  
Short Description Field Analysis: View Descriptor    
Super Class CL_BSP_DLC_VIEW_DESCRIPTOR View Descriptor 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BSP_DYN_CONFIG_TOOLS2_CORE   Config Tools Core 
Created 20100621   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 BSPCD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_BSP_DLC_FA_VIEW_DESCRIPTOR has no interface implemented.
Friends
Class CL_BSP_DLC_FA_VIEW_DESCRIPTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_CONF_DESCR2 Instance attribute Private Object reference (TYPE REF TO) CL_BSP_DLC_CONFIGURATION2 Configuration Runtime Object 20100621
2 GT_DO_ASSIGNMENTS_BUF Static Attribute Private Type reference (TYPE) TT_DO_ASSIGNMENTS 20100712
3 GT_OTYPE Static Attribute Private See coding 20100625
4 GT_SOTYPE Static Attribute Private See coding 20100625
5 GV_CONTEXT_ID Instance attribute Private Type reference (TYPE) BSP_DLC_CONTEXT_ID Context ID 20100621
6 GV_DEFAULT_CONTEXT_ID Instance attribute Private Type reference (TYPE) BSP_DLC_CONTEXT_ID Context ID 20100621
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20100625
2 CONSTRUCTOR Instance method Public Constructor 20100621
3 GET_CUSTOM_TEXT_SPECIFIC Instance method Private Method 20100621
4 GET_FIELD_LABEL_SPECIFIC Instance method Public Method 20100621
5 GET_NO_DL_ASSIGNMENTS Instance method Private Method 20100625
6 IS_REF_DESIGN_OBJECT Instance method Private Method 20100625
Events
Class CL_BSP_DLC_FA_VIEW_DESCRIPTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_DO_ASSIGNMENTS Private See coding 20100712 BEGIN OF ts_do_assignments, object_type TYPE bsp_dlc_object_type, dsgn_object TYPE bsp_dlc_design_object, number_of_assignments TYPE i, END OF ts_do_assignments
2 TT_DO_ASSIGNMENTS Private See coding 20100712 tt_do_assignments TYPE SORTED TABLE OF ts_do_assignments WITH UNIQUE KEY object_type dsgn_object
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_BSP_DLC_FA_VIEW_DESCRIPTOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BSP_DLC_FA_VIEW_DESCRIPTOR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONF_DESCR Call by reference Object reference (TYPE REF TO) IF_BSP_DLC_CONFIGURATION Configuration Descriptor Interface 20100621
2 Importing IV_COMPONENT Call by reference Type reference (TYPE) BSP_WD_COMPONENT_NAME Component Name 20100621
3 Importing IV_COMPONENT_NAME Call by reference Type reference (TYPE) BSP_WD_COMPONENT_NAME Component Name 20100621
4 Importing IV_COMPONENT_USAGE Call by reference Type reference (TYPE) BSP_DLC_COMPONENT_USAGE Component Usage 20100621
5 Importing IV_ENHANCEMENT_SET Call by reference Type reference (TYPE) BSP_WD_ENHANCEMENT_SET Enhancement Set 20100621
6 Importing IV_OBJECT_SUB_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_SUB_TYPE Object Subtype 20100621
7 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100621
8 Importing IV_ROLE_KEY Call by reference Type reference (TYPE) BSP_DLC_ROLE_KEY Role Configuration Key 20100621
9 Importing IV_USAGE Call by reference Type reference (TYPE) BSP_DLC_USAGE Context Used 20100621
10 Importing IV_VIEWNAME Call by reference Type reference (TYPE) O2PAGEEXT Name of BSP Page (Upper and Lower Case) 20100621

Method CONSTRUCTOR on class CL_BSP_DLC_FA_VIEW_DESCRIPTOR has no exception.

Method GET_CUSTOM_TEXT_SPECIFIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_TEXT Value transfer Type reference (TYPE) TEXT128 Work Area Length 128 20100621
2 Importing IV_DEF_NDEF Value transfer Type reference (TYPE) CHAR4 Not More Closely Defined Area, Possibly Used for Patchlevels 20100621
3 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) BSP_DLC_ELEMENT_ID Generic element ID for short text elements 20100621
4 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20100621
5 Importing IV_SOURCE Call by reference Type reference (TYPE) BSP_DLC_DESIGN_LAYER_SOURCE Source of Design Layer Data: Customer / SAP / Both 20100621

Method GET_CUSTOM_TEXT_SPECIFIC on class CL_BSP_DLC_FA_VIEW_DESCRIPTOR has no exception.

Method GET_FIELD_LABEL_SPECIFIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DSGN_ATTR_NAME_BOL Call by reference Type reference (TYPE) NAME_KOMP Component name 20100621
2 Exporting EV_DSGN_NR_ASGN Call by reference Type reference (TYPE) NUMC05 Natural number 20100621
3 Exporting EV_DSGN_OBJECT Call by reference Type reference (TYPE) BSP_DLC_DESIGN_OBJECT Design Layer: Design Object 20100621
4 Exporting EV_DSGN_OBJECT_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100621
5 Exporting EV_IS_REF_DO Call by reference Type reference (TYPE) FLAG General Flag 20100625
6 Exporting EV_RESULT Call by reference Type reference (TYPE) TEXT128 Work Area Length 128 20100621
7 Importing IV_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTEXT_NODE WD Context Node 20100621
8 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) BSP_DLC_ELEMENT_ID Generic element ID for short text elements 20100621
9 Importing IV_SOURCE Call by reference Type reference (TYPE) BSP_DLC_LABEL_ORIGIN Origin of Label (Design Layer, DDIC, Text Repository) 20100621

Method GET_FIELD_LABEL_SPECIFIC on class CL_BSP_DLC_FA_VIEW_DESCRIPTOR has no exception.

Method GET_NO_DL_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DSGN_OBJECT Call by reference Type reference (TYPE) BSP_DLC_DESIGN_OBJECT Design Layer: Design Object 20100625
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100625
3 Importing IV_SOURCE Call by reference Type reference (TYPE) BSP_DLC_DESIGN_LAYER_SOURCE Source of Design Layer Data: Customer / SAP / Both 20100712
4 Returning RV_DO_ASSIGNMENTS Value transfer Type reference (TYPE) NUMC05 Numeric field length 5 20100712

Method GET_NO_DL_ASSIGNMENTS on class CL_BSP_DLC_FA_VIEW_DESCRIPTOR has no exception.

Method IS_REF_DESIGN_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100625
2 Importing IV_SOURCE Call by reference Type reference (TYPE) BSP_DLC_DESIGN_LAYER_SOURCE BSPCD_SOURCE_CUST_SAP Source of Design Layer Data: Customer / SAP / Both 20100625
3 Returning RV_REF_DESIGN_OBJECT Value transfer Type reference (TYPE) FLAG General Flag 20100625

Method IS_REF_DESIGN_OBJECT on class CL_BSP_DLC_FA_VIEW_DESCRIPTOR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702