FVD_SEPA_NAD_DATA_O SAP (Data fields for VDSEPA_AUTODEB (up to 604)) Structure details

Dictionary Type: Structure
Description: Data fields for VDSEPA_AUTODEB (up to 604)




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




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

FVD_SEPA_NAD_DATA_O 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 "Data fields for VDSEPA_AUTODEB (up to 604)" 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_NAD_DATA_O TYPE FVD_SEPA_NAD_DATA_O.

The FVD_SEPA_NAD_DATA_O table consists of various fields, each holding specific information or linking keys about Data fields for VDSEPA_AUTODEB (up to 604) data available in SAP. These include BELNR (Accounting Document Number), BUZEI (Number of Line Item Within Accounting Document), GJAHR (Fiscal Year), BUDAT (Posting Date in the Document).. 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: Can be enhanced (character-type or numeric)


SAP FVD_SEPA_NAD_DATA_O 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
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUDATPosting Date in the Document BUDATDATS8DATUM
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
ZLSCH_OLDPayment Method DZLSCHCHAR1Assigned to domainZLSCH
RBELKPFDDocument Number of Document Header (Loan) RBELKPFDCHAR10ALPHARBELKPFD
RPOSNRActivity number NVORGANGCHAR3CHAR3
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
PRODUCT_IDInternal Product ID TB_PR_PRODINTCHAR18Assigned to domainT_PR_PRODINT
RKLAMMERClassification Number for Finance Projects RKLAMMERCHAR13ALPHARANL
FILL_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
FILL_USERUser Name UNAMECHAR12UNAME
FILL_RUNID16 Byte UUID in 16 Bytes (Raw Format) SYSUUID_X16RAW16SYSUUID_X16
FILL_TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
CORR_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CORR_USERUser Name UNAMECHAR12UNAME
CORR_RUNID16 Byte UUID in 16 Bytes (Raw Format) SYSUUID_X16RAW16SYSUUID_X16
CORR_COLL_DATEPayment Date DDISPODATS8DATUM
REMOVE_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
REMOVE_USERUser Name UNAMECHAR12UNAME
REMOVE_RUNID16 Byte UUID in 16 Bytes (Raw Format) SYSUUID_X16RAW16SYSUUID_X16
UZAWE_OLDPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
UZAWE_NEWPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
ZLSPR_OLDPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
FLG_COMPLETIONCheckbox XFELDCHAR1XFELD
STATUS_REASONCompletion reason (new auto debit) TB_NAD_STATUS_REASONINT13TB_NAD_STATUS_REASON_DOM
STATUS_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
STATUS_USERUser Name UNAMECHAR12UNAME
STATUS_RUNID16 Byte UUID in 16 Bytes (Raw Format) SYSUUID_X16RAW16SYSUUID_X16

Key field Non-key field



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

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

How to access SAP table FVD_SEPA_NAD_DATA_O

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