SAP ABAP Class IF_RECA_PROCESS_PARAM (General Process Parameter)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RECA_HAS_TEXT Object with Text 20020129
2 Interface composition (i COMPRISING i_ref)  IF_RECA_STORABLE Object Can Be Stored 20011219
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RECA_MULTISTEP_PROC_PARAM Parameters for Processes with Several Substeps 20020730
2 Interface composition (i COMPRISING i_ref)  IF_RECA_SETTLEMENT_PARAM General Description of Process Parameter 20011217
3 Interface composition (i COMPRISING i_ref)  IF_REIT_OPTRATECALC_PARAM General Description of Process Parameter 20011218
4 Interface composition (i COMPRISING i_ref)  IF_REIT_TAX_CORR_CALC_PARAM Parameter for Input Tax Correction 20060207
5 Interface composition (i COMPRISING i_ref)  IF_REOR_COST_POSTING_PARAM Posting of Occupancy - Parameters of Process 20080508
6 Interface composition (i COMPRISING i_ref)  IF_RERA_ACR_PARAM Accrual Process: Parameters 20021210
7 Interface composition (i COMPRISING i_ref)  IF_RERA_ACR_REVERSAL_PARAM Accrual Process: Parameters 20050606
8 Interface composition (i COMPRISING i_ref)  IF_RERA_INVOICE_CREATION_PARAM Parameters for Creating RE Invoices 20040112
9 Interface composition (i COMPRISING i_ref)  IF_RERA_POSTING_PARAM Posting Process: Parameters 20020812
10 Interface composition (i COMPRISING i_ref)  IF_RERA_POSTING_PARAM_RECL Posting Process: Parameter Clearing 20120322
... Click here to see Used By full list (13 items)
Properties
Class IF_RECA_PROCESS_PARAM  
Short Description General Process Parameter    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20011217   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 RECA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_RECA_PROCESS_PARAM has no interface implemented.
Friends
Class IF_RECA_PROCESS_PARAM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_ACTIVITY Instance attribute Public Attribute reference (LIKE) 20011217
2 MD_MSGEXTNUMBER Instance attribute Public Type reference (TYPE) BALNREXT Application Log: External ID 20011217
3 MD_PROCESSGUID Instance attribute Public Type reference (TYPE) RECA_PROCESS_ID-PROCESSGUID Generic Key of Process 20011217
4 MD_PROCESSMODE Instance attribute Public Type reference (TYPE) RECAPROCESSMODE Execution Mode of Process 20011217
5 MF_ARCHIVED Instance attribute Public Attribute reference (LIKE) 20040114
6 MF_AUTH_CHECK Instance attribute Public Attribute reference (LIKE) 20011217
7 MF_ENQUEUE Instance attribute Public Attribute reference (LIKE) 20011217
8 MO_TEXT_MNGR Instance attribute Public Attribute reference (LIKE) 20040114
9 MS_PROCESS Instance attribute Public Type reference (TYPE) RECAC_PROCESS_X Processes and Additional Fields (TIVCAPROCESS/TIVCAPROCESST) 20011217
10 MS_PROCESSID Instance attribute Public Type reference (TYPE) RECA_PROCESS_ID Process ID 20011217
11 MT_PARAM_LIST Instance attribute Public Type reference (TYPE) RE_T_VICARANGE Ranges for Saving Selection Screen Values 20021114
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method 20040114
2 CHECK Instance method Public Method Checks the Parameter 20021118
3 CHECK_ALL Instance method Public Method 20020321
4 CREATE_PROCESSID Instance method Public Method Generates ID of Process 20020121
5 FREE Instance method Public Method 20040114
6 GET_ADDITIONAL_PARAM Instance method Public Method Gets Specific Parameters for Implementation 20110727
7 GET_CHILDREN Instance method Public Method 20040114
8 GET_EXTENSION Instance method Public Method 20040114
9 GET_FIELDSTATUS Instance method Public Method 20050225
10 GET_GENERATED_EXTID Instance method Public Method Generates and Supplies an External ID 20021001
11 GET_PARAM_LIST Instance method Public Method Gets the Parameter List 20021114
12 GET_PROCESSID Instance method Public Method Gets ID of Process 20011219
13 GET_TDNAME_PREFIX Instance method Public Method 20040114
14 GET_TEXT_MNGR Instance method Public Method 20040114
15 GET_USER_EXCLUSIVE Instance method Public Method Supplies User with Exclusive Change Authorization 20050127
16 INIT_BY_DETAIL Instance method Public Method Initializes Instance via Process Basic Data 20020129
17 INIT_BY_PROCESS Instance method Public Method Initializes Instance Via Basic Data Structure 20011217
18 INIT_BY_TEMPLATE Instance method Public Method 20040114
19 IS_FIELDSTATUS_SET Instance method Public Method 20050225
20 IS_MODIFIED Instance method Public Method 20030108
21 IS_OK Instance method Public Method 20020321
22 REGISTER_ALL_CHILDREN Instance method Public Method 20040114
23 RELEASE Instance method Public Method 20040114
24 REVERSAL Instance method Public Method Process Is Reversed - Selection on DB Table 20011219
25 SET_ADDITIONAL_PARAM Instance method Public Method Sets Specific Parameters for Implementation 20110727
26 SET_DELETION_INDICATOR Instance method Public Method Sets Deletion Indicator 20110325
27 SET_DETAIL_BY_GUID Instance method Public Method Load Process Basic Data via Process GUID 20011217
28 SET_DETAIL_BY_ID Instance method Public Method Load Process Basic Data 20011217
29 SET_EXTID Instance method Public Method Sets External Process ID 20020930
30 SET_HAS_NEW_VERSION Instance method Public Method Sets Attribute 20060918
31 SET_MSGEXTNUMBER Instance method Public Method Set Reference to Application Log 20011219
32 SET_NEW_GUID Instance method Public Method Sets Attribute 20060915
33 SET_PARAM_LIST Instance method Public Method Transfer of Parameter List 20021114
34 SET_PROCESSID Instance method Public Method Setting of New Process ID 20040305
35 SET_PROCESSMODE Instance method Public Method Simulation or Update Runs 20011219
36 SET_TITLE Instance method Public Method Sets Title of Process 20020129
37 SET_USER_EXCLUSIVE Instance method Public Method Changes User with Exclusive Change Authorization 20050127
38 STORE Instance method Public Method 20030927
Events
# Event Type Visibility Description Created on
1 AFTER_STORE Instance Event
(0)
Public
(2)
20040114
2 BEFORE_STORE Instance Event
(0)
Public
(2)
20040114
3 ON_CHECK_ALL Instance Event
(0)
Public
(2)
20040114
Types
Class IF_RECA_PROCESS_PARAM has no local type.
Method Signatures

Method ADD_CHILD Signature

Method ADD_CHILD on class IF_RECA_PROCESS_PARAM has no parameter.
Method ADD_CHILD on class IF_RECA_PROCESS_PARAM has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_OKAY Call by reference Type reference (TYPE) ABAP_BOOL 20021118
2 Importing IO_MSGLIST Value transfer Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20021118

Method CHECK on class IF_RECA_PROCESS_PARAM has no exception.

Method CHECK_ALL Signature

Method CHECK_ALL on class IF_RECA_PROCESS_PARAM has no parameter.
Method CHECK_ALL on class IF_RECA_PROCESS_PARAM has no exception.

Method CREATE_PROCESSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_GENERATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020121
2 Returning RD_PROCESSID Value transfer Type reference (TYPE) RECA_PROCESS_ID-PROCESSID Identifikation Abrechnung -> Referenzbelegnr Buchhaltung 20020121

Method CREATE_PROCESSID on class IF_RECA_PROCESS_PARAM has no exception.

Method FREE Signature

Method FREE on class IF_RECA_PROCESS_PARAM has no parameter.
Method FREE on class IF_RECA_PROCESS_PARAM has no exception.

Method GET_ADDITIONAL_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PARAM Value transfer Object reference (TYPE REF TO) CL_RECA_DATA_CONTAINER Container mit Daten (Wertübergabe) 20110727

Method GET_ADDITIONAL_PARAM on class IF_RECA_PROCESS_PARAM has no exception.

Method GET_CHILDREN Signature

Method GET_CHILDREN on class IF_RECA_PROCESS_PARAM has no parameter.
Method GET_CHILDREN on class IF_RECA_PROCESS_PARAM has no exception.

Method GET_EXTENSION Signature

Method GET_EXTENSION on class IF_RECA_PROCESS_PARAM has no parameter.
Method GET_EXTENSION on class IF_RECA_PROCESS_PARAM has no exception.

Method GET_FIELDSTATUS Signature

Method GET_FIELDSTATUS on class IF_RECA_PROCESS_PARAM has no parameter.
Method GET_FIELDSTATUS on class IF_RECA_PROCESS_PARAM has no exception.

Method GET_GENERATED_EXTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_EXTID Value transfer Type reference (TYPE) RECAPROCESSEXTID Externe Identifikation Prozess 20021001

Method GET_GENERATED_EXTID on class IF_RECA_PROCESS_PARAM has no exception.

Method GET_PARAM_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_T_RANGE Ranges zum Speichern von Selektionsbilderwerten 20021114

Method GET_PARAM_LIST on class IF_RECA_PROCESS_PARAM has no exception.

Method GET_PROCESSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_GENERATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20011219
2 Returning RD_PROCESSID Value transfer Type reference (TYPE) RECA_PROCESS_ID-PROCESSID Identifikation Abrechnung -> Referenzbelegnr Buchhaltung 20011219

Method GET_PROCESSID on class IF_RECA_PROCESS_PARAM has no exception.

Method GET_TDNAME_PREFIX Signature

Method GET_TDNAME_PREFIX on class IF_RECA_PROCESS_PARAM has no parameter.
Method GET_TDNAME_PREFIX on class IF_RECA_PROCESS_PARAM has no exception.

Method GET_TEXT_MNGR Signature

Method GET_TEXT_MNGR on class IF_RECA_PROCESS_PARAM has no parameter.
Method GET_TEXT_MNGR on class IF_RECA_PROCESS_PARAM has no exception.

Method GET_USER_EXCLUSIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_USER_EXCLUSIVE Value transfer Type reference (TYPE) RECAUSEREXCLUSIVE Benutzer mit exklusiver Änderungsberechtigung 20050127

Method GET_USER_EXCLUSIVE on class IF_RECA_PROCESS_PARAM has no exception.

Method INIT_BY_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DETAIL Call by reference Type reference (TYPE) RECA_PROCESS_ID Prozess-ID 20020129

Method INIT_BY_DETAIL on class IF_RECA_PROCESS_PARAM has no exception.

Method INIT_BY_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ACTIVITY Call by reference Type reference (TYPE) RECA1_ACTIVITY Aktivität 20011218
2 Importing ID_PROCESS Call by reference Type reference (TYPE) RECAPROCESS Prozess 20011217
3 Importing ID_PROCESSGUID Call by reference Type reference (TYPE) RECAPROCESSGUID Generischer Schlüssel des Prozesses 20080408
4 Importing IF_ARCHIVED Value transfer Type reference (TYPE) RECABOOL ABAP_FALSE Wird das Prozess aus dem Archiv gelesen? 20110325
5 Importing IF_AUTH_CHECK Call by reference Type reference (TYPE) ABAP_BOOL Tech: Default-Berechtigungsprüfungen durchführen? 20011218
6 Importing IF_ENQUEUE Call by reference Type reference (TYPE) ABAP_BOOL Tech: Default-Sperren verwenden? 20011218

Method INIT_BY_PROCESS on class IF_RECA_PROCESS_PARAM has no exception.

Method INIT_BY_TEMPLATE Signature

Method INIT_BY_TEMPLATE on class IF_RECA_PROCESS_PARAM has no parameter.
Method INIT_BY_TEMPLATE on class IF_RECA_PROCESS_PARAM has no exception.

Method IS_FIELDSTATUS_SET Signature

Method IS_FIELDSTATUS_SET on class IF_RECA_PROCESS_PARAM has no parameter.
Method IS_FIELDSTATUS_SET on class IF_RECA_PROCESS_PARAM has no exception.

Method IS_MODIFIED Signature

Method IS_MODIFIED on class IF_RECA_PROCESS_PARAM has no parameter.
Method IS_MODIFIED on class IF_RECA_PROCESS_PARAM has no exception.

Method IS_OK Signature

Method IS_OK on class IF_RECA_PROCESS_PARAM has no parameter.
Method IS_OK on class IF_RECA_PROCESS_PARAM has no exception.

Method REGISTER_ALL_CHILDREN Signature

Method REGISTER_ALL_CHILDREN on class IF_RECA_PROCESS_PARAM has no parameter.
Method REGISTER_ALL_CHILDREN on class IF_RECA_PROCESS_PARAM has no exception.

Method RELEASE Signature

Method RELEASE on class IF_RECA_PROCESS_PARAM has no parameter.
Method RELEASE on class IF_RECA_PROCESS_PARAM has no exception.

Method REVERSAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_IN_UPDATE_TASK Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE Verbuchung mit "IN UPDATE TASK" rufen 20011219
2 Importing IO_BY_PROCESS Value transfer Object reference (TYPE REF TO) IF_RECA_PROCESS allgemeine Beschreibung eines Prozesses 20020311
# Exception Resumable Description Created on
1 HAS_ERROR Beim Stornieren kam es zu einen Fehler 20020813

Method SET_ADDITIONAL_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARAM Call by reference Object reference (TYPE REF TO) CL_RECA_DATA_CONTAINER Container mit Daten (Wertübergabe) 20110727

Method SET_ADDITIONAL_PARAM on class IF_RECA_PROCESS_PARAM has no exception.

Method SET_DELETION_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_RESIDENCE_TIME Value transfer Type reference (TYPE) RECAARRESTIME1 Residenzzeit 1 in Tagen (Setzen Löschkennzeichen) 20110325
# Exception Resumable Description Created on
1 ERROR Fehler 20110325

Method SET_DETAIL_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PROCESSGUID Value transfer Type reference (TYPE) RECA_PROCESS_ID-PROCESSGUID Generischer Schlüssel eines Prozesses 20011217
2 Importing ID_VERSION Value transfer Type reference (TYPE) RECA_PROCESS_ID-VERSION SPACE Version des Prozesses 20011217
# Exception Resumable Description Created on
1 ERROR Fehler 20030319

Method SET_DETAIL_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PROCESSID Value transfer Type reference (TYPE) RECA_PROCESS_ID-PROCESSID Identifikation Abrechnung -> Referenzbelegnr Buchhaltung 20011217
2 Importing ID_VERSION Value transfer Type reference (TYPE) RECA_PROCESS_ID-VERSION SPACE Version des Prozesses 20011217
# Exception Resumable Description Created on
1 ERROR Fehler 20030319

Method SET_EXTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_EXTID Value transfer Type reference (TYPE) RECAPROCESSEXTID Externe Identifikation Prozess 20020930

Method SET_EXTID on class IF_RECA_PROCESS_PARAM has no exception.

Method SET_HAS_NEW_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_HAS_NEW_VERSION Call by reference Type reference (TYPE) RECAHASNEWVERSION Prozess hat eine neue Version 20060918

Method SET_HAS_NEW_VERSION on class IF_RECA_PROCESS_PARAM has no exception.

Method SET_MSGEXTNUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MSGEXTNUMBER Value transfer Type reference (TYPE) BALNREXT Anwendungs-Log: Externe Identifikation 20011219

Method SET_MSGEXTNUMBER on class IF_RECA_PROCESS_PARAM has no exception.

Method SET_NEW_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NEW_GUID Call by reference Type reference (TYPE) RECAGUID GUID (RAW16) 20060915

Method SET_NEW_GUID on class IF_RECA_PROCESS_PARAM has no exception.

Method SET_PARAM_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_RANGE Ranges zum Speichern von Selektionsbilderwerten 20021114

Method SET_PARAM_LIST on class IF_RECA_PROCESS_PARAM has no exception.

Method SET_PROCESSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_COUNTER Call by reference Type reference (TYPE) RECA_PROCESS_ID-COUNTER 20040305
2 Importing ID_FISC_YEAR Call by reference Type reference (TYPE) RECA_PROCESS_ID-FISC_YEAR 20040305
3 Importing ID_PROCESSID Call by reference Type reference (TYPE) RECA_PROCESS_ID-PROCESSID Identifikation Prozess -> Referenznr Buchhaltung 20040305

Method SET_PROCESSID on class IF_RECA_PROCESS_PARAM has no exception.

Method SET_PROCESSMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PROCESSMODE Value transfer Type reference (TYPE) RECAPROCESSMODE Aktuelle Modus eines Prozesses 20011219

Method SET_PROCESSMODE on class IF_RECA_PROCESS_PARAM has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TITLE Value transfer Type reference (TYPE) RECA_PROCESS_ID-TITLE Bezeichnung des Prozesses 20020129

Method SET_TITLE on class IF_RECA_PROCESS_PARAM has no exception.

Method SET_USER_EXCLUSIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_USER_EXCLUSIVE Call by reference Type reference (TYPE) RECAUSEREXCLUSIVE SY-UNAME Benutzer mit exklusiver Änderungsberechtigung 20050127

Method SET_USER_EXCLUSIVE on class IF_RECA_PROCESS_PARAM has no exception.

Method STORE Signature

Method STORE on class IF_RECA_PROCESS_PARAM has no parameter.
Method STORE on class IF_RECA_PROCESS_PARAM has no exception.
Event Signatures

Event AFTER_STORE Signature
Event AFTER_STORE on class IF_RECA_PROCESS_PARAM has no parameter.
Event BEFORE_STORE Signature
Event BEFORE_STORE on class IF_RECA_PROCESS_PARAM has no parameter.
Event ON_CHECK_ALL Signature
Event ON_CHECK_ALL on class IF_RECA_PROCESS_PARAM has no parameter.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RECA_MULTISTEP_PROC_PARAM Parameters for Processes with Several Substeps 20020730
2 Interface composition (i COMPRISING i_ref)  IF_RECA_SETTLEMENT_PARAM General Description of Process Parameter 20011217
3 Interface composition (i COMPRISING i_ref)  IF_REIT_OPTRATECALC_PARAM General Description of Process Parameter 20011218
4 Interface composition (i COMPRISING i_ref)  IF_REIT_TAX_CORR_CALC_PARAM Parameter for Input Tax Correction 20060207
5 Interface composition (i COMPRISING i_ref)  IF_REOR_COST_POSTING_PARAM Posting of Occupancy - Parameters of Process 20080508
6 Interface composition (i COMPRISING i_ref)  IF_RERA_ACR_PARAM Accrual Process: Parameters 20021210
7 Interface composition (i COMPRISING i_ref)  IF_RERA_ACR_REVERSAL_PARAM Accrual Process: Parameters 20050606
8 Interface composition (i COMPRISING i_ref)  IF_RERA_INVOICE_CREATION_PARAM Parameters for Creating RE Invoices 20040112
9 Interface composition (i COMPRISING i_ref)  IF_RERA_POSTING_PARAM Posting Process: Parameters 20020812
10 Interface composition (i COMPRISING i_ref)  IF_RERA_POSTING_PARAM_RECL Posting Process: Parameter Clearing 20120322
11 Interface composition (i COMPRISING i_ref)  IF_RERA_REVERSAL_PARAM Posting Process: Reversal Parameters 20011218
12 Interface composition (i COMPRISING i_ref)  IF_RESR_SETTLEMENT_PARAM Parameters for Sales-Based Settlement 20021017
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RECA_PROCESS_PARAM General Description of Process Parameter 20011217
History
Last changed by/on SAP  20130531 
SAP Release Created in