SAP ABAP Class CL_WCF_CDS__STEPATTRIBUTE_IMPL (CL_WCF_CDS__STEPATTRIBUTE_IMPL)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI (Application Component) User Interface
     WCF_CDS_UI (Package) Central DataSource UI objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WCF_CDS__STEPATTRIBUTE 20100503
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BSP_DLC_PROCESS_STEP Roadmap Step Interface 20100601
Properties
Class CL_WCF_CDS__STEPATTRIBUTE_IMPL  
Short Description    
Super Class CL_WCF_CDS__STEPATTRIBUTE  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCF_CDS_UI   Central DataSource UI objects 
Created 20100503   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BSP_DLC_PROCESS_STEP Roadmap Step Interface 20100601
Friends
Class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_BOL_POPUP Instance attribute Private Object reference (TYPE REF TO) IF_BSP_WD_POPUP Popup Access Interface 20100602
2 GR_DA_POPUP Instance attribute Private Object reference (TYPE REF TO) IF_BSP_WD_POPUP Popup Access Interface 20100602
3 GR_DO_POPUP Instance attribute Private Object reference (TYPE REF TO) IF_BSP_WD_POPUP Popup Access Interface 20100513
4 GR_PATH_HELP_POPUP Instance attribute Private Object reference (TYPE REF TO) IF_BSP_WD_POPUP Popup Access Interface 20100521
5 GT_BOL_FIELDS Instance attribute Private Type reference (TYPE) DDFIELDS DD: Field List 20100602
6 GT_DA Instance attribute Private See coding 20100602
7 GT_DO Instance attribute Private See coding 20100602
8 GV_CURR_REF_PATH_HELP_INDEX Instance attribute Private Type reference (TYPE) STRING 20100521
9 GV_DESIGN_OBJECT Instance attribute Private Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100602
10 GV_FIRST_TIME Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100513
11 SV_ICON_GREEN_SRC Static Attribute Public Type reference (TYPE) STRING 20100512
12 SV_ICON_GREY_SRC Static Attribute Public Type reference (TYPE) STRING 20100512
13 SV_ICON_RED_SRC Static Attribute Public Type reference (TYPE) STRING 20100512
14 SV_ICON_YELLOW_SRC Static Attribute Public Type reference (TYPE) STRING 20100512
Methods
# Method Level Visibility Method type Description Created on
1 DISPLAY_DA_POPUP Instance method Private Method Display popup to select a Design Object 20100602
2 DISPLAY_DO_POPUP Instance method Private Method Display popup to select a Design Object 20100602
3 EXTRACT_FIELD_NAME Static method Public Method Extracts field name from its complete name 20100604
4 GET_ATTRIBUTE_DESCRIPTION Static method Public Method Returns the description of the attribute according to DDIC 20100525
5 GET_POSSIBLE_NEW_BOL_FIELDS Instance method Private Method Returns possible new fields from BOL 20100602
6 GET_REF_FLD_STATUS Instance method Public Method 20100615
7 LOAD_ICON_INFO Instance method Private Method 20100512
8 ON_WIZARD_RESET Instance method Private Event handling method 20100604
9 OP_REF_FIELD_HELP Instance method Public Method 20100521
10 VALIDATE Instance method Private Method Validate attributes 20100601
Events
Class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTYPE_DA_STRUCT Private See coding 20100602 BEGIN OF ltype_da_struct, OBJECT_TYPE TYPE BSP_DLC_OBJECT_TYPE, DSGN_OBJECT TYPE BSP_DLC_DESIGN_OBJECT, ATTR_NAME_BOL TYPE NAME_KOMP, HIDDEN TYPE BSP_DLC_HIDDEN, MANDATORY TYPE BSP_DLC_MANDATORY, DISABLED TYPE BSP_DLC_DISPLAY_ONLY, FIELD_LABEL TYPE TEXT128, EXCLUDED TYPE BSP_DLC_EXCLUDED, F4_FROM_DDIC TYPE BSP_DLC_F4_FROM_DDIC, FIELD_TYPE TYPE BSP_DLC_FIELD_TYPE, BOL_ATTR TYPE NAME_KOMP, BOL_OBJECT TYPE CRMT_EXT_OBJ_NAME, ACTION Type BSP_DLCS_ACTION, END OF ltype_da_struct
2 LTYPE_DO_STRUCT Private See coding 20100602 BEGIN OF ltype_do_struct, dsgn_object TYPE bsp_dlc_design_object, ATTR_NAME_BOL TYPE NAME_KOMP, END OF ltype_do_struct
Method Signatures

Method DISPLAY_DA_POPUP Signature

Method DISPLAY_DA_POPUP on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no parameter.
Method DISPLAY_DA_POPUP on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.

Method DISPLAY_DO_POPUP Signature

Method DISPLAY_DO_POPUP on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no parameter.
Method DISPLAY_DO_POPUP on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.

Method EXTRACT_FIELD_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPLETE_NAME Call by reference Type reference (TYPE) STRING 20100604
2 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20100604

Method EXTRACT_FIELD_NAME on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.

Method GET_ATTRIBUTE_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20100525
2 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20100525
3 Importing IV_UI_OBJECT_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100525
4 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) STRING 20100525

Method GET_ATTRIBUTE_DESCRIPTION on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.

Method GET_POSSIBLE_NEW_BOL_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PATH Call by reference Type reference (TYPE) WCF_CDS_BOL_PATH UI Object Type 20100602
2 Importing IV_UI_OBJECT_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE BOL Path 20100602
3 Returning RT_FIELDS Value transfer Type reference (TYPE) DDFIELDS DD: Field List 20100602

Method GET_POSSIBLE_NEW_BOL_FIELDS on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.

Method GET_REF_FLD_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20100615
2 Importing IV_REF_FIELD Call by reference Type reference (TYPE) STRING 20100615
3 Returning RV_STATUS Value transfer Type reference (TYPE) STRING 20100615

Method GET_REF_FLD_STATUS on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.

Method LOAD_ICON_INFO Signature

Method LOAD_ICON_INFO on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no parameter.
Method LOAD_ICON_INFO on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.

Method ON_WIZARD_RESET Signature

Method ON_WIZARD_RESET on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no parameter.
Method ON_WIZARD_RESET on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.

Method OP_REF_FIELD_HELP Signature

Method OP_REF_FIELD_HELP on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no parameter.
Method OP_REF_FIELD_HELP on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.

Method VALIDATE Signature

Method VALIDATE on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no parameter.
Method VALIDATE on class CL_WCF_CDS__STEPATTRIBUTE_IMPL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702