SAP ABAP Class CL_RECA_PROCESS_SERVICES (General Access Methods)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_CA_PR (Package) RE: Process
Properties
Class CL_RECA_PROCESS_SERVICES  
Short Description General Access Methods    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RE_CA_PR   RE: Process 
Created 20020801   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RECA0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RECA4 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RECA_PROCESS_SERVICES has no interface implemented.
Friends
Class CL_RECA_PROCESS_SERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_STATUS_TEXT Static Attribute Protected Type reference (TYPE) RE_T_RSDOMAVAL Repository: Fixed Values of Domains 20020801
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20020801
2 CONVERT_CONTAINER_TO_PARAM Static method Public Method Convert Data of Data Container to a Table 20080320
3 CONVERT_PARAM_TO_CONTAINER Static method Public Method Convert Table to a Data Container 20080320
4 GET_POSSIBLE_REPORTS Static method Public Method Delivers Possible Reports 20030310
5 GET_POSSIBLE_STEPS Static method Public Method Supplies Possible Settlement Steps 20020801
6 GET_SELECTION Static method Public Method Gets Selection Parameters for a Process 20080702
7 GET_STATUS Static method Public Method Determines the Status 20030620
8 GET_STATUS_BY_LIST Static method Public Method Determines the Status Using a List 20030620
9 GET_STATUS_BY_MSGLIST Static method Public Method Gets the Status Using Analysis of an Error List 20060807
10 GET_STATUS_DETAIL_X Static method Public Method Details on Status of a Settlement Step 20020801
11 GET_STATUS_ICON Static method Public Method Gets the Correct Icon for a Status 20030311
12 GET_STEPS_LIST Static method Public Method Supplies All Settlement Steps 20020801
13 HANDLE_BUFFER_RESET_ALL Static method Protected Event handling method Deletes All Entries in Table Buffer 20040127
14 IS_ALLOWED Static method Public Method Continuing Allowed? 20070712
Events
Class CL_RECA_PROCESS_SERVICES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_TASK_DATA Public See coding 20080320 BEGIN OF gty_s_task_data, id(32) TYPE c, data_ref(68) TYPE c, type TYPE typename, END OF gty_s_task_data
2 GTY_T_TASK_DATA Public See coding 20080320 gty_t_task_data TYPE TABLE OF gty_s_task_data
3 GTY_T_TASK_PARAM Public Type reference (TYPE) RE_T_TASK_PARAM 20080421
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RECA_PROCESS_SERVICES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RECA_PROCESS_SERVICES has no exception.

Method CONVERT_CONTAINER_TO_PARAM 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) GTY_T_TASK_PARAM Satz in der Länge von 130 Bytes 20080320
2 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_RECA_DATA_CONTAINER Container mit Daten (Wertübergabe) 20080320

Method CONVERT_CONTAINER_TO_PARAM on class CL_RECA_PROCESS_SERVICES has no exception.

Method CONVERT_PARAM_TO_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_RECA_DATA_CONTAINER Container mit Daten (Wertübergabe) 20080320
2 Importing IT_LIST Call by reference Type reference (TYPE) GTY_T_TASK_PARAM Satz in der Länge von 130 Bytes 20080320

Method CONVERT_PARAM_TO_CONTAINER on class CL_RECA_PROCESS_SERVICES has no exception.

Method GET_POSSIBLE_REPORTS 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_T_PROCESSREPORTS_X Berichte zur einem Prozess und Zusatzfelder 20030310
2 Importing IO_PROCESS Call by reference Object reference (TYPE REF TO) IF_RECA_MULTISTEP_PROCESS Prozess der in mehrere Unterschritte gegliedert ist 20030310
3 Importing IT_REPORTS Call by reference Type reference (TYPE) RE_T_PROCESS_REPORTS_X Berichte zur einem Prozess und Zusatzfelder (TIVCAPROCREP/TI 20030310
4 Importing IT_STEPSTATUS Call by reference Type reference (TYPE) RE_T_POSSIBLE_STEPS_X Wann ist welcher Schritt ausführbar und Zusatzfelder (TIVCAA 20030310

Method GET_POSSIBLE_REPORTS on class CL_RECA_PROCESS_SERVICES has no exception.

Method GET_POSSIBLE_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_POSSIBLE_STEPS Call by reference Type reference (TYPE) RE_T_POSSIBLE_STEPS_X Mögliche Abrechnungsschritte 20020801
2 Importing ID_PROCESS Call by reference Type reference (TYPE) RECAC_POSSIBLE_STEPS-PROCESS 20020801
3 Importing ID_PROCESSMODE Call by reference Type reference (TYPE) RECAC_POSSIBLE_STEPS-PROCESSMODE 20020801
4 Importing ID_PROCESSTYPE Call by reference Type reference (TYPE) RECAC_POSSIBLE_STEPS-PROCESSTYPE 20020801

Method GET_POSSIBLE_STEPS on class CL_RECA_PROCESS_SERVICES has no exception.

Method GET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SELECTION Call by reference Type reference (TYPE) RE_T_SELECTION Selektionen 20080702
2 Exporting ET_SELECTION_X Call by reference Type reference (TYPE) RE_T_PROC_SELECTION Selektionen 20080702
3 Importing IO_PROCESS Call by reference Object reference (TYPE REF TO) IF_RECA_PROCESS Allgemeine Beschreibung eines Prozesses 20080702

Method GET_SELECTION on class CL_RECA_PROCESS_SERVICES has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_STATUS_A Value transfer Type reference (TYPE) RECASTEPSTATUS Status einer Prozessstufe 20030620
2 Importing ID_STATUS_B Value transfer Type reference (TYPE) RECASTEPSTATUS Status einer Prozessstufe 20030620
3 Importing IF_IS_ERR_DOMINANT Value transfer Type reference (TYPE) RECABOOL ABAP_FALSE Allgemeines Ja/Nein - Feld 20030620
4 Returning RD_STATUS Value transfer Type reference (TYPE) RECASTEPSTATUS Status einer Prozessstufe 20030620

Method GET_STATUS on class CL_RECA_PROCESS_SERVICES has no exception.

Method GET_STATUS_BY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_IS_ERR_DOMINANT Value transfer Type reference (TYPE) RECABOOL ABAP_FALSE Allgemeines Ja/Nein - Feld 20030620
2 Importing IT_STATUS Call by reference Type reference (TYPE) RE_ST_VICASTEPSTATUS Status einer Stufen eines Prozesses (VICASTEPSTATUS) 20030620
3 Returning RD_STATUS Value transfer Type reference (TYPE) RECASTEPSTATUS Status einer Prozessstufe 20030620

Method GET_STATUS_BY_LIST on class CL_RECA_PROCESS_SERVICES has no exception.

Method GET_STATUS_BY_MSGLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20060807
2 Returning RD_STATUS Value transfer Type reference (TYPE) RECASTEPSTATUS Status einer Prozessstufe 20060807
# Exception Resumable Description Created on
1 ERROR Fehler 20060807

Method GET_STATUS_DETAIL_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_ICON Call by reference Type reference (TYPE) RECAC_PROCSTEPSTATUS_X-ICON_ID Ikone in Textfeldern (Ersatzdarstellung, Alias) 20041102
2 Exporting ED_XSTATUS Call by reference Type reference (TYPE) RECAC_PROCSTEPSTATUS_X-XSTATUS Kurztext zum Status des Abrechnungsschrittes 20041102
3 Exporting ES_STATUS_X Call by reference Type reference (TYPE) RECAC_PROCSTEPSTATUS_X Attribute zum Status eines Schrittes und Zusatzfelder (TIVCA 20041102
4 Importing ID_PROCESS Call by reference Type reference (TYPE) RECAC_PROCSTEPSTATUS-PROCESS Prozess 20041102
5 Importing ID_STEP Call by reference Type reference (TYPE) RECAC_PROCSTEPSTATUS-STEP Interne Bezeichnung des Prozessschrittes 20041102
6 Importing ID_STEPSTATUS Call by reference Type reference (TYPE) RECAC_PROCSTEPSTATUS-STEPSTATUS Status einer Prozessstufe 20041102
7 Importing ID_SUBSTEP Call by reference Type reference (TYPE) RECAC_PROCSTEPSTATUS-SUBSTEP Interne Bezeichung des Unter-Schrittes 20041102

Method GET_STATUS_DETAIL_X on class CL_RECA_PROCESS_SERVICES has no exception.

Method GET_STATUS_ICON 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 Status einer Prozessstufe 20030311
2 Returning RD_ICON Value transfer Type reference (TYPE) ICON_TEXT Trägerfeld für Ikonen 20030311

Method GET_STATUS_ICON on class CL_RECA_PROCESS_SERVICES has no exception.

Method GET_STEPS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALL_STEPS Call by reference Type reference (TYPE) RE_T_PROCESSSTEPS_X Möglichen Abrechnungsschritte 20020801
2 Importing ID_PROCESS Call by reference Type reference (TYPE) RECAC_PROCESSSTEPS-PROCESS Prozess 20020801

Method GET_STEPS_LIST on class CL_RECA_PROCESS_SERVICES has no exception.

Method HANDLE_BUFFER_RESET_ALL Signature

Method HANDLE_BUFFER_RESET_ALL on class CL_RECA_PROCESS_SERVICES has no parameter.
Method HANDLE_BUFFER_RESET_ALL on class CL_RECA_PROCESS_SERVICES has no exception.

Method IS_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20070712
2 Importing IT_MSG Call by reference Type reference (TYPE) RE_T_MSG Message-Liste 20070712
3 Returning RF_ALLOWED Value transfer Type reference (TYPE) RECABOOL Allgemeines Ja/Nein - Feld 20070712

Method IS_ALLOWED on class CL_RECA_PROCESS_SERVICES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 200