FVD_PAYMENT_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_PAYMENT_DATA
Related tables to FVD_PAYMENT_DATA
Access table FVD_PAYMENT_DATA




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

FVD_PAYMENT_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_PAYMENT_DATA TYPE FVD_PAYMENT_DATA.

The FVD_PAYMENT_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 RANL (Loan number), LAND1 (Country Key), RBELKPFD (Document Number of Document Header (Loan)), RPOSNR (Activity number).. 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_PAYMENT_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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RANLLoan number RANLDCHAR13ALPHARANLRAD
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
RBELKPFDDocument Number of Document Header (Loan) RBELKPFDCHAR10ALPHARBELKPFD
RPOSNRActivity number NVORGANGCHAR3CHAR3
PARTNR_CMLBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
KUNNR_CMLCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BELNR_CMLAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEI_CMLNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
GJAHR_CMLFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ZLSCH_CMLPayment Method DZLSCHCHAR1T042ZZLSCH
BVTYP_CMLBank details ID BU_BKVIDCHAR4BUT0BKCHAR4
UZAWE_CMLPayment Method Supplement UZAWECHAR2T042FUZAWE
ZLSPR_CMLPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
AMOUNT_CMLAmount in position currency BBWHRCURR13(2) WERTV7
CURRENCYPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
PARTNR_FIBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
KUNNR_FICustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BELNR_FIAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEI_FINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
GJAHR_FIFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
AMOUNT_FIAmount in document currency WRBTRCURR13(2) WERT7
ZLSCH_FIPayment Method DZLSCHCHAR1T042ZZLSCH
BVTYP_FIBank details ID BU_BKVIDCHAR4BUT0BKCHAR4
UZAWE_FIPayment Method Supplement UZAWECHAR2T042FUZAWE
ZLSPR_FIPayment Block Key DZLSPRCHAR1T008ZAHLSSPE
BVTYP_NEWBank details ID (value after change) TB_SEPA_BKVID_NEWCHAR4BUT0BKCHAR4
MNDID_NEWUnique Reference to Mandate (after change) TB_SEPA_MNDID_NEWCHAR35ID035
UZAWE_NEWPayment Method Supplement (after change) TB_SEPA_UZAWE_NEWCHAR2T042FUZAWE
ZLSPR_NEWBlock Key for Payment (value after change) TB_SEPA_ZAHLS_NEWCHAR1T008ZAHLS
ZLSCH_NEWPayment Method (after change) TB_SEPA_ZLSCH_NEWCHAR1T042ZZLSCH
XCPDDIndicator: Address and bank data set individually XCPDDCHAR1XFELD

Key field Non-key field



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

As FVD_PAYMENT_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_PAYMENT_DATA as there is no data to select.

How to access SAP table FVD_PAYMENT_DATA

Within an ECC or HANA version of SAP you can also view further information about FVD_PAYMENT_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!