SAP ABAP Class CL_TPDAPI_ENUM_PROPERTIES (Attributes of an Enumeration Property)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_API (Package) Debugger API
Properties
Class CL_TPDAPI_ENUM_PROPERTIES  
Short Description Attributes of an Enumeration Property    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class TPDAPI    
Program status     
Category 0   
Package STPDA_API   Debugger API 
Created 20100323   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TPDAPI_ENUM_PROPERTIES has no forward declaration.
Interfaces
Class CL_TPDAPI_ENUM_PROPERTIES has no interface implemented.
Friends
Class CL_TPDAPI_ENUM_PROPERTIES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 TAB_PROPERTIES Instance attribute Private Type reference (TYPE) TYP_TAB_PROPERTIES 20100323
2 TAB_TAGGED_OBJECTS Instance attribute Private Type reference (TYPE) TYP_TAB_TAGGED_OBJECTS 20100326
Methods
# Method Level Visibility Method type Description Created on
1 GET_PROPERTY Instance method Public Method 20100323
2 GET_TAGGED_OBJECT Instance method Public Method 20100326
3 QUERY Instance method Public Method 20100323
4 SET_PROPERTY Instance method Public Method 20100323
5 SET_TAGGED_OBJECT Instance method Public Method 20100326
6 S_CREATE Static method Public Method 20100323
Events
Class CL_TPDAPI_ENUM_PROPERTIES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_STR_PROPERTY Private See coding 20100323 BEGIN OF typ_str_property, ref_enum TYPE REF TO object, id TYPE string, value TYPE string, flg_protected TYPE xflag, END OF typ_str_property
2 TYP_STR_TAGGED_OBJECT Private See coding 20100326 BEGIN OF typ_str_tagged_object, ref_enum TYPE REF TO object, id TYPE string, ref_object TYPE REF TO object, flg_protected TYPE xflag, END OF typ_str_tagged_object
3 TYP_TAB_PROPERTIES Private See coding 20100323 typ_tab_properties TYPE HASHED TABLE OF typ_str_property WITH UNIQUE KEY ref_enum id WITH UNIQUE HASHED KEY query COMPONENTS id value
4 TYP_TAB_TAGGED_OBJECTS Private See coding 20100326 typ_tab_tagged_objects TYPE HASHED TABLE OF typ_str_tagged_object WITH UNIQUE KEY ref_enum id
Method Signatures

Method GET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE 20100323
2 Importing I_REF_ENUM Call by reference Object reference (TYPE REF TO) OBJECT 20100323
3 Returning R_VALUE Value transfer Type reference (TYPE) STRING 20100323
# Exception Resumable Description Created on
1 CX_TPDAPI_CONTRACT_VIOLATION Nicht ausreichende Daten vorhanden 20100323
2 CX_TPDAPI_INVALID_PARAM Ungültiger Parameter 20100323

Method GET_TAGGED_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE 20100326
2 Importing I_REF_ENUM Call by reference Object reference (TYPE REF TO) OBJECT 20100326
3 Returning R_REF_OBJECT Value transfer Object reference (TYPE REF TO) OBJECT 20100326

Method GET_TAGGED_OBJECT on class CL_TPDAPI_ENUM_PROPERTIES has no exception.

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE 20100323
2 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE 20100323
3 Returning R_REF_ENUM Value transfer Object reference (TYPE REF TO) OBJECT 20100323
# Exception Resumable Description Created on
1 CX_TPDAPI_INVALID_PARAM Ungültiger Parameter 20100323

Method SET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_PROTECT Value transfer Type reference (TYPE) XFLAG 'X' neue Eingabewerte 20100326
2 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE 20100323
3 Importing I_REF_ENUM Call by reference Object reference (TYPE REF TO) OBJECT 20100323
4 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE 20100323
# Exception Resumable Description Created on
1 CX_TPDAPI_CONTRACT_VIOLATION Nicht ausreichende Daten vorhanden 20100323
2 CX_TPDAPI_INVALID_PARAM Ungültiger Parameter 20100323

Method SET_TAGGED_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_PROTECT Value transfer Type reference (TYPE) XFLAG 'X' neue Eingabewerte 20100326
2 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE 20100326
3 Importing I_REF_ENUM Call by reference Object reference (TYPE REF TO) OBJECT 20100326
4 Importing I_REF_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20100326
# Exception Resumable Description Created on
1 CX_TPDAPI_CONTRACT_VIOLATION Nicht ausreichende Daten vorhanden 20100326

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REF_ENUM_PROPERTIES Value transfer Object reference (TYPE REF TO) CL_TPDAPI_ENUM_PROPERTIES Eigenschaften einer Property 20100323

Method S_CREATE on class CL_TPDAPI_ENUM_PROPERTIES has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 800