SAP ABAP Class CL_AXT_TABLE_LIKE_EXTENSION (An extension which handles tables)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_MODEL (Package) Application Extensibility Tool: Model
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_AXT_EXTENSION Abstract extension handler 20090209
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_AXT_CA_EXTENSION Customer object extension 20090218
2 Inheritance (c INHERITING FROM c_ref)  CL_AXT_TABLE_EXTENSION Table extension handler 20090213
Properties
Class CL_AXT_TABLE_LIKE_EXTENSION  
Short Description An extension which handles tables    
Super Class CL_AXT_EXTENSION Abstract extension handler 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_MODEL   Application Extensibility Tool: Model 
Created 20090209   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_AXT_TABLE_LIKE_EXTENSION has no forward declaration.
Interfaces
Class CL_AXT_TABLE_LIKE_EXTENSION has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_AXT_TABLE_DEF 20090209 Active and inactive data for table extension
Attributes
Class CL_AXT_TABLE_LIKE_EXTENSION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_DEFAULT_CONTEXT Instance method Protected Method 20111123
2 GET_EXT_PLACE_BOL_OBJECTS Instance method Protected Method 20100713
3 GET_PARENT_TABLE Instance method Protected Method 20090923
4 GET_TABLE Instance method Protected Method 20090924
5 GET_TPLACE Instance method Protected Method 20090209
6 GET_X_NO_CHGDOC Instance method Protected Method 20090930
7 GET_X_SKIP_TABLE_TYPES Instance method Protected Method 20090409
Events
Class CL_AXT_TABLE_LIKE_EXTENSION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_BOL_OBJECT_LIST Public See coding 20111209 BEGIN OF lty_bol_object_list, object_name TYPE crmt_ext_obj_b_name, root_object TYPE crmt_ext_obj_b_name, genil_component TYPE crmt_component_name, END OF lty_bol_object_list
2 LTY_T_BOL_OBJECT_LIST Public See coding 20111209 lty_t_bol_object_list TYPE STANDARD TABLE OF lty_bol_object_list WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method ADJUST_DEFAULT_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) CL_AXT_REGISTRY_CONTEXT Base class for reg. ctx, special contexts can be derived 20111123
2 Importing IV_TABLE_ID Call by reference Type reference (TYPE) AXT_TABLE_ID Table ID 20111123
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Operation error 20111123

Method GET_EXT_PLACE_BOL_OBJECTS 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) AXT_TABLE_ID Table ID 20100713
2 Returning RT_BOL_OBJECTS Value transfer Type reference (TYPE) LTY_T_BOL_OBJECT_LIST Table of Object Names 20100713
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20100713

Method GET_PARENT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TABLE_DEF Call by reference Object reference (TYPE REF TO) CL_AXT_TABLE_DEF Active and inactive data for table extension 20090923
2 Returning RO_PARENT Value transfer Object reference (TYPE REF TO) CL_AXT_TABLE_DEF Active and inactive data for table extension 20090923

Method GET_PARENT_TABLE on class CL_AXT_TABLE_LIKE_EXTENSION has no exception.

Method GET_TABLE 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 20090924
2 Returning RO_TABLE_DEF Value transfer Object reference (TYPE REF TO) CL_AXT_TABLE_DEF Active and inactive data for table extension 20090924

Method GET_TABLE on class CL_AXT_TABLE_LIKE_EXTENSION has no exception.

Method GET_TPLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TABLE_DEF Call by reference Object reference (TYPE REF TO) CL_AXT_TABLE_DEF Table Name 20090923
2 Returning RS_TPLACE Value transfer Type reference (TYPE) AXT_REG_TPLACE Technical place for table extensibility 20090209

Method GET_TPLACE on class CL_AXT_TABLE_LIKE_EXTENSION has no exception.

Method GET_X_NO_CHGDOC Signature

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

Method GET_X_NO_CHGDOC on class CL_AXT_TABLE_LIKE_EXTENSION has no exception.

Method GET_X_SKIP_TABLE_TYPES Signature

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

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