SAP ABAP Class CF_REIT_OPTIONRATE_CALCULATION (Option Rate Determination: Factory)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-IT (Application Component) Input Tax Treatment
     RE_IT_OR (Package) RE: Input Tax - Option Rate
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CF_RECA_OBJECT Object That Can Be Instantiated: Factory 20011128
Properties
Class CF_REIT_OPTIONRATE_CALCULATION  
Short Description Option Rate Determination: Factory    
Super Class CF_RECA_OBJECT Object That Can Be Instantiated: Factory 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RE_IT_OR   RE: Input Tax - Option Rate 
Created 20011128   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 RECA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RECA3 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RECA4 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
7 REIT0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
8 RESC1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CF_REIT_OPTIONRATE_CALCULATION has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CF_RECA_OBJECT 20011218 Object That Can Be Instantiated: Factory
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_AUTH_OBJECT Constant Protected Type reference (TYPE) XUOBJECT '' Authorization Object 20011128
2 MC_ENQU_OBJECT Constant Protected Type reference (TYPE) ENQNAME 'EFITEILNME' Lock Object 20011128
3 MT_BUFFER_ENQUEUE Static Attribute Private Type reference (TYPE) MTYPE_T_BUFFER_ENQUEUE Buffer for Locks 20080603
4 MT_BUFFER_ENQUEUE_CC Static Attribute Private Type reference (TYPE) MTYPE_T_BUFFER_ENQUEUE_CC Buffer for Locked Company Codes 20080418
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Creates New Business Object 20011128
2 DEQUEUE Static method Public Method Removes All Locks from ENQUEUE 20080603
3 DEQUEUE_ALL Static method Public Method Removes All Locks by ENQUEUE_BY_COMPANY_CODE 20080418
4 ENQUEUE Static method Public Method Locks the Option Rate Determination 20080602
5 ENQUEUE_BY_COMPANY_CODE Static method Public Method Locks Option Rate Determination for Company Codes 20080418
6 EXISTS Static method Public Method Checks Existence of Business Objects Using Business Key 20011128
7 FIND Static method Public Method Delivers Instances of Business Objects Using Business Key 20011128
8 FIND_BY_DETAIL Static method Public Method Delivers Instances of Business Objects Using Basic Data 20011128
9 IS_EXT_NUMBER_ASSIGNMENT Static method Public Method Is external number assignment active? 20011128
10 PREPARE_RESULT_FOR_DISP Static method Public Method Prepares Result of Option Rate Determination for Display 20020430
Events
Class CF_REIT_OPTIONRATE_CALCULATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTYPE_S_BUFFER_ENQUEUE Private See coding 20080603 BEGIN OF mtype_s_buffer_enqueue, objtype TYPE recaobjtype, bukrs TYPE bukrs, END OF mtype_s_buffer_enqueue
2 MTYPE_S_BUFFER_ENQUEUE_CC Private See coding Buffer for Locked Company Codes (Structure) 20080418 BEGIN OF mtype_s_buffer_enqueue_cc, * processguid TYPE reca_process_id-processguid, bukrs TYPE reexc_company_code-bukrs, END OF mtype_s_buffer_enqueue_cc
3 MTYPE_T_BUFFER_ENQUEUE Private See coding 20080603 mtype_t_buffer_enqueue TYPE STANDARD TABLE OF mtype_s_buffer_enqueue
4 MTYPE_T_BUFFER_ENQUEUE_CC Private See coding Buffer for Locked Company Codes (Table) 20080418 mtype_t_buffer_enqueue_cc TYPE STANDARD TABLE OF mtype_s_buffer_enqueue_cc
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ORCALCEXTID Value transfer Type reference (TYPE) REITORCALCEXTID Ext. Identifikation eines Laufes der Optionssatzermittlung 20011128
2 Importing ID_ORDATE Value transfer Type reference (TYPE) REITORDATE Stichtag, zu dem der Optionssatz ermittelt werden soll 20011128
3 Importing IF_AUTH_CHECK Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Tech: Default-Berechtigungsprüfungen durchführen? 20011128
4 Importing IF_ENQUEUE Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Tech: Default-Sperren verwenden? 20011128
5 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_REIT_OPTIONRATE_CALCULATION Optionssatzermittlung 20011128
# Exception Resumable Description Created on
1 ERROR Fehler 20011128

Method DEQUEUE Signature

Method DEQUEUE on class CF_REIT_OPTIONRATE_CALCULATION has no parameter.
Method DEQUEUE on class CF_REIT_OPTIONRATE_CALCULATION has no exception.

Method DEQUEUE_ALL Signature

Method DEQUEUE_ALL on class CF_REIT_OPTIONRATE_CALCULATION has no parameter.
Method DEQUEUE_ALL on class CF_REIT_OPTIONRATE_CALCULATION has no exception.

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20080602
2 Importing ID_OBJTYPE Call by reference Type reference (TYPE) RECAOBJTYPE Objektart 20080602
# Exception Resumable Description Created on
1 ERROR Fehler 20080602

Method ENQUEUE_BY_COMPANY_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20080418
# Exception Resumable Description Created on
1 ERROR Fehler 20080418

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_SETTL_GUID Value transfer Type reference (TYPE) VISCSETTL-SETTL_GUID GUID in Real Estate (RAW16) 20011128
2 Importing IF_BYPASSING_BUFFER Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Tech: Lesen von DB ohne Verwendung des Puffers 20011128
3 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Business-Objekt vorhanden 20011128

Method EXISTS on class CF_REIT_OPTIONRATE_CALCULATION has no exception.

Method FIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ACTIVITY Value transfer Type reference (TYPE) RECA1_ACTIVITY RECA1_ACTIVITY-DISPLAY Aktivität: Ändern/Anzeigen 20011128
2 Importing ID_ORCALCEXTID Value transfer Type reference (TYPE) REITORCALCEXTID Ext. Identifikation eines Laufes der Optionssatzermittlung 20011129
3 Importing IF_AUTH_CHECK Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Tech: Default-Berechtigungsprüfungen durchführen? 20011128
4 Importing IF_ENQUEUE Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Tech: Default-Sperren verwenden? 20011128
5 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_REIT_OPTIONRATE_CALCULATION Optionssatzermittlung 20011128
# Exception Resumable Description Created on
1 ERROR Fehler 20011128

Method FIND_BY_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ACTIVITY Value transfer Type reference (TYPE) RECA1_ACTIVITY RECA1_ACTIVITY-DISPLAY Aktivität: Ändern/Anzeigen 20011128
2 Importing IF_AUTH_CHECK Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Tech: Default-Berechtigungsprüfungen durchführen? 20011128
3 Importing IF_ENQUEUE Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Tech: Default-Sperren verwenden? 20011128
4 Importing IF_WITH_MSGLIST Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE Meldungsprotokoll lesen 20120918
5 Importing IS_DETAIL Call by reference Type reference (TYPE) REITORCALCPARAM Parameter des Optionssatzberechnungslaufes 20011128
6 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_REIT_OPTIONRATE_CALCULATION Optionssatzermittlung 20011128
# Exception Resumable Description Created on
1 ERROR Fehler 20011128

Method IS_EXT_NUMBER_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_EXTERNAL Value transfer Type reference (TYPE) ABAP_BOOL Externe Nummernvergabe? 20011128
# Exception Resumable Description Created on
1 NOT_FOUND Nummernkreis nicht gefunden 20011128

Method PREPARE_RESULT_FOR_DISP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJ_L Call by reference Type reference (TYPE) RE_T_REITORCALCOBJ_L Tabelle mit Ergebnis der Optionssatzermittlung (Objekt) 20020430
2 Exporting ET_SUBOBJ_L Call by reference Type reference (TYPE) RE_T_REITORCALCSUBOBJ_L Tabelle mit Ergebnis der Optionssatzermittlung (Obj+Subobj) 20020430
3 Exporting ET_SUBOBJ_ONLY_L Call by reference Type reference (TYPE) RE_T_REITORCALCSUBOBJ_L Tabelle mit Ergebnis der Optionssatzermittlung (nur Subobj) 20080401
4 Importing ITX_CALC_RESULT Call by reference Type reference (TYPE) RE_T_REITORXCALCRESULT Tabelle (tief) mit Ergebnis der Optionssatzermittlung 20020430

Method PREPARE_RESULT_FOR_DISP on class CF_REIT_OPTIONRATE_CALCULATION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 110