TDWP SAP (Workstation Applications) Table details

Dictionary Type: Table
Description: Workstation Applications




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




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

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

The TDWP table consists of various fields, each holding specific information or linking keys about Workstation Applications data available in SAP. These include DAPPL (Application), APPLB (Authorization to start application), ARCHIVID (Archive ID), CVTEXT (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: 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)


SAP TDWP 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
DAPPLApplication DAPPLCHAR3DAPPL
APPLBAuthorization to start application APPLBCHAR1XFELD
ARCHIVIDArchive ID ARCHIVIDCHAR2CHAR2
CVTEXTDescription CVTEXTCHAR40TEXT40
APPSFXFile suffix for application APPSFXCHAR3TEXT3
DATEIFRMTGeneric file formats DATEIFRMTCHAR30TEXT30
CADRELEVApplication can be used with SAP-CAD dialog interface CADRELEVCHAR1XFELD
NO_TMP_NAMIndicator: no renaming of temporary file NO_TMP_NAMCHAR1XFELD
MIMETYPEHTML content type W3CONTTYPECHAR128W3_CONTTYP
COMPONENT_USEAdditional Files Supported DMS_COMPONENT_USECHAR1XFELD
LANG_VERS_USELanguage version supported DMS_LANG_VERSION_USECHAR1XFELD
CONTENT_VERS_USEContent Versions Supported DMS_CONTENT_VERSION_USECHAR1XFELD
NO_FILE_CHECKDo not check original file DMS_NO_FILE_CHECKCHAR1XFELD
DEL_FILEDelete local file after successful check-in DMS_FILE_DELETECHAR1XFELD
ASK_UPDATEDialog if you want to overwrite files on the frontend DMS_FILE_ASK_UPDATECHAR1XFELD
APPL_ICONPushbutton for Application DMS_APPL_ICONCHAR4CHAR4
KW_CLASSInfo category KW_CLASSCHAR10KW_CLASS
KW_RFCDESLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
KW_SOURCELogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL

Key field Non-key field



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

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

SELECT SINGLE *
FROM TDWP
INTO CORRESPONDING FIELDS OF WA_TDWP
WHERE...

How to access SAP table TDWP

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