UKM_CONTEXT_C SAP (UKM: Mapping context) Table details

Dictionary Type: Table
Description: UKM: Mapping context




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




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

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

The UKM_CONTEXT_C table consists of various fields, each holding specific information or linking keys about UKM: Mapping context data available in SAP. These include SUB_CONTEXT_ID (ID of the Subcontext), MAIN_CONTEXT (Main Context of the Mapping), SUB_CONTEXT (Subcontext of the Mapping), MAPPING_TYPE (Mapping Type).. 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 UKM_CONTEXT_C 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
MAIN_CONTEXT_IDID of the Main Context UKM_E_MAIN_CONTEXT_IDCHAR32UKM_D_MAPPING_CONTEXT_ID
SUB_CONTEXT_IDID of the Subcontext UKM_E_SUB_CONTEXT_IDCHAR32UKM_D_MAPPING_CONTEXT_ID
MAIN_CONTEXTMain Context of the Mapping UKM_E_MAIN_CONTEXT_CODECHAR4UKM_D_MAIN_CONTEXT_CODE
SUB_CONTEXTSubcontext of the Mapping UKM_E_SUB_CONTEXT_CODECHAR1UKM_D_SUB_CONTEXT_CODE
MAPPING_TYPEMapping Type UKM_E_MAPPING_TYPE_CODECHAR1UKM_D_MAPPING_TYPE_CODE
DISTRIBUTABLEDistribution-Relevant Mapping UKM_E_DISTRIBUTABLE_BOOLEANCHAR1UKM_D_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM UKM_CONTEXT_C
INTO CORRESPONDING FIELDS OF WA_UKM_CONTEXT_C
WHERE...

How to access SAP table UKM_CONTEXT_C

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