SAP VEDA Contract Data Table data and field list

VEDA is a standard SAP Table which is used to store Contract Data data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The VEDA table consists of various fields, each holding specific information or linking keys about Contract Data data available in SAP. These include VBELN (Sales Document), VPOSN (Sales Document Item), VLAUFZ (Validity period of contract), VLAUEZ (Unit of validity period of contract)... 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. .

VEDA table Technical Details:

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP VEDA table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the VEDA table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
VBELNSales Document VBELN_VACHAR10VBUKALPHAVBELNAUN
VPOSNSales Document Item POSNR_VANUMC6VBUPPOSNRAPO
VLAUFZValidity period of contract VLAUF_VEDANUMC3NUM3
VLAUEZUnit of validity period of contract VLAUE_VEDACHAR1KDZEH
VLAUFKValidity period category of contract VLAUK_VEDACHAR2TVLZVLAUK_VEDA
VINSDATInstallation date VIDAT_VEDADATS8DATUM
VABNDATAgreement acceptance date VADAT_VEDADATS8DATUM
VBEGDATContract start date VBDAT_VEDADATS8DATUM
VUNTDATDate on which contract is signed VUDAT_VEDADATS8DATUM
VKUESCHAssignment cancellation procedure/cancellation rule VKUES_VEDACHAR4TVKSVKUES_VEDA
VAKTSCHAction at end of contract VASCH_VEDACHAR4TVASAKTVT
VEINDATDate on which cancellation request was received VEDAT_VEDADATS8DATUM
VWUNDATRequested cancellation date VWDAT_VEDADATS8DATUM
VKUEPARCancellation party VKPAR_VEDACHAR1VKPAR_VEDA
VKUEGRUReason for Cancellation of Contract VKGRU_VEDACHAR2TVKGKUEGRU
VENDDATContract end date VNDAT_VEDADATS8DATUM
VBELKUECancellation document number of contract partner VBELK_VEDACHAR20CHAR20
VBEDKUEDate of cancellation document from contract partner VBEDK_VEDADATS8DATUM
VBEGREGRule for calculating contract start date VBREG_VEDACHAR2TVRGVDREG_VEDA
VVORZEITLead time for cancellation prevention activities VZEIT_VEDANUMC3NUM3
VVOREINTime unit of lead time VZEIE_VEDACHAR1KDZEH
VDEMDATDismantling date VDDAT_VEDADATS8DATUM
VASDADate for action VASDADATS8DATUM
WIMIDWork item ID WIMIDNUMC12SWWWIHEADSWW_WIID
VASDRDate rule for action VASDRCHAR2TVRGVDREG_VEDA
VENDREGRule for contract end date RGVTECHAR2TVRGVDREG_VEDA

Key field Non-key field



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

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

SELECT SINGLE *
FROM VEDA
INTO CORRESPONDING FIELDS OF WA_VEDA
WHERE...

How to access SAP table VEDA

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

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

Related SAP tables and the relationships to VEDA

    VAKPA - vakpa
        VBAK - Sales Document: Header Data
    VBFAVG - Sales document: Cumulative records,followed by doc
    KONV - Conditions (Transaction Data)
    FPLT - SD document: Billing plan item
    VBUP - Sales Document: Item Status
    VEDAPO - SD document: Contract data item
        VBUK - SD document: Header status and administration
        VBKD - Sales Document: Business Data
        VEDA - SD document: Contract data header
        VFPLA - SD document: Billing plan header
            VFPLT - SD document: Billing plan item
    VBUV - SD document: Incompletion log
    VBPA - Sales Document: Partner
        VBADR - Address work area
    VBAP - Sales Document: Item Data
        VBKDPO - SD document: Business item data
        VBPAPO - Item partner for SD document
        VBEP - Sales Document: Schedule Line Data
        VBFA - Sales Document Flow

    VAKPA - SD document: Indices
        VBUK - SD document: Header status and administration
    VFPLA - SD document: Billing plan payment cards
        VFPLT - SD document: Billing plan payment cards
    VBUP - Sales Document: Item Status
        VBAP - Sales Document: Item Data
            VBKDPO - SD document: Business item data
                FPLAPO - SD document: Billing plan
                    FPLTPO - SD document: Billing plan dates
            VBPAPO - Item partner for SD document
                VBADRPO - Address work area
            VEDAPO - SD document: Contract data item
    VBAK - Sales Document: Header Data
            VBEP - Sales Document: Schedule Line Data
            VBFA - Sales Document Flow
            VBFAVG - Sales document: Cumulative records,followed by doc
            KONV - Conditions (Transaction Data)
    VBKD - Sales Document: Business Data
        FPLA - SD document: Billing plan
            FPLT - SD document: Billing plan dates
    VBUV - SD document: Incompletion log
    VBPA - SD document: Partner
        VBADR - Address work area
    VEDA - SD document: Contract data header