BAPI_DOC_TDWA SAP (BAPIS DMS: document types) Structure details

Dictionary Type: Structure
Description: BAPIS DMS: document types




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




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

BAPI_DOC_TDWA 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 "BAPIS DMS: document types" 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_BAPI_DOC_TDWA TYPE BAPI_DOC_TDWA.

The BAPI_DOC_TDWA table consists of various fields, each holding specific information or linking keys about BAPIS DMS: document types data available in SAP. These include DESCRIPTION (Description of Document Type), FIELDSELECTION (Field selection table), STATUSCHANGE (Status Changes When a Change is Made), REVISONLEVEL (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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPI_DOC_TDWA structure 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
DOCUMENTTYPEDocument Type DOKARCHAR3TDWADOKARCV2
DESCRIPTIONDescription of Document Type DARTXTCHAR20TEXT20
FIELDSELECTIONField selection table FLDSLCHAR20CHAR20
STATUSCHANGEStatus Changes When a Change is Made STAENCHAR1XFELD
REVISONLEVELDocuments with Revision Levels RLVFLAGCHAR1XFELD
VERSIONINCREMENTVersion Number Increment Control ALPHNCHAR1ALPHN
AUTOVERSIONINGVersion Assigned Automatically VERVGCHAR1XFELD
NUMBERASSIGNMENTType of Number Assignment NUMVGCHAR1NUMVG
INTERNALRANGENumber of number range for internal number assignment INUMNRCHAR2CHAR2
EXTERNALRANGENumber of number range for external number assignment ENUMNRCHAR2CHAR2
ARCHIVINGFLAGIndicator: storage in archive supported ARCHFCHAR1XFELD
PROGRAMEXITProgram exit for document number DZNRPROGCHAR40PROGNAME
MAXFILESIZEAllowed size of file for saving to SAP database FILELENNUMC10ALPHAFILELEN
CLASSNUMBERClass number KLASSE_DCHAR18KLASSEKLA
CLASSTYPEClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
KPROFLAGDocument Management Flag CVFLAGCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table BAPI_DOC_TDWA

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