FVD_SEPA_DATA SAP (Structure for RFVD_CHANGE_SEPA_DATA) Structure details

Dictionary Type: Structure
Description: Structure for RFVD_CHANGE_SEPA_DATA




ABAP Code to SELECT data from FVD_SEPA_DATA
Related tables to FVD_SEPA_DATA
Access table FVD_SEPA_DATA




Structure field list including key, data, relationships and ABAP select examples

FVD_SEPA_DATA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for RFVD_CHANGE_SEPA_DATA" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FVD_SEPA_DATA TYPE FVD_SEPA_DATA.

The FVD_SEPA_DATA table consists of various fields, each holding specific information or linking keys about Structure for RFVD_CHANGE_SEPA_DATA data available in SAP. These include PM_OLD (Payment Method (before change)), BI_OLD (Bank details ID (value before change)), MD_OLD (Unique Reference to Mandate (before change)), PS_OLD (Payment Method Supplement (before change)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FVD_SEPA_DATA structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TABKEYKey data of changed record TB_SEPA_TABLE_KEYCHAR40TEXT40
PM_OLDPayment Method (before change) TB_SEPA_ZLSCH_OLDCHAR1Assigned to domainZLSCH
BI_OLDBank details ID (value before change) TB_SEPA_BKVID_OLDCHAR4CHAR4
MD_OLDUnique Reference to Mandate (before change) TB_SEPA_MNDID_OLDCHAR35ID035
PS_OLDPayment Method Supplement (before change) TB_SEPA_UZAWE_OLDCHAR2Assigned to domainUZAWE
PM_NEWPayment Method (after change) TB_SEPA_ZLSCH_NEWCHAR1Assigned to domainZLSCH
BI_NEWBank details ID (value after change) TB_SEPA_BKVID_NEWCHAR4CHAR4
MD_NEWUnique Reference to Mandate (after change) TB_SEPA_MNDID_NEWCHAR35ID035
PS_NEWPayment Method Supplement (after change) TB_SEPA_UZAWE_NEWCHAR2Assigned to domainUZAWE

Key field Non-key field



How do I retrieve data from SAP structure FVD_SEPA_DATA using ABAP code?

As FVD_SEPA_DATA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FVD_SEPA_DATA as there is no data to select.

How to access SAP table FVD_SEPA_DATA

Within an ECC or HANA version of SAP you can also view further information about FVD_SEPA_DATA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!