UMODOBJ SAP (Upgrade Modification Information: Objects) Table details

Dictionary Type: Table
Description: Upgrade Modification Information: Objects




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




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

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

The UMODOBJ table consists of various fields, each holding specific information or linking keys about Upgrade Modification Information: Objects data available in SAP. These include PGMID (Program ID in Requests and Tasks), OBJECT (Object Type), OBJ_NAME (Version management: Object name), UPGRMODE (Session of the upgrade (Upgrade, Patch)).. 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 UMODOBJ 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
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMEVersion management: Object name VERSOBJNAMCHAR110VERSOBJNAM
UPGRMODESession of the upgrade (Upgrade, Patch) UPGRMODECHAR1CHAR1
MODARTModification type MODARTCHAR1CHAR1
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
LASTTRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
AS4USERLast Changed by AS4USERCHAR12AS4USER
AS4DATEDate of Last Change AS4DATEDATS8AS4DATE
AS4TIMELast changed at AS4TIMETIMS6AS4TIME
STATUSEditing status (new, being edited, finished) TRWSTATCHAR1TRWSTAT
PATCHTRIDSupport Package name PATCHCHAR20PAT03PATCHSH_SPAM_PATCH
SAPKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMODOBJ
INTO CORRESPONDING FIELDS OF WA_UMODOBJ
WHERE...

How to access SAP table UMODOBJ

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