BAPI_DOC_TDWP SAP (BAPIS DMS: work station applications) Structure details

Dictionary Type: Structure
Description: BAPIS DMS: work station applications




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




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

BAPI_DOC_TDWP 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: work station applications" 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_TDWP TYPE BAPI_DOC_TDWP.

The BAPI_DOC_TDWP table consists of various fields, each holding specific information or linking keys about BAPIS DMS: work station applications data available in SAP. These include DATACARRIERTYPE (Data carrier type), STARTPERMISSION (Authorization to start application), ARCHIVEID (Archive ID), DESCRIPTION (Description).. 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_TDWP 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
WSAPPLICATIONApplication DAPPLCHAR3TDWPDAPPL
DATACARRIERTYPEData carrier type TYPDTCHAR2Assigned to domainTYPDT
STARTPERMISSIONAuthorization to start application APPLBCHAR1XFELD
ARCHIVEIDArchive ID ARCHIVIDCHAR2CHAR2
DESCRIPTIONDescription CVTEXTCHAR40TEXT40
FILESUFFIXFile suffix for application APPSFXCHAR3TEXT3
FILEFORMATGeneric file formats DATEIFRMTCHAR30TEXT30
NOTEMPFILEIndicator: no renaming of temporary file NO_TMP_NAMCHAR1XFELD
MIMETYPEHTML content type W3CONTTYPECHAR128W3_CONTTYP
CADRELEVANTApplication can be used with SAP-CAD dialog interface CADRELEVCHAR1XFELD
APPLICATIONTYPEApplication Type APPTPCHAR1APPTP
APPLICATIONNAMEApplication (path and program name) APPFDCHAR70TEXT70
OLE2INDICATORUse data provider DATAPROVIDER_USECHAR1XFELD
TEMPLATEPATHPath for source files APTFDCHAR70TEXT70

Key field Non-key field



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

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

How to access SAP table BAPI_DOC_TDWP

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