DMC_UPG_CUST SAP (MWB: Customer Data for a Project) Table details

Dictionary Type: Table
Description: MWB: Customer Data for a Project




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




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

DMC_UPG_CUST is a standard SAP Table which is used to store MWB: Customer Data for a Project data and is available within R/3 SAP systems depending on the version and release level.

The DMC_UPG_CUST table consists of various fields, each holding specific information or linking keys about MWB: Customer Data for a Project data available in SAP. These include CUST_DESC (MWB: Customer Description), CRNAM (MWB: User who created the object), CRDAT (MWB: Date on which the object was created), CHNAM (MWB: User who made the last change).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP DMC_UPG_CUST 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
CUSTOMERMWB: Customer DMC_UPG_CUSTOMERCHAR20
CUST_DESCMWB: Customer Description DMC_UPG_CUST_DESCCHAR60TEXT60
CRNAMMWB: User who created the object DMC_UPG_CRNAMCHAR12UNAME
CRDATMWB: Date on which the object was created DMC_UPG_CRDATDATS8DATUM
CHNAMMWB: User who made the last change DMC_UPG_CHNAMCHAR12UNAME
CHDATMWB: Date on which the object was changed for the last time DMC_UPG_CHDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_UPG_CUST
INTO CORRESPONDING FIELDS OF WA_DMC_UPG_CUST
WHERE...

How to access SAP table DMC_UPG_CUST

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