VDARLDVS SAP (Print and dispatch control data for VDARL) Table details

Dictionary Type: Table
Description: Print and dispatch control data for VDARL




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




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

VDARLDVS is a standard SAP Table which is used to store Print and dispatch control data for VDARL data and is available within R/3 SAP systems depending on the version and release level.

The VDARLDVS table consists of various fields, each holding specific information or linking keys about Print and dispatch control data for VDARL data available in SAP. These include BUKRS (Company Code), SARCHIV (Archiving Category Indicator), RANL (Contract Number), DBEGINEKA (Start date of last external account statement).. 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: 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 or numeric)


SAP VDARLDVS 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
SARCHIVArchiving Category Indicator SARCHIVCHAR1SARCHIVARC
RANLContract Number RANLCHAR13VDARLALPHARANLRAN
DBEGINEKAStart date of last external account statement DBEGINEKADATS8CK_DATUM
DLASTEKAKey date of last external account statement DLASTEKADATS8DATUM
DCREATEEKACreation date of last external account statement DCREATEEKADATS8CK_DATUM
SRHYEKAGeneration frequency of external account statement CREARHYEKANUMC1ERSTRHY
STMTNREKANumber of last account statement STMTNREKANUMC7NUMC07
RESTCAPEKARemaining capital at evaluation start of ext. acct statement RESTCAPEKACURR13(2) WERTV7
DLASTZBKey date of the last interest certificate DLASTZBDATS8CK_DATUM
SPROCZBProcessing type of interest certificate SPROCZBNUMC1BZVERARB
CORR_ROLECorrespondence Role TB_CORR_ROLECHAR4TFK070MCORR_ROLE_KK
TCREATEEKACreation Date and Time (Time Stamp) TB_CREATION_TSTAMPDEC15TZNTSTMPS
EKA_NOT_PRINTEDAccount Statment Ordered But Not Yet Printed TB_EKA_NOT_PRINTED_FLAGCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDARLDVS
INTO CORRESPONDING FIELDS OF WA_VDARLDVS
WHERE...

How to access SAP table VDARLDVS

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