SAP ABAP Class CF_RECA_STORABLE (Services for Storable Objects)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX (Application Component) Flexible Real Estate Management
⤷
RE_CA_AP (Package) RE: Application Components (Application-Related Objects)
⤷
⤷
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 | 20010816 |
Properties
| Class | CF_RECA_STORABLE | |
| Short Description | Services for Storable Objects | |
| Super Class | CF_RECA_OBJECT | Object That Can Be Instantiated: Factory |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RE_CA_AP | RE: Application Components (Application-Related Objects) |
| Created | 20010804 | SAP |
| Last change | 20110908 | 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) |
Interfaces
Class CF_RECA_STORABLE has no interface implemented.
Friends
Class CF_RECA_STORABLE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Collect Data in Update? (PERFORM ON COMMIT) | 20030129 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | RECABOOL | ABAP_FALSE | Message Buffering Switched Off | 20110315 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Perform COMMIT WORK | 20020102 | |
| 2 | Static method | Public | Method | Switches Off Message Buffering (see CL_RECA_STORABLE) | 20110315 | |
| 3 | Static method | Public | Method | Supplies Changed Data from 2 Internal Tables (See Docu) | 20030220 | |
| 4 | Static method | Public | Method | Replaces CHANGEDOCUMENT_PREPARE_TABLES (see documentation) | 20020415 | |
| 5 | Static method | Public | Method | Gets the Check Context (see CL_RECA_STORABLE) | 20100609 | |
| 6 | Static method | Public | Method | Execute ROLLBACK WORK | 20020102 | |
| 7 | Static method | Private | Method | Stores Log Entry by Number of Instanced Objects | 20020111 |
Events
Class CF_RECA_STORABLE has no event.
Types
Class CF_RECA_STORABLE has no local type.
Method Signatures
Method COMMIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_ERROR | Value transfer | Type reference (TYPE) | ABAP_BOOL | Fehler in der Verbuchung (nur bei AND WAIT möglich) | 20020102 | |||
| 2 | IF_BAPI | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | BAPI_TRANSACTION_COMMIT verwenden | 20040210 | ||
| 3 | IF_RESET_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Tabellenpuffer löschen | 20020102 | ||
| 4 | IF_WAIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ... AND WAIT | 20020102 |
Method COMMIT on class CF_RECA_STORABLE has no exception.
Method DISABLE_MSGLIST_BUFFER Signature
Method DISABLE_MSGLIST_BUFFER on class CF_RECA_STORABLE has no parameter.
Method DISABLE_MSGLIST_BUFFER on class CF_RECA_STORABLE has no exception.
Method GET_CHANGED_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Call by reference | Type reference (TYPE) | C | 'F' = Tab. sind verschieden; 'T' = Tab. sind gleich | 20030220 | |||
| 2 | TABLENAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Tabellenstruktur zum Bestimmen der Schlüsselfelder | 20030220 | |||
| 3 | TABLE_DELETED | Call by reference | Type reference (TYPE) | INDEX TABLE | Tabelle mit den gelöschten Daten | 20030220 | |||
| 4 | TABLE_INSERTED | Call by reference | Type reference (TYPE) | INDEX TABLE | Tabelle mit den eingefügten Daten | 20030220 | |||
| 5 | TABLE_NEW | Call by reference | Type reference (TYPE) | INDEX TABLE | Tabelle mit veränderten Daten | 20030220 | |||
| 6 | TABLE_OLD | Call by reference | Type reference (TYPE) | INDEX TABLE | Tabelle mit ursprünglichen Daten | 20030220 | |||
| 7 | TABLE_UPDATED | Call by reference | Type reference (TYPE) | INDEX TABLE | Tabelle mit den geänderten Daten | 20030220 | |||
| 8 | TABLE_UPDATED_OLD | Call by reference | Type reference (TYPE) | INDEX TABLE | Tabelle mit den geänderten Daten im Ursprungszustand | 20030220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Aufruf von NAMETAB_GET | 20030220 |
Method GET_CHANGE_INDICATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DELETE_INDICATOR | Call by reference | Type reference (TYPE) | C | 'E' | ' ' = Keine; 'E' = Ident.Einträge; 'A' = alle mit KZ <> ' ' | 20020605 | ||
| 2 | RESULT | Call by reference | Type reference (TYPE) | C | 'F' = Tab. sind verschieden; 'T' = Tab. sind gleich | 20020415 | |||
| 3 | TABLENAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Tabellenstruktur der internen Tabellen | 20020415 | |||
| 4 | TABLE_NEW | Call by reference | Type reference (TYPE) | INDEX TABLE | Tabelle mit veränderten Daten | 20020415 | |||
| 5 | TABLE_OLD | Call by reference | Type reference (TYPE) | INDEX TABLE | Tabelle mit unveränderten Daten | 20020415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Aufruf von NAMETAB_GET | 20020415 | ||
| 2 | Länge der Tabellenzeile reicht nicht zum Setzen des Kennz. | 20020415 |
Method GET_CHECK_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_USE_MSGLIST_BUFFER | Call by reference | Type reference (TYPE) | RECABOOL | Nachrichtenpuffer beim Prüfen verwenden? | 20100609 | |||
| 2 | EF_USE_TOP_CHECK_ALL | Call by reference | Type reference (TYPE) | RECABOOL | Prüfung nur auf oberste Ebene (BO) wenn Anzeigemodus aktiv? | 20100609 |
Method GET_CHECK_CONTEXT on class CF_RECA_STORABLE has no exception.
Method ROLLBACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_RESET_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Tabellenpuffer löschen | 20020102 |
Method ROLLBACK on class CF_RECA_STORABLE has no exception.
Method _WRITE_LOG Signature
Method _WRITE_LOG on class CF_RECA_STORABLE has no parameter.
Method _WRITE_LOG on class CF_RECA_STORABLE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 110 |