TCNMMPR_DOCS SAP (Document Overview Exceptions) Table details

Dictionary Type: Table
Description: Document Overview Exceptions




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




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

TCNMMPR_DOCS is a standard SAP Table which is used to store Document Overview Exceptions data and is available within R/3 SAP systems depending on the version and release level.

The TCNMMPR_DOCS table consists of various fields, each holding specific information or linking keys about Document Overview Exceptions data available in SAP. These include PROFILE_DOCS (Profile for Exceptions in the Document Overview), RED_DOCS (Rule Name for Red Light), YELLOW_DOCS (Name of Rule for Yellow Light).. 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

Text table = TCNMMPRT_DOCS


SAP TCNMMPR_DOCS 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
PROFILE_DOCSProfile for Exceptions in the Document Overview CNMMDOCS_PROFILECHAR6CNMMDOCS_PROFILE
RED_DOCSRule Name for Red Light CNMM_REDIDCHAR11GB90BOOL_ID
YELLOW_DOCSName of Rule for Yellow Light CNMM_YELIDCHAR11GB90BOOL_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCNMMPR_DOCS
INTO CORRESPONDING FIELDS OF WA_TCNMMPR_DOCS
WHERE...

How to access SAP table TCNMMPR_DOCS

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