OIO_MT_MTPROF SAP (Material tracking profiles) Table details

Dictionary Type: Table
Description: Material tracking profiles




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




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

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

The OIO_MT_MTPROF table consists of various fields, each holding specific information or linking keys about Material tracking profiles data available in SAP. These include MTPROF_ID (Material tracking profile ID), OBJTY_INIT (Object type for document flow), DFPROF_ID (Document flow profile ID), DFPINV_01 (Flag: invert document flow profile).. 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: Can be enhanced (character-type)

Text table = OIO_MT_MTPROF_TX


SAP OIO_MT_MTPROF 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
MTPROF_IDMaterial tracking profile ID OIO_MTPROF_IDCHAR4ALPHAOIO_MTPROF_ID
OBJTY_INITObject type for document flow OIO_OBJTYCHAR4OIO_CM_OBJTYALPHAOIO_OBJTY
DFPROF_IDDocument flow profile ID OIO_DFPROF_IDCHAR2OIO_MT_DFPROFOIO_DFPROF_ID
DFPINV_01Flag: invert document flow profile OIO_DFPINVCHAR1FLAG
DFPROF_02Document flow profile ID OIO_DFPROF_IDCHAR2OIO_MT_DFPROFOIO_DFPROF_ID
DFPINV_02Flag: invert document flow profile OIO_DFPINVCHAR1FLAG
DFPMRG_02Flag: merge document flow OIO_DFPMRGCHAR1FLAG
TRGRP_01Tracking group id OIO_TRGRP_IDCHAR4OIO_MT_TRGRPALPHAOIO_TRGRP_ID
TRGRP_02Tracking group id OIO_TRGRP_IDCHAR4OIO_MT_TRGRPALPHAOIO_TRGRP_ID
TRGRP_03Tracking group id OIO_TRGRP_IDCHAR4OIO_MT_TRGRPALPHAOIO_TRGRP_ID
TRGRP_04Tracking group id OIO_TRGRP_IDCHAR4OIO_MT_TRGRPALPHAOIO_TRGRP_ID
TRGRP_05Tracking group id OIO_TRGRP_IDCHAR4OIO_MT_TRGRPALPHAOIO_TRGRP_ID
OUTPUT_TYPEMaterial tracking output type OIO_MT_OUTPUT_TYPECHAR1OIO_MT_OUTPUT_TYPE
SFORMSmart form for tracking output (not used at present) OIO_MT_TDSFNAMECHAR30STXFADMTDSFNAMESSFNAME
XEXTRFlag: Profile may be used to prepare extract OIO_MT_XEXTRCHAR1OIO_MT_XEXTR
X_SEL_STATUS_LOFlag: select by low bound status OIO_MT_XSELST_LOCHAR1FLAG
X_SEL_STATUS_HIFlag: Selection by high bound status OIO_MT_XSELST_HICHAR1FLAG
X_DEL_PARENTFlag: parent is deleted when all children deleted OIO_MT_XDLPARCHAR1FLAG
OBJCT_WTracking object count - warning OIO_MT_OBJCT_WNUMC10NUM10
OBJCT_ETracking object count - error OIO_MT_OBJCT_ENUMC10NUM10

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIO_MT_MTPROF
INTO CORRESPONDING FIELDS OF WA_OIO_MT_MTPROF
WHERE...

How to access SAP table OIO_MT_MTPROF

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