SAP ABAP Class CL_AXT_UI_SERVICES (Service class for common UI behavior)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_RUNTIME (Package) Extensibility Runtime components
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_UI_OBJ_MAPPING_FRIENDS Friends of CL_CRM_UI_OBJECT_MAPPING_SRV 20120711
Properties
Class CL_AXT_UI_SERVICES  
Short Description Service class for common UI behavior    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_RUNTIME   Extensibility Runtime components 
Created 20090217   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_AXT_UI_SERVICES has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_CRM_UI_OBJ_MAPPING_FRIENDS Friends of CL_CRM_UI_OBJECT_MAPPING_SRV 20120711
Friends
Class CL_AXT_UI_SERVICES has no friend class.
Attributes
Class CL_AXT_UI_SERVICES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_AET_CONFIGURATION Static method Public Method 20100714
2 CHECK_DATATYPE_FEATURE_LOSS Static method Public Method 20100118
3 CHECK_IS_CANCEL_EVENT Static method Public Method 20110526
4 CREATE_DTYPE_FEAT_LOSS_POPUP Static method Public Method 20100119
5 FORCE_ACTIVATE_SENDING Static method Public Method 20090505
6 GET_COMP_CTRL_FROM_VIEW Static method Public Method 20091103
7 GET_COMP_SET_FROM_UI_COMP Static method Public Method 20100419
8 GET_CONFIG_XML Static method Private Method 20090319
9 GET_CTRL_UI_OBJ_TYPE Static method Public Method 20091111
10 GET_DOMAIN_FIX_VALUE Static method Public Method 20091007
11 GET_DOMAIN_FIX_VALUES Static method Public Method 20100526
12 GET_ENTITY_FROM_CNODE Static method Public Method 20090821
13 GET_EVENT_INFO Static method Public Method 20090904
14 GET_EXT_ACCESS_HANDLER Static method Public Method 20090825
15 GET_EXT_TYPE_FOR_UI_COMP Static method Public Method Get Extension Type by UI component 20100608
16 GET_F4HELP_RESULT_DESCRIPTION Static method Public Method 20091203
17 GET_FORM_CONFIG_XML Static method Public Method 20090319
18 GET_GENIL_COMP_FROM_BOL_OBJECT Static method Public Method 20100419
19 GET_GENIL_COMP_FROM_UI_COMP Static method Public Method 20100503
20 GET_GENIL_COMP_FROM_UI_OBJECT Static method Public Method 20091201
21 GET_L_SHAPE_UI_OBJ_TYPE Static method Public Method 20091113
22 GET_REL_ENTITY_COLLECTION Static method Public Method 20091013
23 GET_TABLE_CONFIG_XML Static method Public Method 20090319
24 GET_UI_CONF_KEY_BY_ASSIGNVIEW Static method Public Method 20090619
25 GET_UI_CONF_KEY_BY_TABLE_ID Static method Public Method 20090529
26 GET_VIEW_TITLE Static method Public Method 20091029
27 GET_WORK_AREA_OWNER Static method Public Method 20111206
28 IS_DYNAMIC_NAV_SUPPORTED Static method Public Method 20100219
29 IS_GENERATED_UI_COMP Static method Public Method Check whether the UI component is generated by AXT generator 20100608
30 ON_COMPONENTS_LOADED Static method Public Event handling method 20091215
31 RESTORE_TABLE_VIEW_STATE Static method Public Method 20110111
32 SHOW_CONFIG_KEYS Static method Public Method 20090619
33 STORE_TABLE_VIEW_STATE Static method Public Method 20110111
34 VIEW_HAS_CNODE Static method Public Method 20091103
35 XSTRING2STRING Static method Private Method 20090529
Events
Class CL_AXT_UI_SERVICES has no event.
Types
Class CL_AXT_UI_SERVICES has no local type.
Method Signatures

Method CALCULATE_AET_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJECT_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100714
2 Exporting EV_OBJ_SUB_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_SUB_TYPE Object Subtype 20100714
3 Importing IT_UI_FRAMEWORK Call by reference Type reference (TYPE) AXTT_UI_FRAMEWORK List of UI Frameworks 20100714
4 Importing IV_MODE Call by reference Type reference (TYPE) STRING 'EXPERT/EMBED' 20100714

Method CALCULATE_AET_CONFIGURATION on class CL_AXT_UI_SERVICES has no exception.

Method CHECK_DATATYPE_FEATURE_LOSS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ENTITY Call by reference Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY Entity 20100118
2 Importing IS_FIELD_TYPE Call by reference Type reference (TYPE) AXTS_FIELD_TYPE Field Type (Datatype, Behavior) 20100118
3 Returning RV_FEATURE_LOSS Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20100118

Method CHECK_DATATYPE_FEATURE_LOSS on class CL_AXT_UI_SERVICES has no exception.

Method CHECK_IS_CANCEL_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20110526

Method CHECK_IS_CANCEL_EVENT on class CL_AXT_UI_SERVICES has no exception.

Method CREATE_DTYPE_FEAT_LOSS_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COMP_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_COMPONENT_CONTROLLER BSP WD Component Controller 20100119
2 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER Basis Class for WD View Controller 20100119
3 Importing IV_CLOSED_EVENT Call by reference Type reference (TYPE) STRING 20100119
4 Returning RO_POPUP Value transfer Object reference (TYPE REF TO) IF_BSP_WD_POPUP Popup Access Interface 20100119

Method CREATE_DTYPE_FEAT_LOSS_POPUP on class CL_AXT_UI_SERVICES has no exception.

Method FORCE_ACTIVATE_SENDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COL_WRAPPER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_COLLECTION_WRAPPER Business Object Collection Interface 20090505

Method FORCE_ACTIVATE_SENDING on class CL_AXT_UI_SERVICES has no exception.

Method GET_COMP_CTRL_FROM_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER Basis Class for WD View Controller 20091103
2 Returning RO_COMP_CTRL Value transfer Object reference (TYPE REF TO) CL_BSP_WD_COMPONENT_CONTROLLER BSP WD Component Controller 20091103

Method GET_COMP_CTRL_FROM_VIEW on class CL_AXT_UI_SERVICES has no exception.

Method GET_COMP_SET_FROM_UI_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UI_COMPONENT Call by reference Type reference (TYPE) AXT_COMPONENT BSP Component 20100419
2 Returning RV_GENIL_COMPONENT Value transfer Type reference (TYPE) CRMT_GENIL_APPL Component Set Name for Generic Interaction Layer 20100419
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20100419

Method GET_CONFIG_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER Configuration Descriptor Interface 20090319
2 Returning RV_XML Value transfer Type reference (TYPE) STRING 20090319
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20090319

Method GET_CTRL_UI_OBJ_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER 20091111
2 Returning RV_UI_OBJ_TYPE Value transfer Type reference (TYPE) BSP_DLC_OBJECT_TYPE 20091111

Method GET_CTRL_UI_OBJ_TYPE on class CL_AXT_UI_SERVICES has no exception.

Method GET_DOMAIN_FIX_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CODE Call by reference Type reference (TYPE) CLIKE Character Field Length = 10 20091007
2 Importing IV_DOMAIN_NAME Call by reference Type reference (TYPE) DOMNAME Domain name 20091007
3 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20091007
4 Returning RV_TEXT Value transfer Type reference (TYPE) AXT_DESCRIPTION Description 20091007

Method GET_DOMAIN_FIX_VALUE on class CL_AXT_UI_SERVICES has no exception.

Method GET_DOMAIN_FIX_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOMAIN_NAME Call by reference Type reference (TYPE) DOMNAME Domain name 20100526
2 Importing IV_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20100526
3 Returning RT_FIX_VALUES Value transfer Type reference (TYPE) TIHTTPNVP 20100526

Method GET_DOMAIN_FIX_VALUES on class CL_AXT_UI_SERVICES has no exception.

Method GET_ENTITY_FROM_CNODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP 20091119
2 Exporting EO_ENTITY Call by reference Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS 20091119
3 Importing IO_CTX_NODE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTEXT_NODE WD Context Node 20090821
4 Importing IV_INDEX Call by reference Type reference (TYPE) I 20090821

Method GET_ENTITY_FROM_CNODE on class CL_AXT_UI_SERVICES has no exception.

Method GET_EVENT_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20090904
2 Exporting EV_INDEX Call by reference Type reference (TYPE) I 20090904
3 Exporting EV_MODEL_NAME Call by reference Type reference (TYPE) STRING 20090904
4 Importing IV_CONTROLLER_ID Call by reference Type reference (TYPE) STRING 20091002
5 Importing IV_EVENT Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA Input Data from HTMLB 20090904

Method GET_EVENT_INFO on class CL_AXT_UI_SERVICES has no exception.

Method GET_EXT_ACCESS_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CTX_NODE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTEXT_NODE 20090825
2 Returning RO_EXT_ACCESS Value transfer Object reference (TYPE REF TO) IF_AXT_UI_CONTEXT_NODE_HANDLER 20090825

Method GET_EXT_ACCESS_HANDLER on class CL_AXT_UI_SERVICES has no exception.

Method GET_EXT_TYPE_FOR_UI_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UI_COMP Call by reference Type reference (TYPE) AXT_COMPONENT BSP Component 20100608
2 Returning RV_EXT_TYPE Value transfer Type reference (TYPE) AXT_EXTENSION_TYPE 20100608

Method GET_EXT_TYPE_FOR_UI_COMP on class CL_AXT_UI_SERVICES has no exception.

Method GET_F4HELP_RESULT_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION_FIELD_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20091203
2 Importing IV_KEY_FIELD_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20091203
3 Importing IV_KEY_VALUE Call by reference Type reference (TYPE) ANY 20091203
4 Importing IV_SEARCHHELP Call by reference Type reference (TYPE) AXT_NAME Name 20091203
5 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) AXT_DESCRIPTION Description 20091203

Method GET_F4HELP_RESULT_DESCRIPTION on class CL_AXT_UI_SERVICES has no exception.

Method GET_FORM_CONFIG_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER Configuration Descriptor Interface 20090319
2 Returning RV_XML Value transfer Type reference (TYPE) STRING 20090319

Method GET_FORM_CONFIG_XML on class CL_AXT_UI_SERVICES has no exception.

Method GET_GENIL_COMP_FROM_BOL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BOL_NAME Call by reference Type reference (TYPE) AXT_OBJECT_NAME Object Name 20100419
2 Importing IV_COMPONENT_SET Call by reference Type reference (TYPE) CRMT_GENIL_APPL Component Set Name for Generic Interaction Layer 20100419
3 Returning RV_GENIL_COMPONENT Value transfer Type reference (TYPE) CRMT_COMPONENT_NAME Component Name 20100419
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20100419

Method GET_GENIL_COMP_FROM_UI_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UI_COMPONENT Call by reference Type reference (TYPE) AXT_COMPONENT BSP Component 20100503
2 Returning RV_GENIL_COMPONENT Value transfer Type reference (TYPE) CRMT_GENIL_APPL Component Set Name for Generic Interaction Layer 20100503

Method GET_GENIL_COMP_FROM_UI_COMP on class CL_AXT_UI_SERVICES has no exception.

Method GET_GENIL_COMP_FROM_UI_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UI_OBJECT_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE 20091201
2 Returning RV_GENIL_COMP Value transfer Type reference (TYPE) CRMT_COMPONENT_NAME 20091201

Method GET_GENIL_COMP_FROM_UI_OBJECT on class CL_AXT_UI_SERVICES has no exception.

Method GET_L_SHAPE_UI_OBJ_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_POPUP_VIEW_CTRL Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTROLLER Basis Class for WD Controller 20091113
2 Returning RV_UI_OBJ_TYPE Value transfer Type reference (TYPE) BSP_DLC_OBJECT_TYPE 20091113

Method GET_L_SHAPE_UI_OBJ_TYPE on class CL_AXT_UI_SERVICES has no exception.

Method GET_REL_ENTITY_COLLECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT_ENTITY Call by reference Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS 20091013
2 Importing IO_ROW_TEMPLATE Call by reference Object reference (TYPE REF TO) IF_THTMLB_ROW_TEMPLATE Interface for creating the row template 20100121
3 Importing IV_IS_CREATE_NEEDED Call by reference Type reference (TYPE) AXT_BOOLEAN 20091013
4 Importing IV_RELATION_NAME Call by reference Type reference (TYPE) CRMT_RELATION_NAME 20091013
5 Returning RO_COLLECTION Value transfer Object reference (TYPE REF TO) IF_BOL_BO_COL 20091013

Method GET_REL_ENTITY_COLLECTION on class CL_AXT_UI_SERVICES has no exception.

Method GET_TABLE_CONFIG_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER Configuration Descriptor Interface 20090319
2 Returning RV_XML Value transfer Type reference (TYPE) STRING 20090319

Method GET_TABLE_CONFIG_XML on class CL_AXT_UI_SERVICES has no exception.

Method GET_UI_CONF_KEY_BY_ASSIGNVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMP Call by reference Type reference (TYPE) AXT_COMPONENT BSP Component 20090619
2 Importing IV_SEARCH_COMP Call by reference Type reference (TYPE) AXT_COMPONENT BSP Component 20090619
3 Importing IV_SEARCH_USAGE Call by reference Type reference (TYPE) AXT_COMPONENT_USAGE Component Usage 20090619
4 Importing IV_SEARCH_VIEW Call by reference Type reference (TYPE) AXT_VIEW BSP View 20090619
5 Importing IV_VIEW Call by reference Type reference (TYPE) AXT_VIEW BSP View 20090619
6 Returning RT_UI_CONFIG_KEY Value transfer Type reference (TYPE) BSP_DLCT_CONTEXT_SEMANTIC_KEY Configuration Context-ID and semantic key 20090619

Method GET_UI_CONF_KEY_BY_ASSIGNVIEW on class CL_AXT_UI_SERVICES has no exception.

Method GET_UI_CONF_KEY_BY_TABLE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABLE_ID Call by reference Type reference (TYPE) TABNAME Table Name 20090529
2 Returning RT_UI_CONFIG_KEY Value transfer Type reference (TYPE) BSP_DLCT_CONTEXT_SEMANTIC_KEY Configuration Context-ID and semantic key 20090529

Method GET_UI_CONF_KEY_BY_TABLE_ID on class CL_AXT_UI_SERVICES has no exception.

Method GET_VIEW_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VIEW Call by reference Type reference (TYPE) AXT_VIEW BSP View 20091029
2 Returning RV_TITLE Value transfer Type reference (TYPE) AXT_DESCRIPTION Description 20091029

Method GET_VIEW_TITLE on class CL_AXT_UI_SERVICES has no exception.

Method GET_WORK_AREA_OWNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTROLLER Basis Class for WD Controller 20111206
2 Returning RO_OWNER Value transfer Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER Basis Class for WD View Controller 20111206

Method GET_WORK_AREA_OWNER on class CL_AXT_UI_SERVICES has no exception.

Method IS_DYNAMIC_NAV_SUPPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) CRMT_UI_ACTIONS 'B' UI Action 20100219
2 Importing IV_UI_OBJECT Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100219
3 Returning RV_SUPPORTED Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20100219

Method IS_DYNAMIC_NAV_SUPPORTED on class CL_AXT_UI_SERVICES has no exception.

Method IS_GENERATED_UI_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UI_COMP Call by reference Type reference (TYPE) AXT_COMPONENT BSP Component 20100608
2 Returning RV_RESULT Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20100608

Method IS_GENERATED_UI_COMP on class CL_AXT_UI_SERVICES has no exception.

Method ON_COMPONENTS_LOADED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENTS Value transfer Attribute reference (LIKE) 20091215

Method ON_COMPONENTS_LOADED on class CL_AXT_UI_SERVICES has no exception.

Method RESTORE_TABLE_VIEW_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTEXT_NODE_TV Context Node for Binding Against Table Views 20110111
2 Importing IO_STATE_CONTAINER Call by reference Object reference (TYPE REF TO) IF_BSP_WD_HISTORY_STATE_CONT Interface for a name/value-pair based container 20110111
3 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTROLLER Basis Class for WD View Controller 20110111

Method RESTORE_TABLE_VIEW_STATE on class CL_AXT_UI_SERVICES has no exception.

Method SHOW_CONFIG_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE_SERVICE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_MESSAGE_SERVICE 20090619
2 Importing IT_UI_CONFIG_KEY Call by reference Type reference (TYPE) BSP_DLCT_CONTEXT_SEMANTIC_KEY 20090619

Method SHOW_CONFIG_KEYS on class CL_AXT_UI_SERVICES has no exception.

Method STORE_TABLE_VIEW_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTEXT_NODE_TV WD Context Node 20110111
2 Importing IO_STATE_CONTAINER Call by reference Object reference (TYPE REF TO) IF_BSP_WD_HISTORY_STATE_CONT Interface for a name/value-pair based container 20110111
3 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTROLLER Basis Class for WD View Controller 20110111

Method STORE_TABLE_VIEW_STATE on class CL_AXT_UI_SERVICES has no exception.

Method VIEW_HAS_CNODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CNODE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_CONTEXT_NODE WD Context Node 20091103
2 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER Basis Class for WD View Controller 20091103
3 Returning RV_HAS_CNODE Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20091103

Method VIEW_HAS_CNODE on class CL_AXT_UI_SERVICES has no exception.

Method XSTRING2STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XSTRING Call by reference Type reference (TYPE) BSP_DLC_XML_XSTRING XString for XML Storage 20090529
2 Returning RV_STRING Value transfer Type reference (TYPE) BSP_DLC_XML String for XML Storage 20090529

Method XSTRING2STRING on class CL_AXT_UI_SERVICES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701