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 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TYP_TAB_PROPERTIES | 20100323 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TYP_TAB_TAGGED_OBJECTS | 20100326 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20100323 | |
2 | ![]() |
Instance method | Public | Method | 20100326 | |
3 | ![]() |
Instance method | Public | Method | 20100323 | |
4 | ![]() |
Instance method | Public | Method | 20100323 | |
5 | ![]() |
Instance method | Public | Method | 20100326 | |
6 | ![]() |
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 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100323 | |||
2 | ![]() |
I_REF_ENUM | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20100323 | |||
3 | ![]() |
R_VALUE | Value transfer | Type reference (TYPE) | STRING | 20100323 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Nicht ausreichende Daten vorhanden | 20100323 | |
2 | ![]() |
Ungültiger Parameter | 20100323 |
Method GET_TAGGED_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100326 | |||
2 | ![]() |
I_REF_ENUM | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20100326 | |||
3 | ![]() |
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 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100323 | |||
2 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100323 | |||
3 | ![]() |
R_REF_ENUM | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20100323 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültiger Parameter | 20100323 |
Method SET_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FLG_PROTECT | Value transfer | Type reference (TYPE) | XFLAG | 'X' | neue Eingabewerte | 20100326 | |
2 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100323 | |||
3 | ![]() |
I_REF_ENUM | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20100323 | |||
4 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100323 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Nicht ausreichende Daten vorhanden | 20100323 | |
2 | ![]() |
Ungültiger Parameter | 20100323 |
Method SET_TAGGED_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FLG_PROTECT | Value transfer | Type reference (TYPE) | XFLAG | 'X' | neue Eingabewerte | 20100326 | |
2 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100326 | |||
3 | ![]() |
I_REF_ENUM | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20100326 | |||
4 | ![]() |
I_REF_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20100326 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Nicht ausreichende Daten vorhanden | 20100326 |
Method S_CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 |