SAP DPR_R3DMS_TS_DOCUMENT_UI_LIST R3DMS:Document Display in Table View Table data and field list

DPR_R3DMS_TS_DOCUMENT_UI_LIST 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 "R3DMS:Document Display in Table View" 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_DPR_R3DMS_TS_DOCUMENT_UI_LIST TYPE DPR_R3DMS_TS_DOCUMENT_UI_LIST.

The DPR_R3DMS_TS_DOCUMENT_UI_LIST table consists of various fields, each holding specific information or linking keys about R3DMS:Document Display in Table View data available in SAP. These include MIMETYPE (HTML Content Type), DOC_TYPE (Document Type), DOC_NUMBER (Document Number (25 Digits)), DOC_PART (Document Part of Document (3 Characters))... 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. .

DPR_R3DMS_TS_DOCUMENT_UI_LIST structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DPR_R3DMS_TS_DOCUMENT_UI_LIST structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the DPR_R3DMS_TS_DOCUMENT_UI_LIST table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ICON Icon0
MIMETYPEHTML Content Type DPR_R3DMS_TV_CONTTYPECHAR128
DOC_TYPEDocument Type OLR3_TV_DRAW_DOKARCHAR3OLR3_DRAW_DOKAR
DOC_NUMBERDocument Number (25 Digits) OLR3_TV_DRAW_DOKNRCHAR25OLR3_DRAW_DOKNR
DOC_PARTDocument Part of Document (3 Characters) OLR3_TV_DRAW_DOKTLCHAR3OLR3_DRAW_DOKTL
DOC_VERSIONDocument Version (2 Characters) OLR3_TV_DRAW_DOKVRCHAR2OLR3_DRAW_DOKVR
DOC_INDEXOriginal Number DPR_R3DMS_TV_ORIGINALTYPECHAR5
DOC_LOIDLogical document SDOK_LOIDCHAR32SDOK_DOCID
DOCNAMER3DMS: Document Name DPR_R3DMS_TV_DOC_NAMECHAR40DPR_R3DMS_TEXT40
DESCRIPTIONR3DMS: Document Description DPR_R3DMS_TV_DESCRIPTIONCHAR64DPR_R3DMS_DESCRIPTION
CREATED_AT Created on0
CREATED_BY Created by0
CREATED_BY_AT Created by and Created on0
CHANGED_AT Changed on0
CHANGED_BY Changed by0
CHANGED_BY_AT Changed by and Changed on0
REF_VIEWER Hyperlink for Opening a File in the Viewer0
REF_EASYDMS Hyperlink for Opening a Document Info Record in EasyDMS0
FILENAMER3DMS: File Name DPR_R3DMS_TV_FILENAMECHAR255DPR_R3DMS_TEXT255
FILENAME_SHORT File Name (Short)0
FILE_SIZE File Size0
FILE_PATH File Path0
FILE_EXT File extension0
FILE_DESCRIPTION Description of File0
STORAGE_CATEGORY Storage Category0
CHECKED_INData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
STATUS_TEXTLanguage-Dependent Status Short Text DPR_R3DMS_TV_STATUS_TEXTCHAR30DPR_R3DMS_TEXT30

Key field Non-key field



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

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

How to access SAP table DPR_R3DMS_TS_DOCUMENT_UI_LIST

Within an ECC or HANA version of SAP you can also view further information about DPR_R3DMS_TS_DOCUMENT_UI_LIST and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).