SAP ABAP Interface IF_UCON_STATE (Object representation for UCON State objects)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-ICF (Application Component) Internet Communication Framework
⤷
S_UNIFIED_CON_WB_LM (Package) Interface to Workbench and LM
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_UCON_STATE_IMPL | Object representation for UCON State objects | 20121121 |
Properties
| Interface | IF_UCON_STATE | |
| Short Description | Object representation for UCON State objects |
General Data
| Package | S_UNIFIED_CON_WB_LM | Interface to Workbench and LM |
| Created | 20121121 | SAP |
| Last changed | 20141121 | |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_UCON_STATE has no interface.
Friends
Interface IF_UCON_STATE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_OBJECT_CLASS | Constant | Public | Type reference (TYPE) | TROBJ_NAME | 'RFST' | Object Name in Object List | 20130215 | |
| 2 | CO_PHASE_ACTIVE | Constant | Public | Type reference (TYPE) | UCONRFCPHASE | 'A' | Phase of an RFC Function module in CA fill process | 20121207 | |
| 3 | CO_PHASE_EVALUATION | Constant | Public | Type reference (TYPE) | UCONRFCPHASE | 'E' | Phase of an RFC Function module in CA fill process | 20121207 | |
| 4 | CO_PHASE_LOGGING | Constant | Public | Type reference (TYPE) | UCONRFCPHASE | 'L' | Phase of an RFC Function module in CA fill process | 20121207 | |
| 5 | MV_IS_CHANGED | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20121207 | |||
| 6 | MV_IS_NEW | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20121207 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Delete method | 20121121 | |
| 2 | Instance method | Public | Method | Getter method for phase | 20121121 | |
| 3 | Instance method | Public | Method | Getter method for date | 20121203 | |
| 4 | Instance method | Public | Method | Getter Method for function name | 20121121 | |
| 5 | Instance method | Public | Method | Getter method for SPAU relevance | 20121121 | |
| 6 | Instance method | Public | Method | Save method | 20121121 | |
| 7 | Instance method | Public | Method | Setter method for date | 20121203 | |
| 8 | Instance method | Public | Method | Setter method for phase | 20121121 | |
| 9 | Instance method | Public | Method | Setter method for SPAU relevance | 20121121 |
Events
Interface IF_UCON_STATE has no event.
Types
Interface IF_UCON_STATE has no local type.
Method Signatures
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_TRANSPORT_NUMBER | Call by reference | Type reference (TYPE) | E070-TRKORR | Request/Task | 20131108 | |||
| 2 | IV_RUN_DARK | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131108 | ||||
| 3 | IV_TRANSPORT_REQUESTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception during State API | 20131108 |
Method GET_CURRENT_PHASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ACTUAL_PHASE | Value transfer | Type reference (TYPE) | UCONRFCPHASE | Phase of an RFC Function module in CA fill process | 20121121 |
Method GET_CURRENT_PHASE on Interface IF_UCON_STATE has no exception.
Method GET_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATE_END_PHASE | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20121203 | |||
| 2 | EV_DATE_START_PHASE | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20121203 | |||
| 3 | EV_PHASE_LENGTH | Call by reference | Type reference (TYPE) | INT4 | Length of phase in days | 20121203 |
Method GET_DATE on Interface IF_UCON_STATE has no exception.
Method GET_FUNCTION_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_FUNCTION_NAME | Value transfer | Type reference (TYPE) | RS38L_FNAM | Name of Function Module | 20121121 |
Method GET_FUNCTION_NAME on Interface IF_UCON_STATE has no exception.
Method GET_SPAU_RELEVANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SPAU_RELEVANCE | Value transfer | Type reference (TYPE) | UCONSPAURELEVANT | RFC Service should apear in SPAU | 20121121 |
Method GET_SPAU_RELEVANCE on Interface IF_UCON_STATE has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_TRANSPORT_NUMBER | Call by reference | Type reference (TYPE) | E070-TRKORR | Request/Task | 20121207 | |||
| 2 | IV_LAST_ENTRY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130319 | |||
| 3 | IV_RUN_DARK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20121207 | |||
| 4 | IV_TRANSPORT_REQUESTED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Should the state transported | 20121207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception during State API | 20130215 |
Method SET_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_END_PHASE_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20121203 | |||
| 2 | IV_PHASE_LENGTH | Call by reference | Type reference (TYPE) | INT4 | Length of phase in days | 20121203 | |||
| 3 | IV_START_PHASE_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20121203 |
Method SET_DATE on Interface IF_UCON_STATE has no exception.
Method SET_PHASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PHASE | Call by reference | Type reference (TYPE) | UCONRFCPHASE | Phase of an RFC Function module in CA fill process | 20121121 |
Method SET_PHASE on Interface IF_UCON_STATE has no exception.
Method SET_SPAU_RELEVANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SPAU_RELEVANCE | Call by reference | Type reference (TYPE) | UCONSPAURELEVANT | RFC Service should apear in SPAU | 20121121 |
Method SET_SPAU_RELEVANCE on Interface IF_UCON_STATE has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |