SAP ABAP Class CL_AXT_TABLE_TYPE (Table type 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_BASE_DDIC Base class for DDIC mass activatable generators 20081202
Properties
Class CL_AXT_TABLE_TYPE  
Short Description Table type generation element    
Super Class CL_AXT_BASE_DDIC Base class for DDIC mass activatable generators 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_GENERATION_FRAMEWORK   Extensibility Generation Framework 
Created 20081017   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_AXT_TABLE_TYPE has no forward declaration.
Interfaces
Class CL_AXT_TABLE_TYPE has no interface implemented.
Friends
Class CL_AXT_TABLE_TYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FURTHER_SECKEY_ALLOWED Constant Public Type reference (TYPE) TT_FURTHER_SECKEYS 'W' Allow additional secondary keys 20090108
2 GC_FURTHER_SECKEY_FORBIDDEN Constant Public Type reference (TYPE) TT_FURTHER_SECKEYS 'O' Forbid additional secondary keys 20090108
3 GC_FURTHER_SECKEY_UNSPECIFIED Constant Public Type reference (TYPE) TT_FURTHER_SECKEYS SPACE Do not specify additional secondary keys 20090108
4 GC_HASH_TABLE Constant Public Type reference (TYPE) ACCESSMODE 'H' Constant: Hash table 20081017
5 GC_KEY_COMPONENT Constant Public Type reference (TYPE) TTYPKEYDEF 'K' Constant: Key components 20081017
6 GC_NON_UNIQUE Constant Public Type reference (TYPE) KEYKIND 'N' Constant: Non unique index 20081017
7 GC_PARAM_ACCESSMODE Constant Public Type reference (TYPE) AXT_PARAMETER 'ACCESSMODE' 20081017
8 GC_PARAM_DATA_TYPE Constant Public Type reference (TYPE) AXT_PARAMETER 'DATATYPE' 20081017
9 GC_PARAM_DECIMALS Constant Public Type reference (TYPE) AXT_PARAMETER 'DECIMALS' 20081017
10 GC_PARAM_DESCRIPTION Constant Public Type reference (TYPE) AXT_PARAMETER 'DESCRIPTION' 20081017
11 GC_PARAM_FURTHER_SECKEY Constant Public Type reference (TYPE) AXT_PARAMETER 'FURTHER_SECKEY' 20090107
12 GC_PARAM_INITIAL_ENTRIES Constant Public Type reference (TYPE) AXT_PARAMETER 'INITIAL_ENTRIES' 20081017
13 GC_PARAM_KEYDEF Constant Public Type reference (TYPE) AXT_PARAMETER 'KEYDEF' 20081017
14 GC_PARAM_KEYFDPOS Constant Public Type reference (TYPE) AXT_PARAMETER 'KEYFDPOS' 20081017
15 GC_PARAM_KEYFIELD Constant Public Type reference (TYPE) AXT_PARAMETER 'KEYFIELD' 20081017
16 GC_PARAM_KEYKIND Constant Public Type reference (TYPE) AXT_PARAMETER 'KEYKIND' 20081017
17 GC_PARAM_LENGTH Constant Public Type reference (TYPE) AXT_PARAMETER 'LENG' 20081017
18 GC_PARAM_REFTYPE Constant Public Type reference (TYPE) AXT_PARAMETER 'REFTYPE' 20081017
19 GC_PARAM_ROWKIND Constant Public Type reference (TYPE) AXT_PARAMETER 'ROWKIND' 20081017
20 GC_PARAM_ROWTYPE Constant Public Type reference (TYPE) AXT_PARAMETER 'ROWTYPE' 20081017
21 GC_PARAM_ROWTYPEPOS Constant Public Type reference (TYPE) AXT_PARAMETER 'ROWTYPEPOS' 20081017
22 GC_PARAM_SECKEY_ACCESSMODE Constant Public Type reference (TYPE) AXT_PARAMETER 'SECKEY_ACCESSMODE' 20090107
23 GC_PARAM_SECKEY_FIELD Constant Public Type reference (TYPE) AXT_PARAMETER 'SECKEY_FIELD' 20090107
24 GC_PARAM_SECKEY_KIND Constant Public Type reference (TYPE) AXT_PARAMETER 'SECKEY_KIND' 20090107
25 GC_PARAM_SECKEY_NAME Constant Public Type reference (TYPE) AXT_PARAMETER 'SECKEY_NAME' 20090107
26 GC_PARAM_SECKEY_UNIQUE Constant Public Type reference (TYPE) AXT_PARAMETER 'SECKEY_UNIQUE' 20090107
27 GC_PARAM_TTYP_VALUE Constant Public Type reference (TYPE) AXT_ELEMENT_ID '1000' 20081017
28 GC_PREDEFINED_DATATYPE Constant Public Type reference (TYPE) TYPEKIND ' ' Constant: Predefined data type 20081017
29 GC_ROW_COMPONENT Constant Public Type reference (TYPE) TTYPKEYDEF 'T' 20090107
30 GC_SORTED_TABLE Constant Public Type reference (TYPE) ACCESSMODE 'S' Constant: Standard table 20081021
31 GC_STANDARD_KEY Constant Public Type reference (TYPE) TTYPKEYDEF 'D' Constant: Standard key 20110411
32 GC_STANDARD_TABLE Constant Public Type reference (TYPE) ACCESSMODE 'T' Constant: Standard table 20081017
33 GC_UNIQUE Constant Public Type reference (TYPE) KEYKIND 'U' Constant: Unique index 20081017
34 MT_TABLE_KEY_FIELDS Instance attribute Private Type reference (TYPE) AXTT_TABLE_KEY_FIELDS_DETAIL Table for table type key fields (TTKF) 20081017
35 MT_TABLE_SEC_KEY_FIELDS Instance attribute Private Type reference (TYPE) AXTT_TABLE_TYPE_SEC_INDEX Secondary key definition 20090107
36 MV_ACCESSMODE Instance attribute Private Type reference (TYPE) ACCESSMODE Access modes for table types 20081017
37 MV_DATATYPE Instance attribute Private Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20081017
38 MV_DECIMALS Instance attribute Private Type reference (TYPE) DECIMALS Number of Decimal Places 20081017
39 MV_FURTHER_SECONDARY_KEYS Instance attribute Private Type reference (TYPE) TT_FURTHER_SECKEYS Specifies if additional secondary indices are allowed 20090107
40 MV_INITIAL_ENTRIES Instance attribute Private Type reference (TYPE) DDOCCURS Initial Line Number for Table Types 20081017
41 MV_KEYDEF Instance attribute Private Type reference (TYPE) TTYPKEYDEF Key definition for table types 20081017
42 MV_KEYKIND Instance attribute Private Type reference (TYPE) KEYKIND Key category for table types 20081017
43 MV_KEY_FIELD_CNT Instance attribute Private Type reference (TYPE) KEYFDCNT Number of key fields of a table type 20081017
44 MV_LENG Instance attribute Private Type reference (TYPE) DDLENG Length (No. of Characters) 20081017
45 MV_REFTYPE Instance attribute Private Type reference (TYPE) DDREFTYPE Type of Object Referenced 20081017
46 MV_ROWKIND Instance attribute Private Type reference (TYPE) TYPEKIND Category of Dictionary Type 20081017
47 MV_ROWTYPE Instance attribute Private Type reference (TYPE) TTROWTYPE Name of row type for table types 20081017
48 SC_DESCR_TABLE_TYPE Static Attribute Private Type reference (TYPE) AXT_DESCRIPTION Element description: Table type (generated) 20081201
49 SC_SEC_KEY_DESC Static Attribute Private Type reference (TYPE) AXT_DESCRIPTION Generic secondary index description prefix 20090107
Methods
# Method Level Visibility Method type Description Created on
1 ARE_SPECIFIC_ATTRIBUTES_EQUAL Instance method Private Method Compare table type specific attributes 20081020
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081201
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081017
4 CREATE_TABLE_TYPE Static method Public Method Returns a new table type element (easy signature) 20081017
5 DELETE_TABLE_TYPE Instance method Private Method 20081020
6 GENERATE_TABLE_TYPE Instance method Private Method 20081020
7 GET_ACCESSMODE Instance method Public Method 20081017
8 GET_DATATYPE Instance method Public Method 20081017
9 GET_DDIC_SECONDARY_KEY_DEF Instance method Public Method 20090107
10 GET_DECIMALS Instance method Public Method 20081017
11 GET_FURTHER_SECONDARY_KEYS Instance method Public Method 20090107
12 GET_INITIAL_ENTRIES Instance method Public Method 20081017
13 GET_KEYDEF Instance method Public Method 20081017
14 GET_KEYKIND Instance method Public Method 20081017
15 GET_LENGTH Instance method Public Method 20081017
16 GET_REFTYPE Instance method Public Method 20081017
17 GET_ROWKIND Instance method Public Method 20081017
18 GET_ROWTYPE Instance method Public Method 20081017
19 GET_SEC_KEY_FIELDS Instance method Public Method 20090107
20 GET_TABLE_KEY_FIELDS Instance method Public Method 20081017
21 MAP_ATTRIBUTES_TO_DD40V Instance method Public Method Returns all attributes in the dd40v structure 20081017
22 SET_ACCESSMODE Instance method Public Method 20081017
23 SET_DATATYPE Instance method Public Method 20081017
24 SET_DECIMALS Instance method Public Method 20081017
25 SET_FURTHER_SECONDARY_KEYS Instance method Public Method 20090107
26 SET_INITIAL_ENTRIES Instance method Public Method 20081017
27 SET_KEYDEF Instance method Public Method 20081017
28 SET_KEYKIND Instance method Public Method 20081017
29 SET_LENGTH Instance method Public Method 20081017
30 SET_REFTYPE Instance method Public Method 20081017
31 SET_ROWKIND Instance method Public Method 20081017
32 SET_ROWTYPE Instance method Public Method 20081017
33 SET_SEC_KEY_FIELDS Instance method Public Method 20090107
34 SET_TABLE_KEY_FIELDS Instance method Public Method 20081017
Events
Class CL_AXT_TABLE_TYPE has no event.
Types
Class CL_AXT_TABLE_TYPE 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 IO_TTYP_TARGET Call by reference Object reference (TYPE REF TO) CL_AXT_TABLE_TYPE 20081020
2 Returning RV_ARE_EQUAL Value transfer Type reference (TYPE) AXT_BOOLEAN 20081020

Method ARE_SPECIFIC_ATTRIBUTES_EQUAL on class CL_AXT_TABLE_TYPE has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_AXT_TABLE_TYPE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AXT_TABLE_TYPE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) AXT_DESCRIPTION Element description 20081017
2 Importing IV_ELEMENT_TYPE Call by reference Type reference (TYPE) AXT_OBJECT_TYPE 20081020
3 Importing IV_ID Call by reference Type reference (TYPE) AXT_GUID Element id 20081017
4 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) AXT_NAME Element name 20081017

Method CONSTRUCTOR on class CL_AXT_TABLE_TYPE has no exception.

Method CREATE_TABLE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE_KEY_FIELDS Call by reference Type reference (TYPE) AXTT_TABLE_KEY_FIELDS Primary key fields 20081017
2 Importing IT_TABLE_SEC_KEYS Call by reference Type reference (TYPE) AXTT_TABLE_TYPE_SEC_INDEX Secondary index specification 20090107
3 Importing IV_ACCESSMODE Call by reference Type reference (TYPE) ACCESSMODE 'T' Access modes for table types 20081017
4 Importing IV_DATATYPE Call by reference Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20081017
5 Importing IV_DDTEXT Call by reference Type reference (TYPE) DDTEXT Explanatory short text 20081017
6 Importing IV_DECIMALS Call by reference Type reference (TYPE) DECIMALS Number of Decimal Places 20081017
7 Importing IV_FURTHER_SECONDARY_KEYS Call by reference Type reference (TYPE) TT_FURTHER_SECKEYS GC_FURTHER_SECKEY_UNSPECIFIED Flag if further secondary keys are allowed 20090107
8 Importing IV_ID Call by reference Type reference (TYPE) AXT_GUID Element id 20081017
9 Importing IV_INITIAL_ENTRIES Call by reference Type reference (TYPE) DDOCCURS 00000 Initial no of entries 20081017
10 Importing IV_KEYDEF Call by reference Type reference (TYPE) TTYPKEYDEF 'D' Key definition for table types 20081017
11 Importing IV_KEYKIND Call by reference Type reference (TYPE) KEYKIND 'N' Key category for table types 20081017
12 Importing IV_LENG Call by reference Type reference (TYPE) DDLENG Length (No. of Characters) 20081017
13 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) AXT_NAME Name 20081017
14 Importing IV_REFTYPE Call by reference Type reference (TYPE) DDREFTYPE Type of Object Referenced 20081017
15 Importing IV_ROWKIND Call by reference Type reference (TYPE) TYPEKIND Category of Dictionary Type 20081017
16 Importing IV_ROWTYPE Call by reference Type reference (TYPE) TTROWTYPE Name of row type for table types 20081017
17 Returning RR_ELEMENT Value transfer Object reference (TYPE REF TO) IF_AXT_ELEMENT Table type generation element 20081017
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20081017

Method DELETE_TABLE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRANSPORT Call by reference Type reference (TYPE) TRKORR 20081020
2 Returning RRT_TRANSPORT Value transfer Object reference (TYPE REF TO) COMT_GOX_TRANS_OBJECT 20081020
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20081020

Method GENERATE_TABLE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TRANSPORT Call by reference Type reference (TYPE) TRKORR 20081020
2 Returning RRT_TRANSPORT Value transfer Object reference (TYPE REF TO) COMT_GOX_TRANS_OBJECT 20081020
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED 20081020

Method GET_ACCESSMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ACCESSMODE Value transfer Type reference (TYPE) ACCESSMODE 20081017

Method GET_ACCESSMODE on class CL_AXT_TABLE_TYPE has no exception.

Method GET_DATATYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DATATYPE Value transfer Type reference (TYPE) DATATYPE_D 20081017

Method GET_DATATYPE on class CL_AXT_TABLE_TYPE has no exception.

Method GET_DDIC_SECONDARY_KEY_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DD43V Value transfer Type reference (TYPE) DD43V_TAB 20090107

Method GET_DDIC_SECONDARY_KEY_DEF on class CL_AXT_TABLE_TYPE has no exception.

Method GET_DECIMALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DECIMALS Value transfer Type reference (TYPE) DECIMALS 20081017

Method GET_DECIMALS on class CL_AXT_TABLE_TYPE has no exception.

Method GET_FURTHER_SECONDARY_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FURTHER_SECONDARY_KEYS Value transfer Type reference (TYPE) TT_FURTHER_SECKEYS 20090107

Method GET_FURTHER_SECONDARY_KEYS on class CL_AXT_TABLE_TYPE has no exception.

Method GET_INITIAL_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INITIAL_ENTRIES Value transfer Type reference (TYPE) DDOCCURS 20081017

Method GET_INITIAL_ENTRIES on class CL_AXT_TABLE_TYPE has no exception.

Method GET_KEYDEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_KEYDEF Value transfer Type reference (TYPE) TTYPKEYDEF 20081017

Method GET_KEYDEF on class CL_AXT_TABLE_TYPE has no exception.

Method GET_KEYKIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_KEYKIND Value transfer Type reference (TYPE) KEYKIND 20081017

Method GET_KEYKIND on class CL_AXT_TABLE_TYPE has no exception.

Method GET_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LENGTH Value transfer Type reference (TYPE) DDLENG 20081017

Method GET_LENGTH on class CL_AXT_TABLE_TYPE has no exception.

Method GET_REFTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REFTYPE Value transfer Type reference (TYPE) DDREFTYPE 20081017

Method GET_REFTYPE on class CL_AXT_TABLE_TYPE has no exception.

Method GET_ROWKIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ROWKIND Value transfer Type reference (TYPE) TYPEKIND 20081017

Method GET_ROWKIND on class CL_AXT_TABLE_TYPE has no exception.

Method GET_ROWTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ROWTYPE Value transfer Type reference (TYPE) TTROWTYPE 20081017

Method GET_ROWTYPE on class CL_AXT_TABLE_TYPE has no exception.

Method GET_SEC_KEY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TABLE_SEC_KEY_FIELDS Value transfer Type reference (TYPE) AXTT_TABLE_TYPE_SEC_INDEX 20090107

Method GET_SEC_KEY_FIELDS on class CL_AXT_TABLE_TYPE has no exception.

Method GET_TABLE_KEY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TABLE_KEY_FIELDS Value transfer Type reference (TYPE) AXTT_TABLE_KEY_FIELDS_DETAIL 20081020

Method GET_TABLE_KEY_FIELDS on class CL_AXT_TABLE_TYPE has no exception.

Method MAP_ATTRIBUTES_TO_DD40V Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_DD40V Value transfer Type reference (TYPE) DD40V DD: Interface structure for table types 20081017

Method MAP_ATTRIBUTES_TO_DD40V on class CL_AXT_TABLE_TYPE has no exception.

Method SET_ACCESSMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACCESSMODE Call by reference Type reference (TYPE) ACCESSMODE 20081017

Method SET_ACCESSMODE on class CL_AXT_TABLE_TYPE has no exception.

Method SET_DATATYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATATYPE Call by reference Type reference (TYPE) DATATYPE_D 20081017

Method SET_DATATYPE on class CL_AXT_TABLE_TYPE has no exception.

Method SET_DECIMALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DECIMALS Call by reference Type reference (TYPE) DECIMALS 20081017

Method SET_DECIMALS on class CL_AXT_TABLE_TYPE has no exception.

Method SET_FURTHER_SECONDARY_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FURTHER_SECONDARY_KEYS Call by reference Type reference (TYPE) TT_FURTHER_SECKEYS 20090107

Method SET_FURTHER_SECONDARY_KEYS on class CL_AXT_TABLE_TYPE has no exception.

Method SET_INITIAL_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INITIAL_ENTRIES Call by reference Type reference (TYPE) DDOCCURS 20081017

Method SET_INITIAL_ENTRIES on class CL_AXT_TABLE_TYPE has no exception.

Method SET_KEYDEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEYDEF Call by reference Type reference (TYPE) TTYPKEYDEF 20081017

Method SET_KEYDEF on class CL_AXT_TABLE_TYPE has no exception.

Method SET_KEYKIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEYKIND Call by reference Type reference (TYPE) KEYKIND 20081017

Method SET_KEYKIND on class CL_AXT_TABLE_TYPE has no exception.

Method SET_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LENGTH Call by reference Type reference (TYPE) DDLENG 20081017

Method SET_LENGTH on class CL_AXT_TABLE_TYPE has no exception.

Method SET_REFTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REFTYPE Call by reference Type reference (TYPE) DDREFTYPE 20081017

Method SET_REFTYPE on class CL_AXT_TABLE_TYPE has no exception.

Method SET_ROWKIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROWKIND Call by reference Type reference (TYPE) TYPEKIND 20081017

Method SET_ROWKIND on class CL_AXT_TABLE_TYPE has no exception.

Method SET_ROWTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROWTYPE Call by reference Type reference (TYPE) TTROWTYPE 20081017

Method SET_ROWTYPE on class CL_AXT_TABLE_TYPE has no exception.

Method SET_SEC_KEY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE_SEC_KEYS Call by reference Type reference (TYPE) AXTT_TABLE_TYPE_SEC_INDEX 20090107

Method SET_SEC_KEY_FIELDS on class CL_AXT_TABLE_TYPE has no exception.

Method SET_TABLE_KEY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE_KEY_FIELDS Call by reference Type reference (TYPE) AXTT_TABLE_KEY_FIELDS 20081020

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