SAP ABAP Class CF_RERA_REVERSAL_POSTING (Reversal Posting Processes: Factory)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX-RA (Application Component) Rental Accounting
⤷
RE_RA_CA (Package) RE: Cross Application Rental Accounting

⤷

⤷

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 | 20011206 |
Properties
Class | CF_RERA_REVERSAL_POSTING | |
Short Description | Reversal Posting Processes: 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_RA_CA | RE: Cross Application Rental Accounting |
Created | 20011206 | SAP |
Last change | 20100310 | 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) |
Interfaces
Class CF_RERA_REVERSAL_POSTING has no interface implemented.
Friends
Class CF_RERA_REVERSAL_POSTING has no friend class.
Attributes
Class CF_RERA_REVERSAL_POSTING has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Creates a New Instance with Original Process | 20011206 |
2 | ![]() |
Static method | Public | Method | Generates Reversal Process Using List of Document GUIDs | 20061109 |
3 | ![]() |
Static method | Public | Method | Creates a New Instance | 20020320 |
4 | ![]() |
Static method | Public | Method | Creates Reversal Process According to List of Object Nos | 20030227 |
5 | ![]() |
Static method | Public | Method | Creates Reversal Process Acc. to List of Reference GUIDs | 20021211 |
Events
Class CF_RERA_REVERSAL_POSTING has no event.
Types
Class CF_RERA_REVERSAL_POSTING has no local type.
Method Signatures
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_MODE | Value transfer | Type reference (TYPE) | RECAPROCESSMODE | Buchungsmodus | 20011206 | ||
2 | ![]() |
ID_PROCEDURE | Value transfer | Type reference (TYPE) | STGRD | Grund für Storno oder Umkehrbuchung | 20021028 | ||
3 | ![]() |
ID_PROCESSID_ORIG | Value transfer | Type reference (TYPE) | RECAPROCESSID | Prozessid des zu stornierenden Prozesses | 20011217 | ||
4 | ![]() |
ID_PROCESS_ORIG | Value transfer | Type reference (TYPE) | RECAPROCESS | Zu stornierender Prozess | 20030325 | ||
5 | ![]() |
ID_PSTNGDATE | Value transfer | Type reference (TYPE) | RERAPSTNGDATE | Buchungsdatum | 20021029 | ||
6 | ![]() |
ID_PSTNGPERIOD | Value transfer | Type reference (TYPE) | RERAPSTNGPERIOD | Buchungsperiode | 20021029 | ||
7 | ![]() |
IF_KEEP_DOC | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Kennz.: Beleginformationen behalten (für Prot.) | 20051205 | |
8 | ![]() |
IF_SUPPRESS_ORIG_REV | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20020320 | ||
9 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RERA_REVERSAL_POSTING | Storno Buchen | 20011206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20030217 |
Method CREATE_BY_DOCGUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_MODE | Value transfer | Type reference (TYPE) | RECAPROCESSMODE | Buchungsmodus | 20061109 | ||
2 | ![]() |
ID_PROCEDURE | Value transfer | Type reference (TYPE) | STGRD | Grund für Storno oder Umkehrbuchung | 20061109 | ||
3 | ![]() |
ID_PSTNGDATE | Value transfer | Type reference (TYPE) | RERAPSTNGDATE | Buchungsdatum | 20061109 | ||
4 | ![]() |
ID_PSTNGPERIOD | Value transfer | Type reference (TYPE) | RERAPSTNGPERIOD | Buchungsperiode | 20061109 | ||
5 | ![]() |
IT_DOCGUID | Call by reference | Type reference (TYPE) | RE_T_GUID | Tabelle von RE-Beleg GUIDs | 20061109 | ||
6 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RERA_REVERSAL_POSTING | Storno Buchen | 20061109 |
Method CREATE_BY_DOCGUID on class CF_RERA_REVERSAL_POSTING has no exception.
Method CREATE_BY_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_MODE | Value transfer | Type reference (TYPE) | RECAPROCESSMODE | Buchungsmodus | 20020320 | ||
2 | ![]() |
ID_PROCEDURE | Value transfer | Type reference (TYPE) | STGRD | '01' | Grund für Storno oder Umkehrbuchung | 20021028 | |
3 | ![]() |
ID_PSTNGDATE | Value transfer | Type reference (TYPE) | RERAPSTNGDATE | Buchungsdatum | 20021029 | ||
4 | ![]() |
ID_PSTNGPERIOD | Value transfer | Type reference (TYPE) | RERAPSTNGPERIOD | Buchungsperiode | 20021029 | ||
5 | ![]() |
IF_KEEP_DOC | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Kennz.: Belege halten für Protokoll | 20051205 | |
6 | ![]() |
IF_SUPPRESS_ORIG_REV | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20020320 | ||
7 | ![]() |
IO_PROCESS | Call by reference | Object reference (TYPE REF TO) | IF_RECA_PROCESS | allgemeine Beschreibung eines Prozesses | 20020320 | ||
8 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RERA_REVERSAL_POSTING | Storno Buchen | 20020320 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20030217 |
Method CREATE_BY_OBJNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_MODE | Value transfer | Type reference (TYPE) | RECAPROCESSMODE | Buchungsmodus | 20030227 | ||
2 | ![]() |
ID_PROCEDURE | Value transfer | Type reference (TYPE) | STGRD | '01' | Grund für Storno oder Umkehrbuchung | 20030227 | |
3 | ![]() |
ID_PROCESS | Value transfer | Type reference (TYPE) | RECAPROCESS | Prozess | 20030324 | ||
4 | ![]() |
ID_PSTNGDATE | Value transfer | Type reference (TYPE) | RERAPSTNGDATE | Buchungsdatum | 20030227 | ||
5 | ![]() |
ID_PSTNGPERIOD | Value transfer | Type reference (TYPE) | RERAPSTNGPERIOD | Buchungsperiode | 20030227 | ||
6 | ![]() |
ID_PSTNGTYPE | Value transfer | Type reference (TYPE) | RERAPSTNGTYPE | Art des Buchungslaufs | 20060626 | ||
7 | ![]() |
IF_KEEP_DOC | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Kennz.: Beleginformationen behalten (für Prot.) | 20051205 | |
8 | ![]() |
IF_SUPPRESS_ORIG_REV | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030227 | ||
9 | ![]() |
IT_OBJNR | Call by reference | Type reference (TYPE) | RE_T_OBJNR | Liste von Objektnummern | 20030227 | ||
10 | ![]() |
IT_RSOBUKRS | Call by reference | Type reference (TYPE) | RE_T_RSOBUKRS | Select-Options Buchungskreis | 20030709 | ||
11 | ![]() |
IT_RSOFISCALYEAR | Call by reference | Type reference (TYPE) | RE_T_RSOFISCALYEAR | Select-Options für Geschäftsjahr | 20030709 | ||
12 | ![]() |
IT_RSOPROCESSID | Call by reference | Type reference (TYPE) | RE_T_RSOPROCESSID | Prozess-ID's | 20030709 | ||
13 | ![]() |
IT_RSOPSTNGDATE | Call by reference | Type reference (TYPE) | RE_T_RSOPSTNGDATE | Select-Options für Buchungsdatum | 20030709 | ||
14 | ![]() |
IT_RSOPSTNGPERIOD | Call by reference | Type reference (TYPE) | RE_T_RSOPSTNGPERIOD | Select-Options für Buchungsperiode | 20030709 | ||
15 | ![]() |
IT_RSOREFDOCID | Call by reference | Type reference (TYPE) | RE_T_RSOREFDOCID | Tabellentyp RSOREFDOCTYPE | 20070903 | ||
16 | ![]() |
IT_RSOREFDOCTYPE | Call by reference | Type reference (TYPE) | RE_T_RSOREFDOCTYPE | Tabellentyp RSOREFDOCTYPE | 20070903 | ||
17 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RERA_REVERSAL_POSTING | Storno Buchen | 20030227 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20030227 |
Method CREATE_BY_REFERENCEDOCGUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_MODE | Value transfer | Type reference (TYPE) | RECAPROCESSMODE | Buchungsmodus | 20021211 | ||
2 | ![]() |
ID_PROCEDURE | Value transfer | Type reference (TYPE) | STGRD | Grund für Storno oder Umkehrbuchung | 20021211 | ||
3 | ![]() |
ID_PSTNGDATE | Value transfer | Type reference (TYPE) | RERAPSTNGDATE | Buchungsdatum | 20021211 | ||
4 | ![]() |
ID_PSTNGPERIOD | Value transfer | Type reference (TYPE) | RERAPSTNGPERIOD | Buchungsperiode | 20021211 | ||
5 | ![]() |
IT_REFERENCEDOCGUID | Call by reference | Type reference (TYPE) | RE_T_GUID | Tabelle von Referenzguids | 20021211 | ||
6 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RERA_REVERSAL_POSTING | Storno Buchen | 20021211 |
Method CREATE_BY_REFERENCEDOCGUID on class CF_RERA_REVERSAL_POSTING has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 110 |