SAP ABAP Interface IF_FSBP_MEMORY_OBJECT (Memory Object - Definition)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
FS-BP (Application Component) Business Partner
⤷
FS_BP_DEPRECATED_731 (Package) FS_BP_DEPRECATED_731
⤷
⤷
Properties
| Interface | IF_FSBP_MEMORY_OBJECT | |
| Short Description | Memory Object - Definition |
General Data
| Package | FS_BP_DEPRECATED_731 | FS_BP_DEPRECATED_731 |
| Created | 20041111 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_FSBP_MEMORY_OBJECT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FSBP_VALIDATION_TARGET | Object to Be Checked | 20041124 |
Friends
Interface IF_FSBP_MEMORY_OBJECT has no friend.
Attributes
Interface IF_FSBP_MEMORY_OBJECT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns New and Old Stock of Data | 20041111 | |
| 2 | Instance method | Public | Method | Returns Changed Data | 20041111 | |
| 3 | Instance method | Public | Method | Returns Read Data | 20041111 | |
| 4 | Instance method | Public | Method | Returns Partner Numbers | 20041111 | |
| 5 | Instance method | Public | Method | Returns Name of Table | 20041111 | |
| 6 | Instance method | Public | Method | Indicates Whether Data Has Changed | 20041111 | |
| 7 | Instance method | Public | Method | Indicates Whether Database Has Read Data | 20041111 | |
| 8 | Instance method | Public | Method | Indicates Whether Partner Number Is Temporary | 20041216 | |
| 9 | Instance method | Public | Method | Resets Object to Initial Status | 20060908 | |
| 10 | Instance method | Public | Method | Prompts Save of Data to Database | 20041111 | |
| 11 | Instance method | Public | Method | Stores New/Changed Data in Memory | 20041111 | |
| 12 | Instance method | Public | Method | Replaces Partner Number in Memory | 20041216 | |
| 13 | Instance method | Public | Method | Starts Validation for Memory Object | 20041124 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | DATA_IS_MODIFIED | Instance Event (0) |
Public (2) |
Data Has Changed | 20041117 |
| 2 | DATA_SUBMITTED_FOR_SAVE | Instance Event (0) |
Public (2) |
Data Transferred to Check | 20050110 |
Types
Interface IF_FSBP_MEMORY_OBJECT has no local type.
Method Signatures
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 | Geänderte Daten | 20041111 | |||
| 2 | E_DATA_OLD | Call by reference | Type reference (TYPE) | STANDARD TABLE | Gelesene Daten | 20041111 |
Method GET_DATA on Interface IF_FSBP_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 | Geänderte Daten | 20041111 |
Method GET_DATA_NEW on Interface IF_FSBP_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 | Gelesene Daten | 20041111 |
Method GET_DATA_OLD on Interface IF_FSBP_MEMORY_OBJECT has no exception.
Method GET_PARTNER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PARTNER | Value transfer | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20041111 |
Method GET_PARTNER on Interface IF_FSBP_MEMORY_OBJECT has no exception.
Method GET_TABLE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TABLE_NAME | Value transfer | Type reference (TYPE) | FSBP_TABLE_NAME | Tabellenname | 20041111 |
Method GET_TABLE_NAME on Interface IF_FSBP_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) | BOOLE-BOOLE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20041111 |
Method IS_DATA_MODIFIED on Interface IF_FSBP_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) | BOOLE-BOOLE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20041111 |
Method IS_DATA_READ on Interface IF_FSBP_MEMORY_OBJECT has no exception.
Method IS_PARTNER_ID_TEMPORARY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT | Value transfer | Type reference (TYPE) | BOOLE-BOOLE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20041216 |
Method IS_PARTNER_ID_TEMPORARY on Interface IF_FSBP_MEMORY_OBJECT has no exception.
Method RESET Signature
Method RESET on Interface IF_FSBP_MEMORY_OBJECT has no parameter.
Method RESET on Interface IF_FSBP_MEMORY_OBJECT has no exception.
Method SAVE_DATA Signature
Method SAVE_DATA on Interface IF_FSBP_MEMORY_OBJECT has no parameter.
Method SAVE_DATA on Interface IF_FSBP_MEMORY_OBJECT has no exception.
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 | Neue/Geänderte Daten | 20041111 |
Method SET_DATA_NEW on Interface IF_FSBP_MEMORY_OBJECT has no exception.
Method UPDATE_TEMP_PARTNER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20041216 |
Method UPDATE_TEMP_PARTNER on Interface IF_FSBP_MEMORY_OBJECT has no exception.
Method VALIDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_RESULT | Value transfer | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20041124 |
Method VALIDATE on Interface IF_FSBP_MEMORY_OBJECT has no exception.
Event Signatures
Event DATA_IS_MODIFIED Signature
Event DATA_IS_MODIFIED on Interface IF_FSBP_MEMORY_OBJECT has no parameter.
Event DATA_SUBMITTED_FOR_SAVE Signature
Event DATA_SUBMITTED_FOR_SAVE on Interface IF_FSBP_MEMORY_OBJECT has no parameter.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |