TDWI SAP (Selection table - document search via internet) Table details

Dictionary Type: Table
Description: Selection table - document search via internet




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




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

TDWI is a standard SAP Table which is used to store Selection table - document search via internet data and is available within R/3 SAP systems depending on the version and release level.

The TDWI table consists of various fields, each holding specific information or linking keys about Selection table - document search via internet data available in SAP. These include DOC_IAC_GROUP (Selection group for document search via Internet), DOKAR (Document Type), DOKTL_SEL (IAC-document search - document part can be selected), DOKVR_SEL (IAC-document search - version can be selected).. 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: Not classified


SAP TDWI 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 MANDTCLNT3Assigned to domainMANDT
DOC_IAC_GROUPSelection group for document search via Internet DOC_IAC_GROUPCHAR10CHAR10
DOKARDocument Type DOKARCHAR3TDWADOKARCV2
DOKTL_SELIAC-document search - document part can be selected DOC_IAC_DOKTL_SELCHAR1XFELD
DOKVR_SELIAC-document search - version can be selected DOC_IAC_DOKVR_SELCHAR1XFELD
DWNAM_SELIAC-document search - person responsible can be selected DOC_IAC_DWNAM_SELCHAR1XFELD
AENNR_SELIAC-document search - change number can be selected DOC_IAC_AENNR_SELCHAR1XFELD
LABOR_SELIAC document search - laboratory can be selected DOC_IAC_LABOR_SELCHAR1XFELD
DTTRG_SELIAC-Document search - Data carrier can be selected DOC_IAC_DTTRG_SELCHAR1XFELD
DAPPL_SELIAC Document Search - Application Can be Selected DOC_IAC_DAPPL_SELCHAR1XFELD
DOKST_SELIAC-document search - status can be selected DOC_IAC_DOKST_SELCHAR1XFELD
DKTXT_DISPIAC-document search - display description DOC_IAC_DKTXT_DISPCHAR1XFELD
DOKTL_DISPIAC-document search - display document part DOC_IAC_DOKTL_DISPCHAR1XFELD
DOKVR_DISPIAC-document search - display version DOC_IAC_DOKVR_DISPCHAR1XFELD
DWNAM_DISPIAC-document search - display person responsible DOC_IAC_DWNAM_DISPCHAR1XFELD
AENNR_DISPIAC-document search - display change number DOC_IAC_AENNR_DISPCHAR1XFELD
LABOR_DISPIAC document search - display laboratory DOC_IAC_LABOR_DISPCHAR1XFELD
DOKST_DISPIAC-document search - display status DOC_IAC_DOKST_DISPCHAR1XFELD
ORIG1_DISPIAC document search - display original 1 DOC_IAC_ORIG1_DISPCHAR1XFELD
ORIG2_DISPIAC document search - display original 2 DOC_IAC_ORIG2_DISPCHAR1XFELD
DOKAR_DISPIAC-document search - display document type DOC_IAC_DOKAR_DISPCHAR1XFELD
AENNR_DEFIAC-document search - default for change number DOC_IAC_DEF_AENNRCHAR12AENRAENNRAENNR
DAPPL_DEFIAC-document search - default for application DOC_IAC_DEF_DAPPLCHAR3TDWPDAPPL
DOKST_DEFIAC-document search - default for status DOC_IAC_DEF_DOKSTCHAR2TDWSDOKST
DOKTL_DEFIAC-document search - detail for document part DOC_IAC_DEF_DOKTLCHAR3DOKTL
DOKVR_DEFIAC-document search - default for version DOC_IAC_DEF_DOKVRCHAR2DOKVR
DTTRG_DEFIAC-document search - default for data carrier DOC_IAC_DEF_DTTRGCHAR10TDWDDTTRG
DWNAM_DEFIAC-document search - default for user DOC_IAC_DEF_DWNAMCHAR12USR02XUBNAME
LABOR_DEFIAC-document search - default for laboratory DOC_IAC_DEF_LABORCHAR3T024LLABOR
DISP_APPL1IAC-Find document -Display application 1 DOC_IAC_DEF_DAPPL1CHAR3TDWPDAPPL
DISP_APPL2IAC-Find document -Display appliaction 2 DOC_IAC_DEF_DAPPL2CHAR3TDWPDAPPL
DISP_APPL3IAC- Find document -Display application 3 DOC_IAC_DEF_DAPPL3CHAR3TDWPDAPPL
DOKXTL_SELIAC -Find document - Short text selectable DOC_IAC_DOKXTL_SELCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TDWI
INTO CORRESPONDING FIELDS OF WA_TDWI
WHERE...

How to access SAP table TDWI

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