SAP ABAP Class CL_AXT_TABLES_PERSISTENCY_CT (Persistency of customer own tables)
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 | Inheritance (c INHERITING FROM c_ref) | CL_AXT_TABLES_ABST_PERSISTENCY | Abstract persistency of AXT Tables | 20090414 |
Properties
Class | CL_AXT_TABLES_PERSISTENCY_CT | |
Short Description | Persistency of customer own tables | |
Super Class | CL_AXT_TABLES_ABST_PERSISTENCY | Abstract persistency of AXT Tables |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | AXT_RA | Rapid Apps |
Created | 20090204 | SAP |
Last change | 20100303 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_AXT_TABLES_PERSISTENCY_CT has no forward declaration.
Interfaces
Class CL_AXT_TABLES_PERSISTENCY_CT has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | IF_AXT_TABLES_BUFFER | 20090204 | Buffer for table extensions |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_AXT_MOVER | 20090925 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_AXT_MOVER | 20090925 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DFIES_TABLE | Table for dfies entries | 20090219 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DFIES_TABLE | 20090629 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DFIES_TABLE | Table for dfies entries | 20090219 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_AXT_KEY_BUFFER | 20090218 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRINGTAB | Table with Strings | 20090219 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_AXT_MOVER=>GTY_T_FIELD_MAPPING | 20090925 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | AXT_NAME | 20090925 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | AXT_NAME | 20090925 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20090925 | |
2 | ![]() |
Instance method | Private | Method | 20091117 | |
3 | ![]() |
Instance method | Private | Method | 20090925 | |
4 | ![]() |
Instance method | Private | Method | 20091117 | |
5 | ![]() |
Instance method | Private | Method | 20090420 | |
6 | ![]() |
Instance method | Private | Method | 20091117 | |
7 | ![]() |
Instance method | Private | Method | 20090219 | |
8 | ![]() |
Instance method | Public | Constructor | 20090204 | |
9 | ![]() |
Instance method | Private | Method | Parse the Id into the given key structure | 20090629 |
10 | ![]() |
Instance method | Private | Method | 20090925 | |
11 | ![]() |
Instance method | Private | Method | 20090928 |
Events
Class CL_AXT_TABLES_PERSISTENCY_CT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_AXT_DB_KEY_STRING | Private | See coding | 20090219 | BEGIN OF ty_axt_db_key_string,
record_id TYPE string,
parent_id TYPE string,
object_id TYPE string,
END OF ty_axt_db_key_string
|
||
2 | TY_S_AXT_KEY_BUFFER | Private | See coding | 20091117 | BEGIN OF ty_s_axt_key_buffer,
record_id TYPE string,
log_key TYPE REF TO data,
parent_id TYPE string,
par_key TYPE REF TO data,
object_id TYPE string,
obj_key TYPE REF TO data,
END OF ty_s_axt_key_buffer
|
||
3 | TY_T_AXT_KEY_BUFFER | Private | See coding | 20090205 | ty_t_axt_key_buffer TYPE STANDARD TABLE OF ty_s_axt_key_buffer
|
Method Signatures
Method ADD_AND_TO_WHERE_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_WHERE | Call by reference | Type reference (TYPE) | STRING_TABLE | 20090925 |
Method ADD_AND_TO_WHERE_CONDITION on class CL_AXT_TABLES_PERSISTENCY_CT has no exception.
Method ADD_CLIENT_IF_NECCESSARY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_ID | Call by reference | Type reference (TYPE) | STRING | 20091117 |
Method ADD_CLIENT_IF_NECCESSARY on class CL_AXT_TABLES_PERSISTENCY_CT has no exception.
Method ADD_TO_WHERE_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_WHERE | Call by reference | Type reference (TYPE) | STRING_TABLE | 20090925 | |||
2 | ![]() |
IV_ADD_IT_KEY | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_FALSE | 20090925 | ||
3 | ![]() |
IV_ADD_PAGING | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_FALSE | 20090925 | ||
4 | ![]() |
IV_KEY_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | 20090925 |
Method ADD_TO_WHERE_CONDITION on class CL_AXT_TABLES_PERSISTENCY_CT has no exception.
Method ADJUST_KEY_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_WORK | Value transfer | Type reference (TYPE) | ANY | 20091117 | |||
2 | ![]() |
IS_DB | Call by reference | Type reference (TYPE) | ANY | 20091117 | |||
3 | ![]() |
IV_MAP_DB_TO_WORK | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_TRUE | 20091117 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091117 |
Method ADJUST_TRANSIENT_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DELETE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090420 | |||
2 | ![]() |
IT_INSERT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090420 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090420 |
Method CONCATENATE_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ERS_KEY | Call by reference | Object reference (TYPE REF TO) | DATA | 20091117 | |||
2 | ![]() |
EV_CONCAT_KEY | Call by reference | Type reference (TYPE) | STRING | 20091117 | |||
3 | ![]() |
IS_DB | Call by reference | Type reference (TYPE) | ANY | 20091117 | |||
4 | ![]() |
IV_KEY_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | 20091117 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091117 |
Method CONCATENATE_LOGICAL_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DB | Call by reference | Type reference (TYPE) | ANY | 20090219 | |||
2 | ![]() |
RV_CONCAT_KEY | Value transfer | Type reference (TYPE) | STRING | 20090219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for Extensibility Runtime | 20090219 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TABLE_METADATA | Call by reference | Object reference (TYPE REF TO) | CL_AXT_TABLES_METADATA | Metadata for generated tables | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class for Extensibility Runtime | 20090204 |
Method CONVERT_ID_TO_KEY_STRUC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_LOG_KEY | Call by reference | Type reference (TYPE) | ANY | 20090629 | |||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20090629 | |||
3 | ![]() |
IV_ID_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | CL_AXT_TABLES_METADATA=>GC_RECORD_ID_FIELDNAME | 20090925 |
Method CONVERT_ID_TO_KEY_STRUC on class CL_AXT_TABLES_PERSISTENCY_CT has no exception.
Method CONVERT_IT_KEY_2_KEY_COMP_TAB 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 | 20090925 | |||
2 | ![]() |
IRS_KEY | Call by reference | Object reference (TYPE REF TO) | DATA | 20090925 | |||
3 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090925 | |||
4 | ![]() |
IV_KEY_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | CL_AXT_TABLES_METADATA=>GC_RECORD_ID_FIELDNAME | 20090925 |
Method CONVERT_IT_KEY_2_KEY_COMP_TAB on class CL_AXT_TABLES_PERSISTENCY_CT has no exception.
Method GET_IT_KEY_STRUC_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_KEY_NAME | Call by reference | Type reference (TYPE) | AXT_NAME | 20090928 | |||
2 | ![]() |
RV_STRUCTURE | Value transfer | Type reference (TYPE) | AXT_NAME | 20090928 |
Method GET_IT_KEY_STRUC_NAME on class CL_AXT_TABLES_PERSISTENCY_CT has no exception.
History
Last changed by/on | SAP | 20100303 |
SAP Release Created in | 701 |