SAP ABAP Class CL_AXT_TABLES_MULTI (Instance maintenance for table extensions)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_RUNTIME (Package) Extensibility Runtime components
Properties
Class CL_AXT_TABLES_MULTI  
Short Description Instance maintenance for table extensions    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_RUNTIME   Extensibility Runtime components 
Created 20081106   SAP 
Last change 20130531   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)
2 CL_AXT_TABLES_API Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_AXT_TABLES_MULTI has no interface implemented.
Friends
Class CL_AXT_TABLES_MULTI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_API Instance attribute Private Type reference (TYPE) TY_T_AXT_API Tables API 20081106
2 MT_BOL Instance attribute Private Type reference (TYPE) TY_T_AXT_BOL 20090401
3 MT_MULTI_SINGLETONS Static Attribute Private Type reference (TYPE) TY_T_AXT_MULTI Tables API 20081114
4 MT_TAB_FIELDS Instance attribute Private Type reference (TYPE) TY_T_AXT_TAB_FIELDS 20081125
5 MV_TPLACE Instance attribute Private Type reference (TYPE) AXT_PLACE 20090415
Methods
# Method Level Visibility Method type Description Created on
1 BUFFER_SUBSCRIBE_FOR_REFRESH Instance method Public Method Subscribes API for Refresh after BAPI_TRANSACTION_COMMIT 20090211
2 CHECK Instance method Public Method Perform checks for validity, logical key, BAdI 20081106
3 CREATE_MULTI_INSTANCE Static method Public Method Get Multi (Singleton) Instance for a table place 20081106
4 DELETE Instance method Public Method Delete records for parent keys 20081106
5 FILL_MSG Instance method Public Method Fill Message from buffered changes 20081106
6 GET_API_INSTANCE Instance method Public Method Get single Table API instance 20081106
7 GET_CHANGED_LINES Instance method Public Method Get parent lines with record changes 20081107
8 GET_HISTORY Instance method Public Method Get History from CHDOC 20090203
9 GET_SEARCHABLE_FIELDS Instance method Public Method Get search enabled fields 20081121
10 INITIALIZE Instance method Public Method Initialize all single Table APIs 20081106
11 IS_CHANGED Instance method Public Method Check whether a change has occured 20081106
12 MODIFY_FROM_MSG Instance method Public Method Apply changes of a message 20081106
13 QUERY Instance method Public Method Process a Query 20081106
14 SAVE Instance method Public Method Save changes 20081106
Events
Class CL_AXT_TABLES_MULTI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_AXT_API Private See coding 20081106 BEGIN OF ty_axt_api, table_id TYPE axt_table_id, * bol_object TYPE crmt_ext_obj_name, api_ref TYPE REF TO cl_axt_tables_api, END OF ty_axt_api
2 TY_AXT_BOL Private See coding 20090401 BEGIN OF ty_axt_bol, bol_object TYPE crmt_ext_obj_name, table_id TYPE axt_table_id, END OF ty_axt_bol
3 TY_AXT_MULTI Private See coding 20081114 BEGIN OF ty_axt_multi, tplace TYPE axt_place, multi_ref TYPE REF TO cl_axt_tables_multi, END OF ty_axt_multi
4 TY_AXT_QUERY Private See coding 20081124 BEGIN OF ty_axt_query, table_id TYPE axt_table_id, selectivity TYPE i, sel_param TYPE axtt_tables_sel_param, END OF ty_axt_query
5 TY_AXT_TAB_FIELDS Private See coding 20081125 BEGIN OF ty_axt_tab_fields, table_id TYPE axt_table_id, fieldname TYPE fieldname, END OF ty_axt_tab_fields
6 TY_T_AXT_API Private See coding 20081106 ty_t_axt_api TYPE STANDARD TABLE OF ty_axt_api
7 TY_T_AXT_BOL Private See coding 20090401 ty_t_axt_bol TYPE STANDARD TABLE OF ty_axt_bol
8 TY_T_AXT_MULTI Private See coding 20081114 ty_t_axt_multi TYPE STANDARD TABLE OF ty_axt_multi
9 TY_T_AXT_TAB_FIELDS Private See coding 20081125 ty_t_axt_tab_fields TYPE STANDARD TABLE OF ty_axt_tab_fields
Method Signatures

Method BUFFER_SUBSCRIBE_FOR_REFRESH Signature

Method BUFFER_SUBSCRIBE_FOR_REFRESH on class CL_AXT_TABLES_MULTI has no parameter.
Method BUFFER_SUBSCRIBE_FOR_REFRESH on class CL_AXT_TABLES_MULTI has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20081106
2 Importing IT_OBJECT_ID Call by reference Type reference (TYPE) ANY TABLE 20090116
3 Importing IT_PARENT_ID Call by reference Type reference (TYPE) ANY TABLE 20090113

Method CHECK on class CL_AXT_TABLES_MULTI has no exception.

Method CREATE_MULTI_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXT_TPLACE Call by reference Type reference (TYPE) AXT_PLACE Field Enhancement Place 20081106
2 Importing IV_SINGLETON Call by reference Type reference (TYPE) FLAG 'X' General Flag 20081106
3 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_AXT_TABLES_MULTI General Flag 20081106
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME Exception class for Extensibility Runtime 20081106

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_AFFECTED_TABLE_APIS Call by reference Type reference (TYPE) CL_AXT_TABLES_API=>TY_T_TABLE_API 20111207
2 Importing IT_OBJECT_ID Call by reference Type reference (TYPE) ANY TABLE 20090116
3 Importing IT_PARENT_ID Call by reference Type reference (TYPE) ANY TABLE 20090113
4 Importing IV_CASCADE Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_TRUE 20111207
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME Exception class for Extensibility Runtime 20081106

Method FILL_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_MESSAGE Call by reference Type reference (TYPE) ANY 20081114
2 Importing IT_OBJECT_ID Call by reference Type reference (TYPE) ANY TABLE 20090113
3 Importing IT_PARENT_ID Call by reference Type reference (TYPE) ANY TABLE 20090113
4 Importing IV_CURRENT_STATE Call by reference Type reference (TYPE) FLAG '' General Flag 20081106
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME Exception class for Extensibility Runtime 20081106

Method GET_API_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BOL_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20081121
2 Importing IV_TABLE_ID Call by reference Type reference (TYPE) AXT_TABLE_ID Table ID 20081106
3 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_AXT_TABLES_API CRUD methods for new tables 20081106
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME Exception class for Extensibility Runtime 20081106

Method GET_CHANGED_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_ID Call by reference Type reference (TYPE) STANDARD TABLE 20090113
2 Exporting ET_PARENT_ID Call by reference Type reference (TYPE) STANDARD TABLE 20090113
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME Exception class for Extensibility Runtime 20081107

Method GET_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HISTORY Call by reference Type reference (TYPE) AXTT_TABLE_HISTORY 20090203
2 Importing IV_DATE_FROM Call by reference Type reference (TYPE) CDDATUM 20090203
3 Importing IV_DATE_TO Call by reference Type reference (TYPE) CDDATUM 20090203
4 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) ANY 20090203
5 Importing IV_TIME_FROM Call by reference Type reference (TYPE) CDUZEIT 20090203
6 Importing IV_TIME_TO Call by reference Type reference (TYPE) CDUZEIT 20090203
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME 20090210

Method GET_SEARCHABLE_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDNAMES Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20081121
2 Returning RT_FIELDNAMES Value transfer Type reference (TYPE) TTFIELDNAME Number of Field Names 20081121

Method GET_SEARCHABLE_FIELDS on class CL_AXT_TABLES_MULTI has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT_ID Call by reference Type reference (TYPE) ANY TABLE 20090113
2 Importing IV_CASCADE Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_TRUE 20111207
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME Exception class for Extensibility Runtime 20081106

Method IS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT_ID Call by reference Type reference (TYPE) ANY TABLE 20090113
2 Importing IT_PARENT_ID Call by reference Type reference (TYPE) ANY TABLE 20090113
3 Returning RV_IS_CHANGED Value transfer Type reference (TYPE) FLAG General Flag 20081106
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME Exception class for Extensibility Runtime 20081114

Method MODIFY_FROM_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE Call by reference Type reference (TYPE) ANY 20081114
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) ANY 20090113
3 Importing IV_PARENT_ID Call by reference Type reference (TYPE) ANY 20090113
4 Importing IV_RESTRICTIVE_MODE Call by reference Type reference (TYPE) AXT_BOOLEAN 20090918
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME Exception class for Extensibility Runtime 20081106

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEY Call by reference Type reference (TYPE) STANDARD TABLE Keys fullfilling query condition 20081216
2 Importing IT_KEY Call by reference Type reference (TYPE) ANY TABLE List of keys 20081216
3 Importing IT_SELECTION_PARAMETERS Call by reference Type reference (TYPE) AXTT_TABLES_SEL_PARAM Selection parameters 20081121
4 Importing IV_KEY_NAME Call by reference Type reference (TYPE) FIELDNAME Name of used key 20081216
5 Importing IV_LAST_KEY Call by reference Type reference (TYPE) ANY Last read key for paging 20081216
6 Importing IV_MAX_ROWS Call by reference Type reference (TYPE) I Max rows to read 20081114
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME Exception class for Extensibility Runtime 20081126

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT_ID Call by reference Type reference (TYPE) ANY TABLE 20090113
2 Importing IV_CASCADE Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_TRUE Boolean 20111207
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME Exception class for Extensibility Runtime 20081106
History
Last changed by/on SAP  20130531 
SAP Release Created in 701