SAP ABAP Class CL_AXT_TABLE_ENTRY (Table entry (TABU) generation element)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_GENERATION_FRAMEWORK (Package) Extensibility Generation Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_AXT_ELEMENT General generation element 20080208
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AXT_GENERATION_EVENTS Event interface for generation events 20090108
Properties
Class CL_AXT_TABLE_ENTRY  
Short Description Table entry (TABU) generation element    
Super Class CL_AXT_ELEMENT General generation element 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_GENERATION_FRAMEWORK   Extensibility Generation Framework 
Created 20080208   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)
2 CL_AXT_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_AXT_GENERATION_EVENTS Event interface for generation events 20090108
Friends
Class CL_AXT_TABLE_ENTRY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_PARAM_FIELD Constant Public Type reference (TYPE) AXT_PARAMETER 'FIELD' Constant Field 20080310
2 GC_PARAM_LOG_TR_OBJECT Constant Public Type reference (TYPE) AXT_PARAMETER 'LOG_TR_OBJECT' Parameter 20090105
3 GC_PARAM_TABLE Constant Public Type reference (TYPE) AXT_PARAMETER 'TABLE' Param Table 20080229
4 GC_PARAM_TABLE_NAME Constant Public Type reference (TYPE) AXT_PARAMETER 'TABLE_NAME' Param Table name 20080225
5 MT_TABLE_ENTRIES Instance attribute Private Type reference (TYPE) AXTT_DYNAMIC_STRUCTURE Dynamic table of dynamic structure for Table entry generator 20080229
6 MV_CURRENT_OBJ Instance attribute Private Type reference (TYPE) TROBJ_NAME Object Name in Object List 20090105
7 MV_LOG_NAME_LENGTH Instance attribute Private Type reference (TYPE) I 20090105
8 MV_LOG_NAME_OFFSET Instance attribute Private Type reference (TYPE) I 20090105
9 MV_LOG_TR_OBJECT Instance attribute Private Type reference (TYPE) TROBJTYPE Object Type 20090105
10 MV_TABLE_NAME Instance attribute Private Type reference (TYPE) AXT_NAME Name 20080225
11 MV_X_CLIENT_DEP Instance attribute Private Type reference (TYPE) AXT_BOOLEAN Client dependent table 20090629
Methods
# Method Level Visibility Method type Description Created on
1 ARE_SPECIFIC_ATTRIBUTES_EQUAL Instance method Private Method Compares table entry element specific attributes 20080307
2 CHECK_MANDATORY_PARAMETERS Static method Private Method Checks all mandatory parameters and returns messages 20080225
3 CHECK_TAB_ENTRY_AUTHORIZATIONS Static method Public Method Checks authorizations for table entries 20081125
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080221
5 CREATE_TABLE_ENTRY Static method Public Method Returns a table entry element (easy signature) 20080229
6 EXTRACT_KEYS Static method Private Method Returns keys only transport objects OBSOLETE? 20080630
7 EXTRACT_TABLE Instance method Private Method Returns table data 20080227
8 GET_CURRENT_TABLE_FIELD_INFO Instance method Public Method Returns table field metadata 20090121
9 GET_LOG_OBJ_NAME_POS Instance method Private Method Calc. the pos of the name of the log. object in the tabkey 20090105
10 GET_LOG_TR_OBJECT Instance method Public Method 20100308
11 GET_STRUC_FIELDS Instance method Private Method 20090121
12 GET_TABLE_ENTRIES Instance method Public Method Returns all table entries 20080229
13 GET_TABLE_FIELD_INFOS Static method Public Method Returns table field metadata 20081127
14 GET_TABLE_NAME Instance method Public Method Returns table name 20080227
15 INSERT_TABKEYS_IN_TRANSPORT Instance method Private Method Inserts objects in a given transport 20090217
16 MAKE_TAB_KEY Instance method Private Method Build a tabkey line for transport entry 20081009
17 PROCESS_LOG_OBJ_ENTRY Instance method Private Method 20090105
Events
Class CL_AXT_TABLE_ENTRY has no event.
Types
Class CL_AXT_TABLE_ENTRY has no local type.
Method Signatures

Method ARE_SPECIFIC_ATTRIBUTES_EQUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TABLE_ENTRY_TARGET Call by reference Object reference (TYPE REF TO) CL_AXT_TABLE_ENTRY Table entry (TABU) generation element 20080307
2 Returning RV_ARE_EQUAL Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20080307

Method ARE_SPECIFIC_ATTRIBUTES_EQUAL on class CL_AXT_TABLE_ENTRY has no exception.

Method CHECK_MANDATORY_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) ANY TABLE 20080229
2 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20080225
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Mandatory parameters invalid 20080409

Method CHECK_TAB_ENTRY_AUTHORIZATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20081125
# Exception Resumable Description Created on
1 CX_AXT_AUTHORITY_FAILED Authority error 20081125

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEMENT_TYPE Call by reference Type reference (TYPE) AXT_OBJECT_TYPE Object Type 20081013
2 Importing IV_ID Call by reference Type reference (TYPE) AXT_GUID Element id 20080225
3 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) AXT_NAME Element name 20080221

Method CONSTRUCTOR on class CL_AXT_TABLE_ENTRY has no exception.

Method CREATE_TABLE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) ANY TABLE 20080229
2 Importing IV_ID Call by reference Type reference (TYPE) AXT_GUID Element id 20080229
3 Importing IV_LOG_TR_OBJECT Call by reference Type reference (TYPE) TROBJTYPE 20090105
4 Importing IV_STRICT Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_TRUE DO NOT USE: Internal 20090319
5 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20080229
6 Returning RR_ELEMENT Value transfer Object reference (TYPE REF TO) IF_AXT_ELEMENT General generation element 20080229
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20080229

Method EXTRACT_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TRANSPORT_OBJECTS Call by reference Type reference (TYPE) COMT_GOX_TRANS_OBJECT Table with Entries for Transport 20080630
2 Returning RRT_TRANSPORT_OBJECTS Value transfer Object reference (TYPE REF TO) COMT_GOX_TRANS_OBJECT Table with Entries for Transport 20080630

Method EXTRACT_KEYS on class CL_AXT_TABLE_ENTRY has no exception.

Method EXTRACT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DYNAMIC_STRUCTURE Call by reference Type reference (TYPE) AXTT_DYNAMIC_STRUCTURE Dynamic table of dynamic structure for Table entry generator 20080227
2 Returning RR_TABLE Value transfer Object reference (TYPE REF TO) DATA 20080227

Method EXTRACT_TABLE on class CL_AXT_TABLE_ENTRY has no exception.

Method GET_CURRENT_TABLE_FIELD_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDS Value transfer Type reference (TYPE) ABAP_COMPONENT_TAB Table Type for DFIES Table and FM: DDIF_FIELDINFO_GET 20090121

Method GET_CURRENT_TABLE_FIELD_INFO on class CL_AXT_TABLE_ENTRY has no exception.

Method GET_LOG_OBJ_NAME_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NAME_LENGTH Call by reference Type reference (TYPE) I 20090105
2 Exporting EV_NAME_OFFSET Call by reference Type reference (TYPE) I 20090105
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20090105

Method GET_LOG_TR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LOG_TR_OBJECT Value transfer Type reference (TYPE) TROBJTYPE Object Type 20100308

Method GET_LOG_TR_OBJECT on class CL_AXT_TABLE_ENTRY has no exception.

Method GET_STRUC_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_STRUC_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20090121
2 Returning RT_FIELDS Value transfer Type reference (TYPE) ABAP_COMPONENT_TAB 20090121

Method GET_STRUC_FIELDS on class CL_AXT_TABLE_ENTRY has no exception.

Method GET_TABLE_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_TABLE_ENTRIES Value transfer Object reference (TYPE REF TO) DATA 20080229

Method GET_TABLE_ENTRIES on class CL_AXT_TABLE_ENTRY has no exception.

Method GET_TABLE_FIELD_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABLE_NAME Call by reference Type reference (TYPE) AXT_NAME Table name 20081127
2 Returning RRT_FIELD_INFO Value transfer Object reference (TYPE REF TO) DDFIELDS Table Type for DFIES Table and FM: DDIF_FIELDINFO_GET 20081127
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Metadata cannot be retrieved 20081127

Method GET_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TABLE_NAME Value transfer Type reference (TYPE) AXT_NAME Table name 20080227

Method GET_TABLE_NAME on class CL_AXT_TABLE_ENTRY has no exception.

Method INSERT_TABKEYS_IN_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABKEYS Call by reference Type reference (TYPE) ANY TABLE Table with Entries for Transport 20090217
2 Importing IV_TRANSPORT Call by reference Type reference (TYPE) TRKORR Request/Task 20090217
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Insertion failed 20090217

Method MAKE_TAB_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TABKEY Call by reference Type reference (TYPE) TROBJ_NAME Structure for Table Entries 20090217
2 Exporting ES_TYPED_TABKEY Call by reference Type reference (TYPE) ANY 20090217
3 Importing IS_ENTRY Call by reference Type reference (TYPE) ANY 20081009
4 Importing IT_FIELDS Call by reference Type reference (TYPE) DFIES_TABLE Table for dfies entries 20081009

Method MAKE_TAB_KEY on class CL_AXT_TABLE_ENTRY has no exception.

Method PROCESS_LOG_OBJ_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ENTRY Call by reference Type reference (TYPE) ANY 20090105
2 Importing IV_DELFLAG Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090107
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Operation error 20090105
History
Last changed by/on SAP  20110908 
SAP Release Created in 700