DMC_DOCUMENTS SAP (Documents for MWB Objects) Table details

Dictionary Type: Table
Description: Documents for MWB Objects




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




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

DMC_DOCUMENTS is a standard SAP Table which is used to store Documents for MWB Objects data and is available within R/3 SAP systems depending on the version and release level.

The DMC_DOCUMENTS table consists of various fields, each holding specific information or linking keys about Documents for MWB Objects data available in SAP. These include COUNTER (Sequence Number), DOC_IDENT (Documentation Object), IDENT (DMC: General ID), DOC_DESCR (Documentation Object).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DMC_DOCUMENTS 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
GUIDKey of Carrier Object of a Document DMC_DOC_OWNER_GUIDCHAR22SYSUUID_22
COUNTER Sequence Number0
DOC_IDENTDocumentation Object DOKU_OBJCHAR60DOKU_OBJ
IDENTDMC: General ID DMC_IDENTCHAR20DMC_IDENT
DOC_DESCRDocumentation Object DOKU_OBJCHAR60DOKU_OBJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_DOCUMENTS
INTO CORRESPONDING FIELDS OF WA_DMC_DOCUMENTS
WHERE...

How to access SAP table DMC_DOCUMENTS

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