SAP ABAP Class CE_TPDAPI_DATA_TABLE_KEYTYPE (Index Type)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_API (Package) Debugger API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IE_TPDAPI_DATA_TABLE_KEYTYPE Tables Index Types 20100511
Properties
Class CE_TPDAPI_DATA_TABLE_KEYTYPE  
Short Description Index Type    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPDA_API   Debugger API 
Created 20100511   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IE_TPDAPI_DATA_TABLE_INDEXTYPE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IE_TPDAPI_DATA_TABLE_KEYTYPE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IE_TPDAPI_DATA_TABLE_KEYTYPE Tables Index Types 20100511
Friends
Class CE_TPDAPI_DATA_TABLE_KEYTYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FLG_HASHED Instance attribute Protected Type reference (TYPE) XFLAG New input values 20100511
2 FLG_SORTED Instance attribute Protected Type reference (TYPE) XFLAG General Flag 20100511
3 FLG_UNIQUE Instance attribute Protected Type reference (TYPE) XFLAG New input values 20100511
4 HASHED Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_DATA_TABLE_KEYTYPE Tables Index Types 20100511
5 KEYTYPE Instance attribute Protected Type reference (TYPE) IE_TPDAPI_DATA_TABLE_KEYTYPE=>TYP_KEYTYPE 20100511
6 SORTED_NONUNIQUE Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_DATA_TABLE_KEYTYPE Tables Index Types 20100511
7 SORTED_UNIQUE Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_DATA_TABLE_KEYTYPE Tables Index Types 20100511
8 STANDARD Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_DATA_TABLE_KEYTYPE Tables Index Types 20100511
9 S_TAB_KEYTYPES Static Attribute Protected Type reference (TYPE) TYP_TAB_KEYTYPES 20100511
10 TEXT Instance attribute Protected Type reference (TYPE) STRING 20100511
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20100511
2 S_GET_FROM_ID Static method Public Method 20100511
3 S_INIT Static method Protected Method 20100511
Events
Class CE_TPDAPI_DATA_TABLE_KEYTYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_STR_KEYTYPE Protected See coding 20100511 BEGIN OF TYP_STR_keytype, keytype TYPE ie_tpdapi_data_table_keytype=>typ_keytype, ref_keytype TYPE REF TO ie_tpdapi_data_table_keytype, END OF typ_str_keytype
2 TYP_TAB_KEYTYPES Protected See coding 20100511 typ_tab_keytypes TYPE HASHED TABLE OF typ_str_keytype with UNIQUE key keytype
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method S_GET_FROM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEYTYPE Call by reference Type reference (TYPE) SIMPLE 20100511
2 Returning R_REF_KEYTYPE Value transfer Object reference (TYPE REF TO) IE_TPDAPI_DATA_TABLE_KEYTYPE 20100511

Method S_GET_FROM_ID on class CE_TPDAPI_DATA_TABLE_KEYTYPE has no exception.

Method S_INIT Signature

Method S_INIT on class CE_TPDAPI_DATA_TABLE_KEYTYPE has no parameter.
Method S_INIT on class CE_TPDAPI_DATA_TABLE_KEYTYPE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 800