GRMG_PROPERTIES SAP (GRMG: Table for properties) Table details

Dictionary Type: Table
Description: GRMG: Table for properties




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




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

GRMG_PROPERTIES is a standard SAP Table which is used to store GRMG: Table for properties data and is available within R/3 SAP systems depending on the version and release level.

The GRMG_PROPERTIES table consists of various fields, each holding specific information or linking keys about GRMG: Table for properties data available in SAP. These include SCEN_VERSION (GRMG: Type for version), SCEN_INST (GRMG: Type for version), COMP_NAME (GRMG: Type for component name), COMP_VERSION (GRMG: Type for version).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP GRMG_PROPERTIES 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
SCEN_NAMEGRMG: Type for names GRMG_NAME_TYPECHAR8GRMG_CHAR008
SCEN_VERSIONGRMG: Type for version GRMG_VERSION_TYPENUMC3NUMC3
SCEN_INSTGRMG: Type for version GRMG_VERSION_TYPENUMC3NUMC3
COMP_NAMEGRMG: Type for component name GRMG_COMP_NAME_TYPECHAR8CHAR8
COMP_VERSIONGRMG: Type for version GRMG_VERSION_TYPENUMC3NUMC3
PROP_NAMEGRMG: Type for property name GRMG_PROP_NAME_TYPECHAR40GRMG_CHAR040
PROP_TYPEGRMG: Type for property type GRMG_PROPERTY_TYPECHAR3GRMG_CHAR003
PROP_VALUEGRMG: Type for property value GRMG_PROP_VALUE_TYPECHAR250TEXT_250
PROP_SSDBSystem GUID for ABAP Systems or Other Systems CSMSYSGUIDCHAR32SYSUUID_C
PROP_VALEXT1GRMG: Type for property value GRMG_PROP_VALUE_TYPECHAR250TEXT_250
PROP_VALEXT2GRMG: Type for property value GRMG_PROP_VALUE_TYPECHAR250TEXT_250
PROP_VALEXT3GRMG: Type for property value GRMG_PROP_VALUE_TYPECHAR250TEXT_250
PROP_VALEXT4GRMG: Type for property value GRMG_PROP_VALUE_TYPECHAR250TEXT_250
PROP_VALEXT5GRMG: Type for property value GRMG_PROP_VALUE_TYPECHAR250TEXT_250
PROP_VALEXT6GRMG: Type for property value GRMG_PROP_VALUE_TYPECHAR250TEXT_250
PROP_VALEXT7GRMG: Type for property value GRMG_PROP_VALUE_TYPECHAR250TEXT_250
PROP_VALEXT8GRMG: Type for property value GRMG_PROP_VALUE_TYPECHAR250TEXT_250

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRMG_PROPERTIES
INTO CORRESPONDING FIELDS OF WA_GRMG_PROPERTIES
WHERE...

How to access SAP table GRMG_PROPERTIES

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