SAP ABAP Class /SLOAP/CL_GENERATION_STATE (State of output generation)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
/SLOAP/APPLICATION (Package) SLT AP VER 1.0
⤷
⤷
Properties
| Class | /SLOAP/CL_GENERATION_STATE | |
| Short Description | State of output generation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SLOAP/APPLICATION | SLT AP VER 1.0 |
| Created | 20100219 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /SLOAP/CL_GENERATION_STATE has no interface implemented.
Friends
Class /SLOAP/CL_GENERATION_STATE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | /SLOAP/GENERATION_STATE | 'FAILED' | State of output generation | 20100316 | ||
| 2 | Constant | Public | Type reference (TYPE) | /SLOAP/GENERATION_STATE | 'RUNNING' | State of output generation | 20100316 | ||
| 3 | Constant | Public | Type reference (TYPE) | /SLOAP/GENERATION_STATE | 'SUCCESS' | State of output generation | 20100316 | ||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | /SLOAP/CL_OUTPUT_PROFILE | 20100219 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | /SLOAP/RESULT_LIST | Result list | 20100219 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | /SLOAP/GENERATION_TYPE | type of output generation | 20100219 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | SYLANGU | Language Key of Current Text Environment | 20110105 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Changes the state for the given output and updates database | 20100219 | |
| 2 | Instance method | Public | Constructor | 20100219 | ||
| 3 | Instance method | Public | Method | Deletes current state | 20100409 | |
| 4 | Instance method | Public | Method | Returns if state (not failed) for given guids exists in db | 20100219 | |
| 5 | Instance method | Private | Method | Calculates the hash (GUID) for the result list | 20100219 | |
| 6 | Instance method | Public | Method | Get the state entry for the given output | 20100219 | |
| 7 | Instance method | Public | Method | Get the state entry table for outputs of the current analysi | 20100316 | |
| 8 | Instance method | Public | Method | Saves a new state to database | 20100219 |
Events
Class /SLOAP/CL_GENERATION_STATE has no event.
Types
Class /SLOAP/CL_GENERATION_STATE has no local type.
Method Signatures
Method CHANGE_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MESSAGE | Call by reference | Type reference (TYPE) | STRING | Optional error message | 20100222 | |||
| 2 | IV_STATE | Call by reference | Type reference (TYPE) | /SLOAP/GENERATION_STATE | State of output generation | 20100219 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Missing parameter exception | 20100219 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PROFILE | Call by reference | Object reference (TYPE REF TO) | /SLOAP/CL_OUTPUT_PROFILE | 20100219 | ||||
| 2 | IT_RESULT_LIST | Call by reference | Type reference (TYPE) | /SLOAP/RESULT_LIST | Result list | 20100219 | |||
| 3 | IV_GEN_TYPE | Call by reference | Type reference (TYPE) | /SLOAP/GENERATION_TYPE | type of output generation | 20100219 | |||
| 4 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | Language Ke | 20110105 |
Method CONSTRUCTOR on class /SLOAP/CL_GENERATION_STATE has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ALL_GEN_TYPES | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100409 |
Method DELETE on class /SLOAP/CL_GENERATION_STATE has no exception.
Method EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100219 |
Method EXISTS on class /SLOAP/CL_GENERATION_STATE has no exception.
Method GET_RESULT_LIST_HASH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MD5 | Value transfer | Type reference (TYPE) | MD5_FIELDS | MD5 Hash field | 20100219 |
Method GET_RESULT_LIST_HASH on class /SLOAP/CL_GENERATION_STATE has no exception.
Method GET_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_STATE | Value transfer | Type reference (TYPE) | /SLOAP/GEN_STATE | Table type for generation state. | 20100219 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100219 |
Method GET_STATE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_STATE | Value transfer | Type reference (TYPE) | /SLOAP/T_GEN_STATE | Table type for generation state. | 20100316 |
Method GET_STATE_TABLE on class /SLOAP/CL_GENERATION_STATE has no exception.
Method SAVE_NEW_STATE Signature
Method SAVE_NEW_STATE on class /SLOAP/CL_GENERATION_STATE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SLOAS: Object already exists | 20100219 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 700 |