DFKKMDUGPP SAP (Master Data Lot: Subitems of Group Item) Table details

Dictionary Type: Table
Description: Master Data Lot: Subitems of Group Item




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




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

DFKKMDUGPP is a standard SAP Table which is used to store Master Data Lot: Subitems of Group Item data and is available within R/3 SAP systems depending on the version and release level.

The DFKKMDUGPP table consists of various fields, each holding specific information or linking keys about Master Data Lot: Subitems of Group Item data available in SAP. These include APPLC (Calling Application), KEYM1 (Master Data Lot), GRPNR (Group Number in Master Data Lot), POSMA (Item Number in Master Data Group).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DFKKMDUGPP 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
APPLCCalling Application MDU_APPLCCHAR5MDU_APPLC
KEYM1Master Data Lot MDU_KEYM1CHAR12MDU_KEYM1
GRPNRGroup Number in Master Data Lot MDU_GRPNRNUMC6NUM06
POSMAItem Number in Master Data Group MDU_POSMANUMC6NUM06
POSMPSubitem Number of Subobject MDU_POSMPNUMC6NUM06
OBJSTSubobjects of Application Objects MDU_OBJSTCHAR5MDU_OBJST
DATA_OLDData of Application Objects MDU_DATASTRG0
DATA_NEWData of Application Objects MDU_DATASTRG0

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKMDUGPP
INTO CORRESPONDING FIELDS OF WA_DFKKMDUGPP
WHERE...

How to access SAP table DFKKMDUGPP

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