/IWFND/I_MGDPIM SAP (ODC Control Table: 'Data Provider Implementation Definition') Table details

Dictionary Type: Table
Description: ODC Control Table: 'Data Provider Implementation Definition'




ABAP Code to SELECT data from /IWFND/I_MGDPIM
Related tables to /IWFND/I_MGDPIM
Access table /IWFND/I_MGDPIM




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

/IWFND/I_MGDPIM is a standard SAP Table which is used to store ODC Control Table: 'Data Provider Implementation Definition' data and is available within R/3 SAP systems depending on the version and release level.

The /IWFND/I_MGDPIM table consists of various fields, each holding specific information or linking keys about ODC Control Table: 'Data Provider Implementation Definition' data available in SAP. These include DP_IMPL_TYPE (Data Provid. Implemt. Type - see /IWFND/CL_MGW_INST_MAN), FOR_SOFT_VERSION (Software Version), CLASS_NAME (Object Type Name), DESCRIPTION (Description - Char 40).. 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: Cannot Be Enhanced


SAP /IWFND/I_MGDPIM 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
MODEL_IDMeta Model Identifier /IWFND/MED_MDL_IDENTIFIERCHAR40/IWFND/I_MED_OHD/IWFND/MED_MDL_IDENTIFIER
DP_IMPL_TYPEData Provid. Implemt. Type - see /IWFND/CL_MGW_INST_MAN /IWFND/MGW_INMA_DP_IMPL_TYPENUMC2/IWFND/MGW_INMA_DP_IMPL_TYPE
FOR_SOFT_VERSIONSoftware Version /IWFND/INMA_SOFTWARE_VERSIONCHAR16/IWFND/I_COCCOL/IWFND/COR_COMPONENT_ID
CLASS_NAMEObject Type Name SEOCLSNAMECHAR30SEOCLASSSEOCLSNAMECLASS
DESCRIPTIONDescription - Char 40 /IWFND/COR_TEXT40CHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP table /IWFND/I_MGDPIM using ABAP code

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

SELECT SINGLE *
FROM /IWFND/I_MGDPIM
INTO CORRESPONDING FIELDS OF WA_/IWFND/I_MGDPIM
WHERE...

How to access SAP table /IWFND/I_MGDPIM

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