OLR3_DMS_TS_CFX_C_DOCTYPE SAP (Document Type Dependent Customizing Settings) Structure details

Dictionary Type: Structure
Description: Document Type Dependent Customizing Settings




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




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

OLR3_DMS_TS_CFX_C_DOCTYPE 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 "Document Type Dependent Customizing Settings" 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_OLR3_DMS_TS_CFX_C_DOCTYPE TYPE OLR3_DMS_TS_CFX_C_DOCTYPE.

The OLR3_DMS_TS_CFX_C_DOCTYPE table consists of various fields, each holding specific information or linking keys about Document Type Dependent Customizing Settings data available in SAP. These include BACKEND_NAME (cFolders Name in Customizing for cFolders Back-End Integrat.), DOCUMENT_TYPE (Document Type), DOC_STAT_EXPORTE (Document Status of Transferred Document).. 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: Can Be Enhanced (Deep)


SAP OLR3_DMS_TS_CFX_C_DOCTYPE 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BACKEND_NAMEcFolders Name in Customizing for cFolders Back-End Integrat. OLR3_DMS_TV_CFX_CUST_LINKCHAR40Assigned to domainCFX_BI_B_NAME
DOCUMENT_TYPEDocument Type OLR3_DMS_TV_CFX_DOC_TYPECHAR3Assigned to domainDOKAR
DOC_STAT_EXPORTEDocument Status of Transferred Document OLR3_DMS_TV_CFX_DOC_STAT_EXPCHAR2Assigned to domainDOKST

Key field Non-key field



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

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

How to access SAP table OLR3_DMS_TS_CFX_C_DOCTYPE

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