VDSEPA_DD SAP (Sepa DD - Lead Time Determination) Table details

Dictionary Type: Table
Description: Sepa DD - Lead Time Determination




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




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

VDSEPA_DD is a standard SAP Table which is used to store Sepa DD - Lead Time Determination data and is available within R/3 SAP systems depending on the version and release level.

The VDSEPA_DD table consists of various fields, each holding specific information or linking keys about Sepa DD - Lead Time Determination data available in SAP. These include BUKRS (Company Code), B2B (SEPA-Mandate: B2B Mandate), MND_USAGE (Mandate Usage), FLG_FULDISB (Indicator: Contract Fully Disbursed?).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VDSEPA_DD table 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
B2BSEPA-Mandate: B2B Mandate SEPA_B2BCHAR1XFELD
MND_USAGEMandate Usage TB_SEPA_MND_USAGEINT13TB_SEPA_DOM_MND_USAGE
FLG_FULDISBIndicator: Contract Fully Disbursed? TB_SEPA_FLG_DISBCHAR1BOOLEAN
SND_COUNTRYSEPA DD: Sender Country TB_SEPA_SND_COUNTRYCHAR2INTCA
SND_BICSEPA DD: Sender BIC Code TB_SEPA_SND_BICCHAR11SWIFT
REC_COUNTRYSEPA DD: Recipient Country TB_SEPA_REC_COUNTRYCHAR2INTCA
REC_BICSEPA DD: Receiver BIC Code TB_SEPA_REC_BICCHAR11SWIFT
LEADTIMESEPA DD Lead time TB_SEPA_DD_LEADTIMENUMC2
CALENDARFactory calendar SKALIDCHAR2TFACDWFCIDH_TFACD
UZAWEPayment Method Supplement UZAWECHAR2T042FUZAWE
INST_CODELocal Instrument Code (Direct Debit Type) FSEPA_INST_CODECHAR4FSEPA_INST_CODE

Key field Non-key field



How do I retrieve data from SAP table VDSEPA_DD using ABAP code

The following ABAP code Example will allow you to do a basic selection on VDSEPA_DD to SELECT all data from the table
DATA: WA_VDSEPA_DD TYPE VDSEPA_DD.

SELECT SINGLE *
FROM VDSEPA_DD
INTO CORRESPONDING FIELDS OF WA_VDSEPA_DD
WHERE...

How to access SAP table VDSEPA_DD

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