SAP ABAP Class CL_BCFG_ENUM_OPERATION_STATUS (enum of operation stati)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CUS-TOL-API (Application Component) Business Configuration API (SAP-internal)
⤷
S_BCFG_API (Package) Business Configuration Support API
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BCFG_ENUM_BASE | base class for enums | 20110416 |
Properties
| Class | CL_BCFG_ENUM_OPERATION_STATUS | |
| Short Description | enum of operation stati | |
| Super Class | CL_BCFG_ENUM_BASE | base class for enums |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_BCFG_API | Business Configuration Support API |
| Created | 20100629 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BCFG_ENUM_OPERATION_STATUS has no forward declaration.
Interfaces
Class CL_BCFG_ENUM_OPERATION_STATUS has no interface implemented.
Friends
Class CL_BCFG_ENUM_OPERATION_STATUS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_BCFG_ENUM_OPERATION_STATUS | operation was stopped after a error ocurred | 20100629 | |||
| 2 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_BCFG_ENUM_OPERATION_STATUS | an error occured, but the operation was continued | 20100629 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'A' | 20110416 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'E' | 20110416 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'I' | 20110416 | |||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'S' | 20110416 | |||
| 7 | Constant | Private | Type reference (TYPE) | STRING | 'W' | 20110416 | |||
| 8 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_BCFG_ENUM_OPERATION_STATUS | operation was completed successfully, but with notes | 20100629 | |||
| 9 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_BCFG_ENUM_OPERATION_STATUS | operation was completed successfully | 20100629 | |||
| 10 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_BCFG_ENUM_OPERATION_STATUS | operation was completed, but warnings occurred | 20100629 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20100629 | ||
| 2 | Static method | Public | Method | 20110416 | ||
| 3 | Static method | Public | Method | returns the value (object instance) corresponding to the ID | 20100629 |
Events
Class CL_BCFG_ENUM_OPERATION_STATUS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_T_ENUM_OPERATION_STATI | Public | See coding | 20110416 | ty_t_enum_operation_stati type hashed table of ref to cl_bcfg_enum_operation_status
with unique key table_line
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BCFG_ENUM_OPERATION_STATUS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BCFG_ENUM_OPERATION_STATUS has no exception.
Method VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TY_T_ENUM_OPERATION_STATI | 20110416 |
Method VALUES on class CL_BCFG_ENUM_OPERATION_STATUS has no exception.
Method VALUE_OF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | STRING | 20110416 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_BCFG_ENUM_OPERATION_STATUS | 20101125 |
Method VALUE_OF on class CL_BCFG_ENUM_OPERATION_STATUS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |