SAP ABAP Class CL_PROXY_ESD_CONTEXT_DRIVER (Proxy Context Driver)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-PRX (Application Component) Proxy Generation
⤷
SAI_PROXY_UI (Package) User Interface for Proxy Generation
⤷
⤷
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 | 20070523 |
Properties
| Class | CL_PROXY_ESD_CONTEXT_DRIVER | |
| Short Description | Proxy Context Driver | |
| 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 | User Interface for Proxy Generation |
| Created | 20070523 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_PROXY_ESD_CONTEXT_DRIVER has no forward declaration.
Interfaces
Class CL_PROXY_ESD_CONTEXT_DRIVER has no interface implemented.
Friends
Class CL_PROXY_ESD_CONTEXT_DRIVER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | STTY_TABLE_OF_STRING | Table of String | 20070704 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_PROXY_CHANGE_HANDLER | change handler for CL_PROXY | 20070523 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | T_CONTEXT_DRIVER_TAB | Industry Text | 20070523 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | PRX_ID | node ID for which context drivers are | 20070523 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_PROXY_UI_INDEX | ui index | 20070706 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20070523 | |
| 2 | Instance method | Private | Method | create table of context drivers | 20070523 | |
| 3 | Instance method | Public | Method | update table of context driver | 20080208 |
Events
Class CL_PROXY_ESD_CONTEXT_DRIVER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CONTEXT_DRIVER | Private | See coding | 20070523 | BEGIN OF t_context_driver,
industry_code TYPE sdel_industry_code,
text TYPE sdel_industry_text,
active type prx_boolean, "SDEL_INDUSTRY_ACTIVE, ",
END OF t_context_driver
|
||
| 2 | T_CONTEXT_DRIVER_TAB | Private | See coding | 20070523 | t_context_driver_tab TYPE STANDARD TABLE OF t_context_driver 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 | 20070523 | |||
| 2 | PLUGIN | Call by reference | Object reference (TYPE REF TO) | IF_ESD_PLUGIN | needed for check_fields | 20070523 | |||
| 3 | UI_INDEX | Call by reference | Object reference (TYPE REF TO) | CL_PROXY_UI_INDEX | 20070706 |
Method CONSTRUCTOR on class CL_PROXY_ESD_CONTEXT_DRIVER has no exception.
Method CREATE_TABLE Signature
Method CREATE_TABLE on class CL_PROXY_ESD_CONTEXT_DRIVER has no parameter.
Method CREATE_TABLE on class CL_PROXY_ESD_CONTEXT_DRIVER 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 | 20080208 | ||||
| 2 | UI_INDEX | Call by reference | Object reference (TYPE REF TO) | CL_PROXY_UI_INDEX | ui index | 20080208 |
Method UPDATE_TABLE on class CL_PROXY_ESD_CONTEXT_DRIVER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |