DMC_FILE_STG SAP (MWB: File Settings for an Org. Unit) Table details

Dictionary Type: Table
Description: MWB: File Settings for an Org. Unit




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




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

DMC_FILE_STG is a standard SAP Table which is used to store MWB: File Settings for an Org. Unit data and is available within R/3 SAP systems depending on the version and release level.

The DMC_FILE_STG table consists of various fields, each holding specific information or linking keys about MWB: File Settings for an Org. Unit data available in SAP. These include ORG_GUID (DMC: Globally Unique Key (22 Characters)), IO_DIRECTION (Flow Direction Input/Output), ROOTPATH (Data Path), ACT_RUNID (MWB: Run ID).. 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: Cannot Be Enhanced


SAP DMC_FILE_STG 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
ORG_UNITMWB: Type of Org. Unit (Global, Proj., Subproj., Conv.Obj. ) DMC_OTYPENUMC1DMC_OTYPE
ORG_GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
IO_DIRECTIONFlow Direction Input/Output DMC_IO_DIRECTIONCHAR1DMC_IO_DIRECTION
ROOTPATHData Path DMC_DATAPATHSTRG0
ACT_RUNIDMWB: Run ID DMC_RUNIDNUMC5

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_FILE_STG
INTO CORRESPONDING FIELDS OF WA_DMC_FILE_STG
WHERE...

How to access SAP table DMC_FILE_STG

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