TDWA SAP (Document Types) Table details

Dictionary Type: Table
Description: Document Types




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




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

TDWA is a standard SAP Table which is used to store Document Types data and is available within R/3 SAP systems depending on the version and release level.

The TDWA table consists of various fields, each holding specific information or linking keys about Document Types data available in SAP. These include DOKAR (Document Type), FLDSL (Field selection table), STAEN (Status Changes When a Change is Made), PROJB (Documents with Revision Levels).. 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)

Text table = TDWAT


SAP TDWA 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
DOKARDocument Type DOKARCHAR3DOKARCV2
FLDSLField selection table FLDSLCHAR20CHAR20
STAENStatus Changes When a Change is Made STAENCHAR1XFELD
PROJBDocuments with Revision Levels RLVFLAGCHAR1XFELD
ALPHNVersion Number Increment Control ALPHNCHAR1ALPHN
VERVGVersion Assigned Automatically VERVGCHAR1XFELD
NUMVGType of Number Assignment NUMVGCHAR1NUMVG
INUMNRNumber of number range for internal number assignment INUMNRCHAR2CHAR2
ENUMNRNumber of number range for external number assignment ENUMNRCHAR2CHAR2
AENBLCreate Change Documents AENBLCHAR1XFELD
ARCHFIndicator: storage in archive supported ARCHFCHAR1XFELD
ALTDYAlternative screen ALTDYNUMC4NUM4
ADYPROGProgram Exit for Alternative Document Management Screen ADYPROGCHAR40TRDIRPROGNAME
ZNRPROGProgram exit for document number DZNRPROGCHAR40TRDIRPROGNAME
FHMDKIndicator: document can be PRT FHMDKCHAR1XFELD
FILELENAllowed size of file for saving to SAP database FILELENNUMC10ALPHAFILELEN
KLASSEClass number KLASSE_DCHAR18KLASSEKLA
KLASSENARTClass Type KLASSENARTCHAR3TCLAKLASSENARTKAR
ORIG_DELDeletion indicator for local original after check-in ORIG_DELCHAR1XFELD
ORIG_DSTRBTransport originals with ALE ORIG_DSTRBCHAR1XFELD
KPRO_USEDocument Storage via Knowledge Provider DMS_KPRO_USECHAR1XFELD
CLASS_INCLUDEDisplay Position for Additional Data from Classification DMS_CLASS_INCLUDECHAR1DMS_CLASS_INCLUDE
DEF_APPLICATIONDefault Value for Application DMS_DEFAULT_APPLICATIONCHAR3TDWPDAPPL
DIST_APPLICATIONApplication default for distribution DMS_DIST_APPLICATIONCHAR3TDWPDAPPL
NEW_VERS_IGNOREDo not copy originals when newer version created DMS_FILE_NEW_VERSION_IGNORECHAR1XFELD
CM_RELEVANCERelevant for Configuration Management DE_CM_RELEVANCE_FLAGCHAR1DO_CM_RELEVANCE_FLAG
DOKVR_INCVersion Sequence DMS_VERSION_INCREMENTCHAR5CHAR005
ACM_USEUse ACM on the PLM Web User Interface DMS_ACM_USECHAR1XFELD
ACM_ENABLE_OBJECDisplay Object Links When Using Access Control Management DMS_ACM_ENABLE_OBJECT_LINKSCHAR1XFELD
DS_USEUse of DS Package for Signatures DMS_DS_USECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TDWA
INTO CORRESPONDING FIELDS OF WA_TDWA
WHERE...

How to access SAP table TDWA

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