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
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method 20020730
2 CHECK_ALL Instance method Public Method 20020730
3 CLEAR Instance method Public Method All Current Statuses Are Reset 20060609
4 FREE Instance method Public Method 20020730
5 GET_CHILDREN Instance method Public Method 20050225
6 GET_EXTENSION Instance method Public Method 20050225
7 GET_FIELDSTATUS Instance method Public Method 20050225
8 GET_LIST Instance method Public Method Supplies All Entries 20020730
9 GET_OBJSTATUS Instance method Public Method Gets the Status for a Given Object 20021119
10 GET_STATUS Instance method Public Method Returns Status of Settlement Step 20020730
11 INIT Instance method Public Method Initializes Manager 20060608
12 INIT_BY_TEMPLATE Instance method Public Method 20050225
13 IS_FIELDSTATUS_SET Instance method Public Method 20050225
14 IS_MODIFIED Instance method Public Method 20020730
15 IS_OK Instance method Public Method 20020730
16 REGISTER_ALL_CHILDREN Instance method Public Method 20020730
17 RELEASE Instance method Public Method 20020730
18 REVERSAL Instance method Public Method Undo Settlement Step 20020730
19 SET_LIST Instance method Public Method Sets All Entries 20021119
20 SET_OBJSTATUS Instance method Public Method Sets the Status for a Given Object 20021119
21 SET_STATUS Instance method Public Method Resets Status of Settlement Step 20020730
22 SET_STORABLE Instance method Public Method Sets the Attribute IS_STORABLE 20110215
23 STORE Instance method Public Method 20020730
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 Importing ID_STATUS Call by reference Type reference (TYPE) RECASTEPSTATUS RECA4_STEPSTATUS-INITIAL Status einer Prozessstufe 20060609
2 Importing 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 Exporting 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 Importing ID_OBJGUID Value transfer Type reference (TYPE) VICASTEPSTATUS-OBJGUID Eindeutiger Schlüssel des Objektes innerhalb eines Prozesses 20021119
2 Returning 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 Returning 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 Importing 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 Importing IO_BY_PROCESS Call by reference Object reference (TYPE REF TO) IF_RECA_PROCESS allgemeine Beschreibung eines Prozesses 20020730
2 Importing 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 Importing 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 Importing ID_OBJGUID Value transfer Type reference (TYPE) VICASTEPSTATUS-OBJGUID Eindeutiger Schlüssel des Objektes innerhalb eines Prozesses 20021119
2 Importing 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 Importing 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 Importing 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