INM_M_OBJ_GRP SAP (Object Type for Group) Table details

Dictionary Type: Table
Description: Object Type for Group




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




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

INM_M_OBJ_GRP is a standard SAP Table which is used to store Object Type for Group data and is available within R/3 SAP systems depending on the version and release level.

The INM_M_OBJ_GRP table consists of various fields, each holding specific information or linking keys about Object Type for Group data available in SAP. These include OBJECT_GUID (Object ID), OBJECT_TYPE (Object Type), OBJECT_GROUP (Metrics-Independent Object Groups), CHANGED_BY (Name of Person Who Changed Object).. 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 INM_M_OBJ_GRP 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
OBJECT_GUIDObject ID INM_M_TV_OBJECT_IDRAW16SYSUUID
OBJECT_TYPEObject Type INM_M_TV_OBJECT_TYPECHAR15Assigned to domainINM_M_TD_OBJECT_TYPE
OBJECT_GROUPMetrics-Independent Object Groups INM_M_TV_OBJECT_GROUPCHAR15Assigned to domainINM_M_TD_OBJECT_GROUP
CHANGED_BYName of Person Who Changed Object INM_M_TV_CHANGED_BYCHAR12Assigned to domainXUBNAME
CHANGED_ONTime of Last Change INM_M_TV_CHANGED_ONDEC15TSTPSBCOS_TSTMP
CREATED_BYName of Person Who Created Object INM_M_TV_CREATED_BYCHAR12Assigned to domainXUBNAME
CREATED_ONTime of Creation of Object INM_M_TV_CREATED_ONDEC15TSTPSBCOS_TSTMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM INM_M_OBJ_GRP
INTO CORRESPONDING FIELDS OF WA_INM_M_OBJ_GRP
WHERE...

How to access SAP table INM_M_OBJ_GRP

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