SAP ABAP Class IF_OS_FACTORY_DME (DME: Factory Interface)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CB_EXTERNAL_TABLE_DME | Generated Factory Class for CL_FLIGHT_DME | 19991027 |
Properties
| Class | IF_OS_FACTORY_DME | |
| Short Description | DME: Factory Interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 19981202 | SAP |
| Last change | 00000000 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 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 IF_OS_FACTORY_DME has no interface implemented.
Friends
Class IF_OS_FACTORY_DME has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | SDMET_BOOL | All Instances are Loaded | 20000105 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create Persistent Object | 19981202 | |
| 2 | Instance method | Public | Method | Delete Persistent Object | 19981202 | |
| 3 | Instance method | Public | Method | Gets all Loaded Instances | 20000105 | |
| 4 | Instance method | Public | Method | Gets all New, Deleted and Changed Instances | 19981202 | |
| 5 | Instance method | Public | Method | Get Persistent Object | 19981202 | |
| 6 | Instance method | Public | Method | Gets Object Status | 19981202 | |
| 7 | Instance method | Public | Method | Gets the Tupel for an Object | 19981202 | |
| 8 | Instance method | Public | Method | Get the Object for a Tupel | 19981202 | |
| 9 | Instance method | Public | Method | Sets the Attribute ALL_LOADED | 20000105 | |
| 10 | Instance method | Public | Method | Sets the Object Status | 20000131 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CREATED_PERSISTENT | Instance Event (0) |
Public (2) |
Persistent Object Created | 19981202 |
| 2 | DELETED | Instance Event (0) |
Public (2) |
Persistent Object Deleted | 19981202 |
Types
Class IF_OS_FACTORY_DME has no local type.
Method Signatures
Method CREATE_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Call by reference | Type reference (TYPE) | ANY | Schlüsselfelder | 19981202 | |||
| 2 | OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Ergebnisobjekt | 19981202 |
Method CREATE_PERSISTENT on class IF_OS_FACTORY_DME has no exception.
Method DELETE_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_OS_STATE_DME | Objekt | 19981202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 19981202 |
Method GET_ALL_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECTS | Value transfer | Type reference (TYPE) | SDMEC_COLLECTION | Objekte | 20000117 |
Method GET_ALL_OBJECTS on class IF_OS_FACTORY_DME has no exception.
Method GET_MODIFIED_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANGED_OBJECTS | Value transfer | Type reference (TYPE) | SDMEC_COLLECTION | geänderte Objekte | 19981202 | |||
| 2 | CREATED_OBJECTS | Value transfer | Type reference (TYPE) | SDMEC_COLLECTION | erzeugte Objekte | 19981202 | |||
| 3 | DELETED_OBJECTS | Value transfer | Type reference (TYPE) | SDMEC_COLLECTION | gelöschte Objekte | 19981202 |
Method GET_MODIFIED_OBJECTS on class IF_OS_FACTORY_DME has no exception.
Method GET_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Call by reference | Type reference (TYPE) | ANY | Schlüsselfelder | 19981202 | |||
| 2 | OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Ergebnisobjekt | 19981202 |
Method GET_PERSISTENT on class IF_OS_FACTORY_DME has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DELETED | Value transfer | Type reference (TYPE) | SDMET_BOOL | true <=> Objekt ist gelöscht | 19981202 | |||
| 2 | IS_DIRTY | Value transfer | Type reference (TYPE) | SDMET_BOOL | true <=> Objekt ist geändert | 19981202 | |||
| 3 | IS_FROMDB | Value transfer | Type reference (TYPE) | SDMET_BOOL | true <=> Objekt ist auf der DB | 19981202 | |||
| 4 | IS_PERSISTENT | Value transfer | Type reference (TYPE) | SDMET_BOOL | true <=> Objekt ist persistent | 19981202 | |||
| 5 | OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_OS_STATE_DME | Objekt | 19981202 |
Method GET_STATUS on class IF_OS_FACTORY_DME has no exception.
Method OBJECT_TO_RECORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_OS_STATE_DME | Objekt | 19981202 | |||
| 2 | RECORD | Call by reference | Type reference (TYPE) | ANY | Tupel | 19981202 |
Method OBJECT_TO_RECORD on class IF_OS_FACTORY_DME has no exception.
Method RECORD_TO_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Objekt | 20000117 | |||
| 2 | RECORD | Call by reference | Type reference (TYPE) | ANY | Tupel | 19981202 |
Method RECORD_TO_OBJECT on class IF_OS_FACTORY_DME has no exception.
Method SET_ALL_LOADED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATUS | Value transfer | Type reference (TYPE) | SDMET_BOOL | SDMET_TRUE | --- | 20000105 |
Method SET_ALL_LOADED on class IF_OS_FACTORY_DME has no exception.
Method SET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DELETED | Value transfer | Type reference (TYPE) | SDMET_BOOL | SDMET_FALSE | true <=> Objekt ist gelöscht | 20000131 | ||
| 2 | IS_DIRTY | Value transfer | Type reference (TYPE) | SDMET_BOOL | SDMET_FALSE | true <=> Objekt ist geändert | 20000131 | ||
| 3 | OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_OS_STATE_DME | Objekt | 20000131 |
Method SET_STATUS on class IF_OS_FACTORY_DME has no exception.
Event Signatures
Event CREATED_PERSISTENT Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Exporting | Value transfer | Object reference (TYPE REF TO) | OBJECT | Objekt | 19981202 |
Event DELETED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Exporting | Value transfer | Object reference (TYPE REF TO) | OBJECT | Objekt | 19981202 |
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in |