SAP ABAP Interface IF_FDT_PERSISTENCE (FDT: Persistence)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_CORE (Package) BRFplus: Core

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_PERSISTENCE | FDT: Persistence | 20070721 |
Properties
Interface | IF_FDT_PERSISTENCE | |
Short Description | FDT: Persistence |
General Data
Package | SFDT_CORE | BRFplus: Core |
Created | 20070721 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | IF_FDT_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_FDT_PERSISTENCE has no interface.
Friends
Interface IF_FDT_PERSISTENCE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MV_ID | Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | FDT Object ID | 20070721 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Delete from DB table | 20070721 |
2 | ![]() |
Instance method | Public | Method | Get versions | 20070802 |
3 | ![]() |
Instance method | Public | Method | Read DB table into internal table | 20070721 |
4 | ![]() |
Instance method | Public | Method | Read DB table into structure | 20070721 |
5 | ![]() |
Instance method | Public | Method | Write table into transport task/request | 20070721 |
6 | ![]() |
Instance method | Public | Method | Write internal table to DB table | 20070721 |
7 | ![]() |
Instance method | Public | Method | Write structure to DB table | 20070721 |
Events
Interface IF_FDT_PERSISTENCE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_SELECTION | Public | See coding | Selection criterion | 20070721 | BEGIN OF s_selection,
fieldname TYPE fieldname,
aggr_fnct TYPE fdt_aggr_fnct,
sign TYPE ddsign,
option TYPE ddoption,
low TYPE string,
high TYPE string,
END OF s_selection
|
|
2 | TS_SELECTION | Public | See coding | Selection criteria | 20070721 | ts_selection TYPE SORTED TABLE OF s_selection
WITH UNIQUE KEY fieldname sign option low high
|
Method Signatures
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ISSUER | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | OBSOLETE | 20080401 | ||
2 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table name | 20070721 |
Method DELETE on Interface IF_FDT_PERSISTENCE has no exception.
Method GET_VERSIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CURRENT_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | Current Version | 20070802 | ||
2 | ![]() |
EV_LAST_DB_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | Last Database Version | 20070802 |
Method GET_VERSIONS on Interface IF_FDT_PERSISTENCE has no exception.
Method READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETI_VALUE | Call by reference | Type reference (TYPE) | INDEX TABLE | Found values | 20070721 | ||
2 | ![]() |
EV_NO_VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: no values found | 20070721 | ||
3 | ![]() |
ITS_SELECTION | Call by reference | Type reference (TYPE) | TS_SELECTION | Selection criteria | 20070721 | ||
4 | ![]() |
IV_ISSUER | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | OBSOLETE | 20080502 | ||
5 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table name | 20070721 | ||
6 | ![]() |
IV_T_TABLE_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | For overruling the Default-T-Table-Mode | 20091125 | ||
7 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | Version | 20070721 |
Method READ on Interface IF_FDT_PERSISTENCE has no exception.
Method READ_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_VALUE | Call by reference | Type reference (TYPE) | ANY | Found value | 20070721 | ||
2 | ![]() |
EV_NO_VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: no value found | 20070721 | ||
3 | ![]() |
ITS_SELECTION | Call by reference | Type reference (TYPE) | TS_SELECTION | Selection criteria | 20070721 | ||
4 | ![]() |
IV_ISSUER | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | OBSOLETE | 20080502 | ||
5 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table name | 20070721 | ||
6 | ![]() |
IV_T_TABLE_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | For overruling the Default-T-Table-Mode | 20091125 | ||
7 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | Version | 20070721 |
Method READ_SINGLE on Interface IF_FDT_PERSISTENCE has no exception.
Method TRANSPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ISSUER | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | OBSOLETE | 20080110 | ||
2 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table name | 20070721 | ||
3 | ![]() |
IV_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Transport Request | 20070721 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20070721 | ||
2 | ![]() |
20070721 |
Method WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITI_VALUE | Call by reference | Type reference (TYPE) | INDEX TABLE | Values to be written | 20070721 | ||
2 | ![]() |
IV_ISSUER | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | OBSOLETE | 20080502 | ||
3 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table name | 20070721 |
Method WRITE on Interface IF_FDT_PERSISTENCE has no exception.
Method WRITE_SINGLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_VALUE | Call by reference | Type reference (TYPE) | ANY | Value to be written | 20070721 | ||
2 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table name | 20070721 |
Method WRITE_SINGLE on Interface IF_FDT_PERSISTENCE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |