SAP ABAP Class CL_AXT_BOL_UI_ABSTR_OBJECT (Base class for BOL UI model elements)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-RA (Application Component) Rapid Applications
     AXT_RA (Package) Rapid Apps
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AXT_BOL_UI_EDITABLE_OBJECT Editable object for BOL UI generation 20091022
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AXT_BOL_UI_OBJECT BOL Object in BOL UI definition 20090911
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_AXT_BOL_UI_OBJECT_HIERARCHY Hierarchy node for BOL UI object tree 20090914
2 Inheritance (c INHERITING FROM c_ref)  CL_AXT_BOL_UI_OBJECT_QUERY Query node for BOL UI object tree 20090914
3 Inheritance (c INHERITING FROM c_ref)  CL_AXT_BOL_UI_OBJECT_TOP Top node for BOL UI object tree 20090914
Properties
Class CL_AXT_BOL_UI_ABSTR_OBJECT  
Short Description Base class for BOL UI model elements    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_RA   Rapid Apps 
Created 20090911   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_AXT_BOL_UI_EDITABLE_OBJECT Editable object for BOL UI generation 20091022
2 IF_AXT_BOL_UI_OBJECT BOL Object in BOL UI definition 20090911
Friends
Class CL_AXT_BOL_UI_ABSTR_OBJECT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_PART_DETAIL_BOL_OBJECT Constant Private Type reference (TYPE) AXT_PARAMETER 'BOL_OBJECT' Parameter 20091023
2 MC_PART_DETAIL_BOL_RELATION Constant Private Type reference (TYPE) AXT_PARAMETER 'BOL_RELATION' Parameter 20091023
3 MC_PART_DETAIL_CARDINALITY Constant Private Type reference (TYPE) AXT_PARAMETER 'CARDINALITY' Parameter 20091026
4 MC_PART_DETAIL_GUID Constant Private Type reference (TYPE) AXT_PARAMETER 'GUID' Parameter 20090914
5 MC_PART_DETAIL_NAME Constant Private Type reference (TYPE) AXT_PARAMETER 'NAME' Parameter 20090911
6 MC_PART_TYPE_OBJECT Constant Private Type reference (TYPE) CHAR30 'OBJECT' 30 Characters 20090911
7 MO_OWNER Instance attribute Protected Object reference (TYPE REF TO) CL_AXT_BOL_UI_EXTENSION_DATA BOL UI generation extension 20090914
8 MO_PARENT Instance attribute Public Object reference (TYPE REF TO) CL_AXT_BOL_UI_ABSTR_OBJECT Base class for BOL UI model elements 20090915
9 MT_CHILDREN Instance attribute Protected See coding 20090911
10 MT_FIELD_LIST_CACHE Instance attribute Private Type reference (TYPE) LTY_T_FIELD_LIST_CACHE 20091118
11 MV_BOL_OBJECT Instance attribute Protected Type reference (TYPE) CRMT_EXT_OBJ_NAME 20090930
12 MV_BOL_RELATION Instance attribute Protected Type reference (TYPE) CRMT_RELATION_NAME 20090930
13 MV_CARDINALITY Instance attribute Protected Type reference (TYPE) AXT_TABLE_CARDINALITY 20090930
14 MV_NAME Instance attribute Protected Type reference (TYPE) AXT_BOL_UI_OBJECT_ALIAS Name 20090911
15 MV_OBJECT_TYPE Instance attribute Protected Type reference (TYPE) CRMT_OBJKIND 20090930
16 MV_VALID Instance attribute Private Type reference (TYPE) AXT_BOOLEAN Boolean 20091022
17 MV_X_NAME Instance attribute Protected Type reference (TYPE) AXT_BOOLEAN Boolean 20090911
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method 20090911
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090914
3 COPY Instance method Public Method 20090911
4 CREATE_OBJECT Static method Public Method 20090914
5 DELETE Instance method Protected Method 20091022
6 DESERIALIZE Instance method Public Method 20090911
7 DETERMINE_CARDINALITY Instance method Private Method 20090914
8 GET_OBJECT_FIELD_LIST Instance method Protected Method 20091118
9 INIT Instance method Protected Method 20090915
10 IS_EMPTY Instance method Protected Method 20090911
11 SERIALIZE Instance method Public Method 20090911
12 SET_DATA Instance method Protected Method 20090914
13 UPDATE Instance method Public Method 20090911
Events
Class CL_AXT_BOL_UI_ABSTR_OBJECT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_FIELD_LIST_CACHE Private See coding 20091118 BEGIN OF LTY_FIELD_LIST_CACHE, BOL_OBJECT TYPE CRMT_EXT_OBJ_NAME, FIELD_LIST TYPE AXTT_BOL_UI_ATTRIBUTE_LIST, end of LTY_FIELD_LIST_CACHE
2 LTY_T_FIELD_LIST_CACHE Private See coding 20091118 LTY_T_FIELD_LIST_CACHE TYPE SORTED TABLE OF LTY_FIELD_LIST_CACHE WITH UNIQUE key bol_object
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEW Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_FALSE Boolean 20100330
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20090911

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OWNER Call by reference Object reference (TYPE REF TO) CL_AXT_BOL_UI_EXTENSION_DATA BOL UI generation extension 20090914
2 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) CL_AXT_BOL_UI_ABSTR_OBJECT Base class for BOL UI model elements 20090915
3 Importing IV_TYPE Call by reference Type reference (TYPE) AXT_NAME Name 20090914

Method CONSTRUCTOR on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OWNER Call by reference Object reference (TYPE REF TO) CL_AXT_BOL_UI_EXTENSION_DATA Data for BOL UI Generation Extension 20090915
2 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) CL_AXT_BOL_UI_ABSTR_OBJECT Base class for BOL UI model elements 20091023
3 Returning RO_OBJECT Value transfer Object reference (TYPE REF TO) CL_AXT_BOL_UI_ABSTR_OBJECT Base class for BOL UI model elements 20090911

Method COPY on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.

Method CREATE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OWNER Call by reference Object reference (TYPE REF TO) CL_AXT_BOL_UI_EXTENSION_DATA BOL UI generation extension 20090914
2 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) CL_AXT_BOL_UI_ABSTR_OBJECT Base class for BOL UI model elements 20090915
3 Importing IV_TYPE Call by reference Type reference (TYPE) AXT_NAME Name 20090914
4 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_AXT_BOL_UI_ABSTR_OBJECT Base class for BOL UI model elements 20090914

Method CREATE_OBJECT on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.

Method DELETE Signature

Method DELETE on class CL_AXT_BOL_UI_ABSTR_OBJECT has no parameter.
Method DELETE on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.

Method DESERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PART Call by reference Object reference (TYPE REF TO) CL_AXT_EXTENSION_PART XML Like part of an extension 20090911

Method DESERIALIZE on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.

Method DETERMINE_CARDINALITY Signature

Method DETERMINE_CARDINALITY on class CL_AXT_BOL_UI_ABSTR_OBJECT has no parameter.
Method DETERMINE_CARDINALITY on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.

Method GET_OBJECT_FIELD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BOL_OBJECT Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20091118
2 Returning RT_FIELD_LIST Value transfer Type reference (TYPE) AXTT_BOL_UI_ATTRIBUTE_LIST Field details for ui config 20091118

Method GET_OBJECT_FIELD_LIST on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALID Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20091022

Method INIT on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EMPTY Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20090911

Method IS_EMPTY on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.

Method SERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PART Value transfer Object reference (TYPE REF TO) CL_AXT_EXTENSION_PART XML Like part of an extension 20090911

Method SERIALIZE on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BOL_OBJECT Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20090914
2 Importing IV_BOL_RELATION Call by reference Type reference (TYPE) CRMT_RELATION_NAME Relation Name 20090914

Method SET_DATA on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.

Method UPDATE Signature

Method UPDATE on class CL_AXT_BOL_UI_ABSTR_OBJECT has no parameter.
Method UPDATE on class CL_AXT_BOL_UI_ABSTR_OBJECT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 701