UKMDB_MGPFINA0 SAP (UKM: Positive Mapping Groups) Table details

Dictionary Type: Table
Description: UKM: Positive Mapping Groups




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




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

UKMDB_MGPFINA0 is a standard SAP Table which is used to store UKM: Positive Mapping Groups data and is available within R/3 SAP systems depending on the version and release level.

The UKMDB_MGPFINA0 table consists of various fields, each holding specific information or linking keys about UKM: Positive Mapping Groups data available in SAP. These include GROUP_ID (UKM: Mapping Group ID), OBJECT_ID (UKM: Object ID), MAPPING_STATUS (UKM: Status), GROUP_REFERENCE (UKM: Indicator for Group Reference).. 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 UKMDB_MGPFINA0 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
GROUP_IDUKM: Mapping Group ID UKM_E_GROUP_IDRAW16UKM_D_GUID_RAW
OBJECT_IDUKM: Object ID UKM_E_OBJECT_IDRAW16UKM_D_GUID_RAW
MAPPING_STATUSUKM: Status UKM_E_STATUS_CODECHAR1UKM_D_STATUS_CODE
GROUP_REFERENCEUKM: Indicator for Group Reference UKM_E_GROUP_REFERENCE_BOOLEANCHAR1UKM_D_BOOLEAN
CLIENT_DEFAULTUKM: Indicator for Standard Object of Client System UKM_E_CLIENT_DEFAULT_BOOLEANCHAR1UKM_D_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM UKMDB_MGPFINA0
INTO CORRESPONDING FIELDS OF WA_UKMDB_MGPFINA0
WHERE...

How to access SAP table UKMDB_MGPFINA0

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