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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_AXT_API | Tables API | 20081106 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_AXT_BOL | 20090401 | |||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_AXT_MULTI | Tables API | 20081114 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_AXT_TAB_FIELDS | 20081125 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | AXT_PLACE | 20090415 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Subscribes API for Refresh after BAPI_TRANSACTION_COMMIT | 20090211 |
2 | ![]() |
Instance method | Public | Method | Perform checks for validity, logical key, BAdI | 20081106 |
3 | ![]() |
Static method | Public | Method | Get Multi (Singleton) Instance for a table place | 20081106 |
4 | ![]() |
Instance method | Public | Method | Delete records for parent keys | 20081106 |
5 | ![]() |
Instance method | Public | Method | Fill Message from buffered changes | 20081106 |
6 | ![]() |
Instance method | Public | Method | Get single Table API instance | 20081106 |
7 | ![]() |
Instance method | Public | Method | Get parent lines with record changes | 20081107 |
8 | ![]() |
Instance method | Public | Method | Get History from CHDOC | 20090203 |
9 | ![]() |
Instance method | Public | Method | Get search enabled fields | 20081121 |
10 | ![]() |
Instance method | Public | Method | Initialize all single Table APIs | 20081106 |
11 | ![]() |
Instance method | Public | Method | Check whether a change has occured | 20081106 |
12 | ![]() |
Instance method | Public | Method | Apply changes of a message | 20081106 |
13 | ![]() |
Instance method | Public | Method | Process a Query | 20081106 |
14 | ![]() |
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 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20081106 | ||
2 | ![]() |
IT_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090116 | |||
3 | ![]() |
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 | ![]() |
IV_EXT_TPLACE | Call by reference | Type reference (TYPE) | AXT_PLACE | Field Enhancement Place | 20081106 | ||
2 | ![]() |
IV_SINGLETON | Call by reference | Type reference (TYPE) | FLAG | 'X' | General Flag | 20081106 | |
3 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_AXT_TABLES_MULTI | General Flag | 20081106 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for Extensibility Runtime | 20081106 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AFFECTED_TABLE_APIS | Call by reference | Type reference (TYPE) | CL_AXT_TABLES_API=>TY_T_TABLE_API | 20111207 | |||
2 | ![]() |
IT_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090116 | |||
3 | ![]() |
IT_PARENT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090113 | |||
4 | ![]() |
IV_CASCADE | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_TRUE | 20111207 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
CS_MESSAGE | Call by reference | Type reference (TYPE) | ANY | 20081114 | |||
2 | ![]() |
IT_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090113 | |||
3 | ![]() |
IT_PARENT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090113 | |||
4 | ![]() |
IV_CURRENT_STATE | Call by reference | Type reference (TYPE) | FLAG | '' | General Flag | 20081106 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IV_BOL_OBJECT_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | External Name of Object | 20081121 | ||
2 | ![]() |
IV_TABLE_ID | Call by reference | Type reference (TYPE) | AXT_TABLE_ID | Table ID | 20081106 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
ET_OBJECT_ID | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090113 | |||
2 | ![]() |
ET_PARENT_ID | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ET_HISTORY | Call by reference | Type reference (TYPE) | AXTT_TABLE_HISTORY | 20090203 | |||
2 | ![]() |
IV_DATE_FROM | Call by reference | Type reference (TYPE) | CDDATUM | 20090203 | |||
3 | ![]() |
IV_DATE_TO | Call by reference | Type reference (TYPE) | CDDATUM | 20090203 | |||
4 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY | 20090203 | |||
5 | ![]() |
IV_TIME_FROM | Call by reference | Type reference (TYPE) | CDUZEIT | 20090203 | |||
6 | ![]() |
IV_TIME_TO | Call by reference | Type reference (TYPE) | CDUZEIT | 20090203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090210 |
Method GET_SEARCHABLE_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FIELDNAMES | Call by reference | Type reference (TYPE) | TTFIELDNAME | Number of Field Names | 20081121 | ||
2 | ![]() |
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 | ![]() |
IT_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090113 | |||
2 | ![]() |
IV_CASCADE | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_TRUE | 20111207 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IT_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090113 | |||
2 | ![]() |
IT_PARENT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090113 | |||
3 | ![]() |
RV_IS_CHANGED | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20081106 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IS_MESSAGE | Call by reference | Type reference (TYPE) | ANY | 20081114 | |||
2 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY | 20090113 | |||
3 | ![]() |
IV_PARENT_ID | Call by reference | Type reference (TYPE) | ANY | 20090113 | |||
4 | ![]() |
IV_RESTRICTIVE_MODE | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | 20090918 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for Extensibility Runtime | 20081106 |
Method QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_KEY | Call by reference | Type reference (TYPE) | STANDARD TABLE | Keys fullfilling query condition | 20081216 | ||
2 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | ANY TABLE | List of keys | 20081216 | ||
3 | ![]() |
IT_SELECTION_PARAMETERS | Call by reference | Type reference (TYPE) | AXTT_TABLES_SEL_PARAM | Selection parameters | 20081121 | ||
4 | ![]() |
IV_KEY_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Name of used key | 20081216 | ||
5 | ![]() |
IV_LAST_KEY | Call by reference | Type reference (TYPE) | ANY | Last read key for paging | 20081216 | ||
6 | ![]() |
IV_MAX_ROWS | Call by reference | Type reference (TYPE) | I | Max rows to read | 20081114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for Extensibility Runtime | 20081126 |
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_OBJECT_ID | Call by reference | Type reference (TYPE) | ANY TABLE | 20090113 | |||
2 | ![]() |
IV_CASCADE | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_TRUE | Boolean | 20111207 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for Extensibility Runtime | 20081106 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 701 |