SAP DV70A DC Table for SAPDV70A Table data and field list

DV70A 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 "DC Table for SAPDV70A" 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_DV70A TYPE DV70A.

The DV70A table consists of various fields, each holding specific information or linking keys about DC Table for SAPDV70A data available in SAP. These include MSGNA (Output description), PNAME (Name 1), BTEXT (Text, 76 characters), VSZTX (Text Field of Length 60)... 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. .

DV70A structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DV70A structure 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 DV70A 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
SELKZSelection indicator for list screens SELKZ_LISTCHAR1SELKZ
MSGNAOutput description NA_MSGNACHAR30NA_MSGNA
PNAMEName 1 NAME1_GPCHAR35NAME
BTEXTText, 76 characters TEXT76CHAR76TEXT76
VSZTXText Field of Length 60 TEXT60CHAR60TEXT60
VTXTKName VTXTKCHAR20TEXT20
NARTXDescription of output type NA_NARTXCHAR15CHAR15
STATXDescription of the processing status NA_STATXCHAR30TEXT30
ARCTXText on archiving type NA_ARCTXCHAR30TEXT30
LDESTSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
DSNAMSpool request: Name RSPO0NAMECHAR6CHAR6
DSUF1Spool request: Suffix 1 RSPO1NAMECHAR4CHAR4
DSUF2Spool request: Suffix 2 RSPO2NAMECHAR12CHAR12
DIMMEPrint immediately TDIMMEDCHAR1TDBOOL
DELETRelease after output TDDELETECHAR1TDBOOL
TDRECEIVERSpool Recipient Name SYPRRECCHAR12SYCHAR12
TDDIVISIONSpool Department Name SYPRABTCHAR12SYCHAR12K
TDOCOVERPrint: SAP cover page SYPRSAPCHAR1SYPRSAP
TDCOVTITLESpool Description SYPRTXTCHAR68SYCHAR68K
TDAUTORITYPrint: Authorization SYPRBERCHAR12SYCHAR12SAU
ANZALNumber of messages (original + copies) NA_ANZALDEC2DEC2
PAMSGSpool: Status message (or copy of location) RSPOPMSGCHAR64TEXT64
OBJKYObject key NA_OBJKEYCHAR30NA_OBJKEY
PARNR12Partner who receives the output NA_PARNR241CHAR241NA_PARN241
OBJTYPEObject type OJ_NAMECHAR10Assigned to domainOJ_NAME
STATUSICONProcessing status of output as traffic light NA_ICONVSTATCHAR40CHAR40
DBASESingle-Character Indicator CHAR1CHAR1CHAR1
LOCKEDOutput Locked NA_LOCKEDCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table DV70A

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

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