UMODHDR SAP (Upgrade Modification Information) Table details

Dictionary Type: Table
Description: Upgrade Modification Information




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




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

UMODHDR is a standard SAP Table which is used to store Upgrade Modification Information data and is available within R/3 SAP systems depending on the version and release level.

The UMODHDR table consists of various fields, each holding specific information or linking keys about Upgrade Modification Information data available in SAP. These include PROCMODE (Upgrade Processing Mode (SPDD, SPAU, Patch)), ABGLOBJ (Number of objects to be compared), IMPORTOBJ (Number of objects to be imported), PATCHOBJ (Number Patch Objects).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP UMODHDR 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
SAPRLSAP Release SAPRLCHAR4SAPRL
PROCMODEUpgrade Processing Mode (SPDD, SPAU, Patch) PROCMODECHAR1CHAR1
ABGLOBJNumber of objects to be compared ABGLOBJNUMC6NUMC6
IMPORTOBJNumber of objects to be imported IMPORTOBJNUMC6NUMC06
PATCHOBJNumber Patch Objects PATCHOBJNUMC6NUMC6
DATUMDate DATUMDATS8DATUM
STATUSEditing status (new, being edited, finished) TRWSTATCHAR1TRWSTAT
SAPKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMODHDR
INTO CORRESPONDING FIELDS OF WA_UMODHDR
WHERE...

How to access SAP table UMODHDR

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