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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 7 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 8 | 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 | Constant | Protected | Type reference (TYPE) | XUOBJECT | '' | Authorization Object | 20011128 | ||
| 2 | Constant | Protected | Type reference (TYPE) | ENQNAME | 'EFITEILNME' | Lock Object | 20011128 | ||
| 3 | Static Attribute | Private | Type reference (TYPE) | MTYPE_T_BUFFER_ENQUEUE | Buffer for Locks | 20080603 | |||
| 4 | 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 | Static method | Public | Method | Creates New Business Object | 20011128 | |
| 2 | Static method | Public | Method | Removes All Locks from ENQUEUE | 20080603 | |
| 3 | Static method | Public | Method | Removes All Locks by ENQUEUE_BY_COMPANY_CODE | 20080418 | |
| 4 | Static method | Public | Method | Locks the Option Rate Determination | 20080602 | |
| 5 | Static method | Public | Method | Locks Option Rate Determination for Company Codes | 20080418 | |
| 6 | Static method | Public | Method | Checks Existence of Business Objects Using Business Key | 20011128 | |
| 7 | Static method | Public | Method | Delivers Instances of Business Objects Using Business Key | 20011128 | |
| 8 | Static method | Public | Method | Delivers Instances of Business Objects Using Basic Data | 20011128 | |
| 9 | Static method | Public | Method | Is external number assignment active? | 20011128 | |
| 10 | 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 | ID_ORCALCEXTID | Value transfer | Type reference (TYPE) | REITORCALCEXTID | Ext. Identifikation eines Laufes der Optionssatzermittlung | 20011128 | |||
| 2 | ID_ORDATE | Value transfer | Type reference (TYPE) | REITORDATE | Stichtag, zu dem der Optionssatz ermittelt werden soll | 20011128 | |||
| 3 | IF_AUTH_CHECK | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Tech: Default-Berechtigungsprüfungen durchführen? | 20011128 | ||
| 4 | IF_ENQUEUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Tech: Default-Sperren verwenden? | 20011128 | ||
| 5 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_REIT_OPTIONRATE_CALCULATION | Optionssatzermittlung | 20011128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ID_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20080602 | |||
| 2 | ID_OBJTYPE | Call by reference | Type reference (TYPE) | RECAOBJTYPE | Objektart | 20080602 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20080602 |
Method ENQUEUE_BY_COMPANY_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20080418 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20080418 |
Method EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_SETTL_GUID | Value transfer | Type reference (TYPE) | VISCSETTL-SETTL_GUID | GUID in Real Estate (RAW16) | 20011128 | |||
| 2 | IF_BYPASSING_BUFFER | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Tech: Lesen von DB ohne Verwendung des Puffers | 20011128 | ||
| 3 | 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 | ID_ACTIVITY | Value transfer | Type reference (TYPE) | RECA1_ACTIVITY | RECA1_ACTIVITY-DISPLAY | Aktivität: Ändern/Anzeigen | 20011128 | ||
| 2 | ID_ORCALCEXTID | Value transfer | Type reference (TYPE) | REITORCALCEXTID | Ext. Identifikation eines Laufes der Optionssatzermittlung | 20011129 | |||
| 3 | IF_AUTH_CHECK | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Tech: Default-Berechtigungsprüfungen durchführen? | 20011128 | ||
| 4 | IF_ENQUEUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Tech: Default-Sperren verwenden? | 20011128 | ||
| 5 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_REIT_OPTIONRATE_CALCULATION | Optionssatzermittlung | 20011128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20011128 |
Method FIND_BY_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_ACTIVITY | Value transfer | Type reference (TYPE) | RECA1_ACTIVITY | RECA1_ACTIVITY-DISPLAY | Aktivität: Ändern/Anzeigen | 20011128 | ||
| 2 | IF_AUTH_CHECK | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Tech: Default-Berechtigungsprüfungen durchführen? | 20011128 | ||
| 3 | IF_ENQUEUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Tech: Default-Sperren verwenden? | 20011128 | ||
| 4 | IF_WITH_MSGLIST | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Meldungsprotokoll lesen | 20120918 | ||
| 5 | IS_DETAIL | Call by reference | Type reference (TYPE) | REITORCALCPARAM | Parameter des Optionssatzberechnungslaufes | 20011128 | |||
| 6 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_REIT_OPTIONRATE_CALCULATION | Optionssatzermittlung | 20011128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20011128 |
Method IS_EXT_NUMBER_ASSIGNMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RF_EXTERNAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | Externe Nummernvergabe? | 20011128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ET_OBJ_L | Call by reference | Type reference (TYPE) | RE_T_REITORCALCOBJ_L | Tabelle mit Ergebnis der Optionssatzermittlung (Objekt) | 20020430 | |||
| 2 | ET_SUBOBJ_L | Call by reference | Type reference (TYPE) | RE_T_REITORCALCSUBOBJ_L | Tabelle mit Ergebnis der Optionssatzermittlung (Obj+Subobj) | 20020430 | |||
| 3 | ET_SUBOBJ_ONLY_L | Call by reference | Type reference (TYPE) | RE_T_REITORCALCSUBOBJ_L | Tabelle mit Ergebnis der Optionssatzermittlung (nur Subobj) | 20080401 | |||
| 4 | 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 |