SAP ABAP Class CL_ESD_STATUS (Status Information of Plugin)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-WS-ABA (Application Component) Web Service Tools - ABAP
⤷
SESD_ESI_OBJECT_EDITORS_REUSE (Package) Unified Editors Reuse-Parts
⤷
⤷
Properties
| Class | CL_ESD_STATUS | |
| Short Description | Status Information of Plugin | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SESD_ESI_OBJECT_EDITORS_REUSE | Unified Editors Reuse-Parts |
| Created | 20051109 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESD_STATUS has no forward declaration.
Interfaces
Class CL_ESD_STATUS has no interface implemented.
Friends
Class CL_ESD_STATUS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TYPT_ATTRIBUTES | 20051109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Clones the current object & returning the copy | 20070625 | |
| 2 | Instance method | Public | Method | Get status attribute | 20051109 | |
| 3 | Instance method | Public | Method | 20120822 | ||
| 4 | Instance method | Public | Method | Get Operation (DISPLAY/EDIT/GENERATE) | 20061123 | |
| 5 | Instance method | Public | Method | Get UI_MODE (DISPLAY/EDIT) | 20061123 | |
| 6 | Instance method | Public | Method | Set status attribute | 20051109 |
Events
Class CL_ESD_STATUS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYPT_ATTRIBUTES | Public | See coding | 20051109 | typt_attributes TYPE HASHED TABLE OF typ_attribute
WITH UNIQUE KEY name
|
||
| 2 | TYP_ATTRIBUTE | Public | See coding | 20051109 | BEGIN OF typ_attribute,
name TYPE string,
value TYPE string,
END OF typ_attribute
|
Method Signatures
Method CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_STATUS | Value transfer | Object reference (TYPE REF TO) | CL_ESD_STATUS | Status Information of Plugin | 20070625 |
Method CLONE on class CL_ESD_STATUS has no exception.
Method GET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Attribute Name | 20051109 | |||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | Attribute Value | 20051110 |
Method GET_ATTRIBUTE on class CL_ESD_STATUS has no exception.
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | TYPT_ATTRIBUTES | Single-Character Flag | 20120822 |
Method GET_ATTRIBUTES on class CL_ESD_STATUS has no exception.
Method GET_OPERATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_OPERATION | Value transfer | Type reference (TYPE) | SEU_ACTION | WB Request: Operation in the Development Environment | 20061123 |
Method GET_OPERATION on class CL_ESD_STATUS has no exception.
Method GET_UI_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_UI_MODE | Value transfer | Type reference (TYPE) | SEU_ACTION | WB Request: Operation in the Development Environment | 20061123 |
Method GET_UI_MODE on class CL_ESD_STATUS has no exception.
Method SET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Attribute Name | 20051109 | |||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | Attribute Value | 20051110 |
Method SET_ATTRIBUTE on class CL_ESD_STATUS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |