SAP ABAP Interface IF_RECA_PROCESS_STATUS_MNGR (Status Manager for Process Steps)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX (Application Component) Flexible Real Estate Management
⤷
RE_CA_PR (Package) RE: Process
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RECA_PROCESS_STATUS_MNGR | Status Manager for Process Steps | 20020730 |
Properties
| Interface | IF_RECA_PROCESS_STATUS_MNGR | |
| Short Description | Status Manager for Process Steps |
General Data
| Package | RE_CA_PR | RE: Process |
| Created | 20020730 | SAP |
| Last changed | 20110908 | SAP |
| 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) |
| 2 | RECA1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 3 | RECA4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RECA_STORABLE | Object Can Be Stored | 20020730 |
Friends
Interface IF_RECA_PROCESS_STATUS_MNGR has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MD_ACTIVITY | Instance attribute | Public | Attribute reference (LIKE) | 20020730 | ||||
| 2 | MF_ARCHIVED | Instance attribute | Public | Attribute reference (LIKE) | 20050225 | ||||
| 3 | MF_AUTH_CHECK | Instance attribute | Public | Attribute reference (LIKE) | 20020730 | ||||
| 4 | MF_ENQUEUE | Instance attribute | Public | Attribute reference (LIKE) | 20020730 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | AFTER_STORE | Instance Event (0) |
Public (2) |
20050225 | |
| 2 | BEFORE_STORE | Instance Event (0) |
Public (2) |
20050225 | |
| 3 | ON_CHECK_ALL | Instance Event (0) |
Public (2) |
20050225 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTYPE_S_PARAM | Public | See coding | 20060608 | BEGIN OF mtype_s_param,
activity TYPE reca1_activity,
processguid TYPE reca_process_id-processguid,
is_storable TYPE recabool,
in_updtask TYPE recabool,
step TYPE recastep,
substep TYPE recasubstep,
objguid TYPE recaprocessobjguid,
only_objliststatus TYPE recabool,
END OF mtype_s_param
|
Method Signatures
Method ADD_CHILD Signature
Method ADD_CHILD on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method ADD_CHILD on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method CHECK_ALL Signature
Method CHECK_ALL on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method CHECK_ALL on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method CLEAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_STATUS | Call by reference | Type reference (TYPE) | RECASTEPSTATUS | RECA4_STEPSTATUS-INITIAL | Status einer Prozessstufe | 20060609 | ||
| 2 | IF_ONLY_ERROR | Call by reference | Type reference (TYPE) | RECABOOL | ABAP_FALSE | Allgemeines Ja/Nein - Feld | 20060609 |
Method CLEAR on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method FREE Signature
Method FREE on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method FREE on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method GET_CHILDREN Signature
Method GET_CHILDREN on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method GET_CHILDREN on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method GET_EXTENSION Signature
Method GET_EXTENSION on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method GET_EXTENSION on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method GET_FIELDSTATUS Signature
Method GET_FIELDSTATUS on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method GET_FIELDSTATUS on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method GET_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LIST | Call by reference | Type reference (TYPE) | RE_ST_VICASTEPSTATUS | Status der Abrechnungsstufen | 20020730 |
Method GET_LIST on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method GET_OBJSTATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_OBJGUID | Value transfer | Type reference (TYPE) | VICASTEPSTATUS-OBJGUID | Eindeutiger Schlüssel des Objektes innerhalb eines Prozesses | 20021119 | |||
| 2 | RD_STATUS | Value transfer | Type reference (TYPE) | VICASTEPSTATUS-STATUS | Status eines Prozessschrittes | 20021119 |
Method GET_OBJSTATUS on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_STATUS | Value transfer | Type reference (TYPE) | VICASTEPSTATUS-STATUS | Status der Abrechnungsstufe | 20020730 |
Method GET_STATUS on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PARAM | Call by reference | Type reference (TYPE) | MTYPE_S_PARAM | 20060608 |
Method INIT on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method INIT_BY_TEMPLATE Signature
Method INIT_BY_TEMPLATE on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method INIT_BY_TEMPLATE on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method IS_FIELDSTATUS_SET Signature
Method IS_FIELDSTATUS_SET on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method IS_FIELDSTATUS_SET on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method IS_MODIFIED Signature
Method IS_MODIFIED on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method IS_MODIFIED on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method IS_OK Signature
Method IS_OK on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method IS_OK on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method REGISTER_ALL_CHILDREN Signature
Method REGISTER_ALL_CHILDREN on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method REGISTER_ALL_CHILDREN on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method RELEASE Signature
Method RELEASE on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method RELEASE on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method REVERSAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BY_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_RECA_PROCESS | allgemeine Beschreibung eines Prozesses | 20020730 | |||
| 2 | IT_OBJGUID | Call by reference | Type reference (TYPE) | RE_T_GUID | GUID | 20060608 |
Method REVERSAL on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method SET_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LIST | Call by reference | Type reference (TYPE) | RE_T_VICASTEPSTATUS | Status der Abrechnungsstufen | 20021119 |
Method SET_LIST on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method SET_OBJSTATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_OBJGUID | Value transfer | Type reference (TYPE) | VICASTEPSTATUS-OBJGUID | Eindeutiger Schlüssel des Objektes innerhalb eines Prozesses | 20021119 | |||
| 2 | ID_STATUS | Value transfer | Type reference (TYPE) | VICASTEPSTATUS-STATUS | Status der Abrechnungsstufe | 20021119 |
Method SET_OBJSTATUS on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_STATUS | Value transfer | Type reference (TYPE) | VICASTEPSTATUS-STATUS | Status der Abrechnungsstufe | 20020730 |
Method SET_STATUS on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method SET_STORABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_STORABLE | Value transfer | Type reference (TYPE) | RECABOOL | ABAP_TRUE | 'X' = Speicherbar | 20110215 |
Method SET_STORABLE on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Method STORE Signature
Method STORE on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Method STORE on Interface IF_RECA_PROCESS_STATUS_MNGR has no exception.
Event Signatures
Event AFTER_STORE Signature
Event AFTER_STORE on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Event BEFORE_STORE Signature
Event BEFORE_STORE on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
Event ON_CHECK_ALL Signature
Event ON_CHECK_ALL on Interface IF_RECA_PROCESS_STATUS_MNGR has no parameter.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 200 |