SAP ABAP Class CL_PROXY_UIX_ENUMERATION (Proxy enumeration values)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-PRX (Application Component) Proxy Generation
⤷
SAI_PROXY_UI_MDR (Package) MDR proxy editor

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ESD_TABLE_DATA | Class to hold tabular data | 20110218 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_PROXY_UIXE_ENUMERATION | MDR enumerations | 20110922 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_PROXY_UIXM_ENUMERATION | MDR enumerations | 20110922 |
Properties
Class | CL_PROXY_UIX_ENUMERATION | |
Short Description | Proxy enumeration values | |
Super Class | CL_ESD_TABLE_DATA | Class to hold tabular data |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SAI_PROXY_UI_MDR | MDR proxy editor |
Created | 20110218 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_PROXY_UIX_ENUMERATION has no interface implemented.
Friends
Class CL_PROXY_UIX_ENUMERATION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_PROXY_CHANGE_HANDLER | change handler for CL_PROXY | 20110218 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | T_ENUMERATION_TAB | 20110218 | |||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | T_ENUMERATION_TAB | 20110926 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | T_ENUMERATION_TAB | 20110926 | |||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | PRX_ID | node ID for which context drivers are | 20110218 | ||
6 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_PROXY_UIX_PLGN_BASE | PlugIn Base Class for Proxys via IF_PX*-APIs | 20110218 | ||
7 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_PROXY_UIX_INDEX | ui index | 20110218 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SEU_ACTION | WB Request: Operation in the Development Environment | 20110218 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20110218 |
2 | ![]() |
Instance method | Protected | Method | create a entry for table | 20110218 |
3 | ![]() |
Instance method | Protected | Method | creates field catalog for enumeration table | 20110218 |
4 | ![]() |
Instance method | Public | Method | create table of context drivers | 20110218 |
5 | ![]() |
Instance method | Public | Method | update table of enumeration | 20110218 |
Events
Class CL_PROXY_UIX_ENUMERATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_ENUMERATION | Protected | Type reference (TYPE) | PRX_UI_ENUMERATION | 20110218 |
|
|
2 | T_ENUMERATION_TAB | Protected | See coding | 20110218 | t_enumeration_tab TYPE STANDARD TABLE OF t_enumeration WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID | Call by reference | Type reference (TYPE) | PRX_ID | Proxy Generation: Unique ID of a Proxy Object | 20110218 | ||
2 | ![]() |
PLUGIN | Call by reference | Object reference (TYPE REF TO) | IF_ESD_PLUGIN | needed for check_fields | 20110218 | ||
3 | ![]() |
UI_INDEX | Call by reference | Object reference (TYPE REF TO) | CL_PROXY_UIX_INDEX | UI_INDEX for MDR objects | 20110218 | ||
4 | ![]() |
UI_MODE | Call by reference | Type reference (TYPE) | SEU_ACTION | WB Request: Operation in the Development Environment | 20110218 |
Method CONSTRUCTOR on class CL_PROXY_UIX_ENUMERATION has no exception.
Method CREATE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EDIT | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | edit mode or not | 20110218 | ||
2 | ![]() |
ENUMERATION | Call by reference | Type reference (TYPE) | T_ENUMERATION | 20110218 | |||
3 | ![]() |
FIXED_VALUE | Call by reference | Object reference (TYPE REF TO) | IF_PXN_ENUM_VALUE | enumeration value | 20110218 | ||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | 20110218 |
Method CREATE_ENTRY on class CL_PROXY_UIX_ENUMERATION has no exception.
Method CREATE_FIELD_CATALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EDIT | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | abapname is editable | 20110218 | ||
2 | ![]() |
HIDE_ADDITIONAL_FIELDS | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | show also UI-Text etc fields | 20110218 |
Method CREATE_FIELD_CATALOG on class CL_PROXY_UIX_ENUMERATION has no exception.
Method CREATE_TABLE Signature
Method CREATE_TABLE on class CL_PROXY_UIX_ENUMERATION has no parameter.
Method CREATE_TABLE on class CL_PROXY_UIX_ENUMERATION has no exception.
Method UPDATE_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID | Call by reference | Type reference (TYPE) | PRX_ID | 20110218 | |||
2 | ![]() |
UI_INDEX | Call by reference | Object reference (TYPE REF TO) | CL_PROXY_UIX_INDEX | ui index | 20110218 | ||
3 | ![]() |
UI_MODE | Call by reference | Type reference (TYPE) | SEU_ACTION | WB Request: Operation in the Development Environment | 20110218 |
Method UPDATE_TABLE on class CL_PROXY_UIX_ENUMERATION has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 802 |