SAP ABAP Class IF_OS_FACTORY (Interface of a Factory)
Meta Relationship - Used By
Properties
| Class | IF_OS_FACTORY | |
| Short Description | Interface of a Factory | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 19981127 | SAP |
| Last change | 20010426 | 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_OS_FACTORY has no interface implemented.
Friends
Class IF_OS_FACTORY has no friend class.
Attributes
Class IF_OS_FACTORY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Generate a Persistent Object | 19981127 | |
| 2 | Instance method | Public | Method | Generate a Persistent Object with Business Key | 19981203 | |
| 3 | Instance method | Public | Method | Creates a Transient Object | 19981127 | |
| 4 | Instance method | Public | Method | Generate a Transient Object Using Business Key | 20010106 | |
| 5 | Instance method | Public | Method | Deletes a Persistent Object | 19981127 | |
| 6 | Instance method | Public | Method | Force Object To Refresh When It Is Next Accessed | 20000310 | |
| 7 | Instance method | Public | Method | Release Object from Administration | 20000310 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CREATED_PERSISTENT | Instance Event (0) |
Public (2) |
Persistent Object Generated | 19981203 |
| 2 | CREATED_TRANSIENT | Instance Event (0) |
Public (2) |
Transient Object Generated | 19981202 |
| 3 | DELETED | Instance Event (0) |
Public (2) |
Object Deleted | 19981202 |
| 4 | LOADED_WITHOUT_STATE | Instance Event (0) |
Public (2) |
Object Loaded Without State | 19981202 |
| 5 | LOADED_WITH_STATE | Instance Event (0) |
Public (2) |
Object Loaded With State | 19981202 |
| 6 | TO_BE_DELETED | Instance Event (0) |
Public (2) |
Object will be deleted immediately | 19981202 |
Types
Class IF_OS_FACTORY 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 | RESULT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Erzeugtes Objekt | 19990210 |
Method CREATE_PERSISTENT on class IF_OS_FACTORY has no exception.
Method CREATE_PERSISTENT_BY_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEY | Call by reference | Type reference (TYPE) | ANY | BWL-Schlüssel | 19990210 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Erzeugtes Objekt | 19990210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services: Objekt existiert | 20010111 |
Method CREATE_TRANSIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Erzeugtes Objekt | 19990210 |
Method CREATE_TRANSIENT on class IF_OS_FACTORY has no exception.
Method CREATE_TRANSIENT_BY_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KEY | Call by reference | Type reference (TYPE) | ANY | BWL-Schlüssel | 20010106 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Erzeugtes Objekt | 20010106 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services: Objekt existiert | 20010111 |
Method DELETE_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_OS_STATE | Zu löschendes Objekt | 19990210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services: Objekt existiert nicht | 20010111 |
Method REFRESH_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_OS_STATE | betroffenes Objekt | 20000310 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services: Objekt kann nicht nachgeladen werden | 20010111 |
Method RELEASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_OS_STATE | Zu entfernendes Objekt | 20000310 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services: Objekt kann nicht entfernt werden | 20010111 |
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) | IF_OS_STATE | Objekt auf das sich das Ereignis bezieht | 19981203 |
Event CREATED_TRANSIENT 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) | IF_OS_STATE | Objekt auf das sich das Ereignis bezieht | 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) | IF_OS_STATE | Objekt auf das sich das Ereignis bezieht | 19981202 |
Event LOADED_WITHOUT_STATE 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) | IF_OS_STATE | Objekt auf das sich das Ereignis bezieht | 19981202 |
Event LOADED_WITH_STATE 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) | IF_OS_STATE | Objekt auf das sich das Ereignis bezieht | 19981202 | ||
| 2 | WRITE_ACCESS | Exporting | Value transfer | Type reference (TYPE) | OS_BOOLEAN | 'X' | Flag: Laden erfolgte aufgrund 'write access'. | 19990916 |
Event TO_BE_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) | IF_OS_STATE | Objekt auf das sich das Ereignis bezieht | 19981202 |
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20010426 |
| SAP Release Created in |