OIO_MT_DFLOW SAP (Material tracking document flow definition) Table details

Dictionary Type: Table
Description: Material tracking document flow definition




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




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

OIO_MT_DFLOW is a standard SAP Table which is used to store Material tracking document flow definition data and is available within R/3 SAP systems depending on the version and release level.

The OIO_MT_DFLOW table consists of various fields, each holding specific information or linking keys about Material tracking document flow definition data available in SAP. These include DFPROF_ID (Document flow profile ID), OBJTY (Object type for document flow), OBJTY_PARENT (Object type for document flow), X_FIRST (Flag: First object type in document flow).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP OIO_MT_DFLOW 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 MANDTCLNT3Assigned to domainMANDT
DFPROF_IDDocument flow profile ID OIO_DFPROF_IDCHAR2OIO_MT_DFPROFOIO_DFPROF_ID
OBJTYObject type for document flow OIO_OBJTYCHAR4OIO_CM_OBJTYALPHAOIO_OBJTY
OBJTY_PARENTObject type for document flow OIO_OBJTYCHAR4OIO_CM_OBJTYALPHAOIO_OBJTY
X_FIRSTFlag: First object type in document flow OIO_DFLOW_FIRSTCHAR1XFELD
X_LASTFlag: last object type in document flow OIO_DLFOW_LASTCHAR1XFELD
X_HIDDENFlag: Object type not displayed in document flow OIO_DFLOW_HIDDENCHAR1XFELD
X_CNDHDFlag: object subject to conditional hiding OIO_DFLOW_CND_HIDECHAR1FLAG
OBJGPObject group for conditional hide rule OIO_DFLOW_OBJGPCHAR10OIO_CM_OBJGPOIO_OBJGP
FUNCNAMEFunction name FUNCNAMECHAR30TFDIRFUNCNAMELIB

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIO_MT_DFLOW
INTO CORRESPONDING FIELDS OF WA_OIO_MT_DFLOW
WHERE...

How to access SAP table OIO_MT_DFLOW

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