DMC_GEN_EXIT_INC SAP (Assignment of includes with specific coding used in gen. mod) Table details

Dictionary Type: Table
Description: Assignment of includes with specific coding used in gen. mod




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




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

DMC_GEN_EXIT_INC is a standard SAP Table which is used to store Assignment of includes with specific coding used in gen. mod data and is available within R/3 SAP systems depending on the version and release level.

The DMC_GEN_EXIT_INC table consists of various fields, each holding specific information or linking keys about Assignment of includes with specific coding used in gen. mod data available in SAP. These include PROJECTTYPE (MWB: Type of Project), MODULE_TYPE (type of generated function module (OLI, IL, ACS...)), INCL_NAME (ABAP Program Name), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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_GEN_EXIT_INC 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
COBJ_ALIASMWB: Alias of Conversion Object DMC_COBJ_ALIASCHAR20Assigned to domainDMC_CIDENT
PROJECTTYPEMWB: Type of Project DMC_PROJECTTYPENUMC1DMC_PROJECTTYPE
MODULE_TYPEtype of generated function module (OLI, IL, ACS...) DMC_MODULE_TYPECHAR3DMC_MODULE_TYPE
INCL_NAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_GEN_EXIT_INC
INTO CORRESPONDING FIELDS OF WA_DMC_GEN_EXIT_INC
WHERE...

How to access SAP table DMC_GEN_EXIT_INC

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