SAP ABAP Class IF_RSO_TLOGO_PERSISTENCY (Generic Persistency Operations and Types for TLOGO Objects)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSO_TLOGO_PERSISTENCY | BW TLOGO: generic DB operations | 20090805 |
Properties
| Class | IF_RSO_TLOGO_PERSISTENCY | |
| Short Description | Generic Persistency Operations and Types for TLOGO Objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090805 | 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) |
Interfaces
Class IF_RSO_TLOGO_PERSISTENCY has no interface implemented.
Friends
Class IF_RSO_TLOGO_PERSISTENCY has no friend class.
Attributes
Class IF_RSO_TLOGO_PERSISTENCY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read TLOGO-Specific Objects (Outside of SOBJ) | 20100225 | |
| 2 | Instance method | Public | Method | Persist TLOGO-Specific Objects Outside of SOBJ | 20100225 |
Events
Class IF_RSO_TLOGO_PERSISTENCY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_S_TLOGO_TABLE | Public | See coding | Name, SQL I/O Conditions and Data of a TLOGO Table | 20090805 | BEGIN OF gt_s_tlogo_table,
tabname TYPE ddobjname,
where_clause TYPE string,
data TYPE REF TO data,
END OF gt_s_tlogo_table
|
|
| 2 | GT_T_TLOGO_TABLE | Public | See coding | Data from all persistency tables of a TLOGO object | 20090805 | gt_t_tlogo_table TYPE SORTED TABLE OF gt_s_tlogo_table WITH KEY tabname
|
Method Signatures
Method READ_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Objektversion | 20100225 | ||
| 2 | I_ON_MISSING_GET_ACTIVE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Wenn angeforderte Version nicht vorhanden, aktive aulesen | 20100225 | ||
| 3 | I_WITH_EXISTENTIAL_DEPENDENT | Call by reference | Type reference (TYPE) | RS_BOOL | Mit existentiellen Abhängigkeiten lesen | 20100225 | |||
| 4 | R_OBJVERS | Value transfer | Type reference (TYPE) | RSOBJVERS | Objektversion, die tatsächlich gelesen wurde | 20100225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Objekt nicht gefunden | 20100226 |
Method WRITE_TO_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETLEVEL | Call by reference | Type reference (TYPE) | BAL_S_MSG-DETLEVEL | '1' | Anwendungs-Log: Detaillierungsgrad | 20100225 | ||
| 2 | R_SUBRC | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20100225 |
Method WRITE_TO_DB on class IF_RSO_TLOGO_PERSISTENCY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |