SAP ABAP Class IF_XO_MEMORY_OBJECT (Memory Object Definition)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | FSBP_CC_MO_BAL | New Entries in Application Log | 20101001 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | XO_MEMORY_OBJECT | Generic Memory Object | 20051121 |
Properties
Class | IF_XO_MEMORY_OBJECT | |
Short Description | Memory Object Definition | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20051017 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_XO_MEMORY_OBJECT has no forward declaration.
Interfaces
Class IF_XO_MEMORY_OBJECT has no interface implemented.
Friends
Class IF_XO_MEMORY_OBJECT has no friend class.
Attributes
Class IF_XO_MEMORY_OBJECT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | In Some Cases Can Be Called Instead of on_finalize | 20131014 |
2 | ![]() |
Instance method | Public | Method | Returns the Assigned Business Object | 20061204 |
3 | ![]() |
Instance method | Public | Method | Returns New and Old Stock of Data | 20051026 |
4 | ![]() |
Instance method | Public | Method | Returns Changed Data | 20051026 |
5 | ![]() |
Instance method | Public | Method | Returns Read Data | 20051026 |
6 | ![]() |
Instance method | Public | Method | Returns Current Details | 20100906 |
7 | ![]() |
Instance method | Public | Method | Returns Read Details | 20100906 |
8 | ![]() |
Instance method | Public | Method | Returns the Name of the Client Key Field | 20061201 |
9 | ![]() |
Instance method | Public | Method | Returns Object Key | 20051026 |
10 | ![]() |
Instance method | Public | Method | Returns the Name of the Key Field | 20061201 |
11 | ![]() |
Instance method | Public | Method | Returns Name of Object | 20051026 |
12 | ![]() |
Instance method | Public | Method | (Re-)Initializes Object Instance | 20051118 |
13 | ![]() |
Instance method | Public | Method | Indicates Whether This Is a Connector for a Business Object | 20070531 |
14 | ![]() |
Instance method | Public | Method | Indicates Whether Data Has Been Changed | 20051026 |
15 | ![]() |
Instance method | Public | Method | Indicates Whether Data Has Already Been Read | 20051026 |
16 | ![]() |
Instance method | Public | Method | Indicates Whether Object Has Been Created | 20051026 |
17 | ![]() |
Instance method | Public | Method | Sets Object Status to Initial | 20051118 |
18 | ![]() |
Instance method | Public | Method | Prompts Update of Data | 20051026 |
19 | ![]() |
Instance method | Public | Method | Sets New Current Data | 20051026 |
20 | ![]() |
Instance method | Public | Method | Sets New Details | 20100906 |
21 | ![]() |
Instance method | Public | Method | Starts Checking Data for Memory Object | 20051026 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | DATA_IS_MODIFIED | Instance Event (0) |
Public (2) |
Data Changed | 20051118 |
2 | DATA_IS_READ | Instance Event (0) |
Public (2) |
Blank Data Read | 20060124 |
3 | DATA_SUBMITTED_FOR_SAVE | Instance Event (0) |
Public (2) |
Data Registered for Update | 20051026 |
Types
Class IF_XO_MEMORY_OBJECT has no local type.
Method Signatures
Method FINALIZE_MY_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_FINAL_KEY_FOUND | Value transfer | Type reference (TYPE) | BOOLEAN | Finaler Schlüssel konnte ermittelt werden | 20131014 |
Method FINALIZE_MY_KEY on class IF_XO_MEMORY_OBJECT has no exception.
Method GET_ASSIGNED_BO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_BO | Value transfer | Object reference (TYPE REF TO) | IF_XO_BUSINESS_OBJECT | Business Object Definition | 20061204 |
Method GET_ASSIGNED_BO on class IF_XO_MEMORY_OBJECT has no exception.
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DATA_NEW | Call by reference | Type reference (TYPE) | STANDARD TABLE | Daten der Tabelle (alt) | 20051129 | ||
2 | ![]() |
E_DATA_OLD | Call by reference | Type reference (TYPE) | STANDARD TABLE | Daten der Tabelle (neu) | 20051129 |
Method GET_DATA on class IF_XO_MEMORY_OBJECT has no exception.
Method GET_DATA_NEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DATA_NEW | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20051026 |
Method GET_DATA_NEW on class IF_XO_MEMORY_OBJECT has no exception.
Method GET_DATA_OLD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DATA_OLD | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20051026 |
Method GET_DATA_OLD on class IF_XO_MEMORY_OBJECT has no exception.
Method GET_DETAILS_NEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DETAILS | Call by reference | Type reference (TYPE) | ANY | 20100906 | |||
2 | ![]() |
I_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | XO_IO_STRUCTURE_NAME | 20100906 |
Method GET_DETAILS_NEW on class IF_XO_MEMORY_OBJECT has no exception.
Method GET_DETAILS_OLD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DETAILS | Call by reference | Type reference (TYPE) | ANY | 20100906 | |||
2 | ![]() |
I_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | XO_IO_STRUCTURE_NAME | 20100906 |
Method GET_DETAILS_OLD on class IF_XO_MEMORY_OBJECT has no exception.
Method GET_MY_CLIENT_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_CLIENT_NAME | Value transfer | Type reference (TYPE) | XO_FIELD_NAME | Feldname | 20061201 |
Method GET_MY_CLIENT_NAME on class IF_XO_MEMORY_OBJECT has no exception.
Method GET_MY_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_KEY | Value transfer | Type reference (TYPE) | XO_OBJECT_KEY | Schlüsselparameter | 20051026 |
Method GET_MY_KEY on class IF_XO_MEMORY_OBJECT has no exception.
Method GET_MY_KEY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_KEY_NAME | Value transfer | Type reference (TYPE) | XO_KEY_NAME | Name des Schlüsselfelds | 20061201 |
Method GET_MY_KEY_NAME on class IF_XO_MEMORY_OBJECT has no exception.
Method GET_MY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_NAME | Value transfer | Type reference (TYPE) | XO_MEMORY_OBJECT_NAME | Name des Memory Objects | 20051026 |
Method GET_MY_NAME on class IF_XO_MEMORY_OBJECT has no exception.
Method INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INITIAL_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Initiale Daten | 20051118 | ||
2 | ![]() |
I_OBJECT_KEY | Call by reference | Type reference (TYPE) | XO_OBJECT_KEY | Schlüsselparameter | 20051118 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme: Ausführung nicht erlaubt | 20051214 |
Method IS_BO_CONNECTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_RESULT | Value transfer | Type reference (TYPE) | XO_BOOLE | Boole'scher Wert ('X' = True ' ' = False) | 20070531 |
Method IS_BO_CONNECTOR on class IF_XO_MEMORY_OBJECT has no exception.
Method IS_DATA_MODIFIED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_RESULT | Value transfer | Type reference (TYPE) | XO_BOOLE | Boole'scher Wert ('X' = True ' ' = False) | 20051026 |
Method IS_DATA_MODIFIED on class IF_XO_MEMORY_OBJECT has no exception.
Method IS_DATA_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_RESULT | Value transfer | Type reference (TYPE) | XO_BOOLE | Boole'scher Wert ('X' = True ' ' = False) | 20051026 |
Method IS_DATA_READ on class IF_XO_MEMORY_OBJECT has no exception.
Method IS_OBJECT_NEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_RESULT | Value transfer | Type reference (TYPE) | XO_BOOLE | Boole'scher Wert ('X' = True ' ' = False) | 20051026 |
Method IS_OBJECT_NEW on class IF_XO_MEMORY_OBJECT has no exception.
Method RESET Signature
Method RESET on class IF_XO_MEMORY_OBJECT has no parameter.
Method RESET on class IF_XO_MEMORY_OBJECT has no exception.
Method SAVE_DATA Signature
Method SAVE_DATA on class IF_XO_MEMORY_OBJECT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme: Ausführung nicht erlaubt | 20051215 |
Method SET_DATA_NEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATA_NEW | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20051026 |
Method SET_DATA_NEW on class IF_XO_MEMORY_OBJECT has no exception.
Method SET_DETAILS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DETAILS | Call by reference | Type reference (TYPE) | ANY | 20100906 | |||
2 | ![]() |
I_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | XO_IO_STRUCTURE_NAME | 20100906 |
Method SET_DETAILS on class IF_XO_MEMORY_OBJECT has no exception.
Method VALIDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_RESULTS | Value transfer | Type reference (TYPE) | TTY_XO_MESSAGE | Nachrichten | 20051026 |
Method VALIDATE on class IF_XO_MEMORY_OBJECT has no exception.
Event Signatures
Event DATA_IS_MODIFIED Signature
Event DATA_IS_MODIFIED on class IF_XO_MEMORY_OBJECT has no parameter.
Event DATA_IS_READ Signature
Event DATA_IS_READ on class IF_XO_MEMORY_OBJECT has no parameter.
Event DATA_SUBMITTED_FOR_SAVE Signature
Event DATA_SUBMITTED_FOR_SAVE on class IF_XO_MEMORY_OBJECT has no parameter.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in |