ROIIGMMK SAP (GMM: General meter header table - transfer struct.) Structure details

Dictionary Type: Structure
Description: GMM: General meter header table - transfer struct.




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




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

ROIIGMMK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "GMM: General meter header table - transfer struct." Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ROIIGMMK TYPE ROIIGMMK.

The ROIIGMMK table consists of various fields, each holding specific information or linking keys about GMM: General meter header table - transfer struct. data available in SAP. These include MANDT (Client), GMMNR (GMM: Number of general meter), OBJNR (Object number), GMMTYP (GMM: Type of general meter).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIIGMMK structure 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
MANDTClient MANDTCLNT3T000MANDT
GMMNRGMM: Number of general meter OII_GMMNRCHAR20OIIGMMKALPHAOII_GMMNROIJ
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
GMMTYPGMM: Type of general meter OII_GMMTYPCHAR1OIIGMMTOII_GMMTYP
EQUNREquipment number OII_EQUNRCHAR18EQUIALPHAEQUNR
TPLNRFunctional location ID OII_TPLNRCHAR30IFLOTTPLNRTPLNRIFL
HERSTManufacturer of equipment OII_HERSTCHAR30TEXT30
HERLDCountry of manufacturer OII_HERLDCHAR3T005LAND1
SERGEManufacturer serial number OII_SSERGECHAR30CHAR30
TYPBZManufacturer model number OII_STYPBZCHAR20CHAR20
BAUJJYear of construction OII_SBAUJJCHAR4CHAR4
BAUMMMonth of construction OII_SBAUMMCHAR2CHAR2
VOLUNGMM: Volume UoM (Oil BDRP) OII_VOLUMUNIT3T006CUNITMEINS
MASUNUoM - mass (Oil BDRP) OII_MASUNUNIT3T006CUNITMEINS
LENUNLength UoM (Oil BDRP) OII_LENUNUNIT3T006CUNITMEINS
NRDIGGMM: Number of digits in meter counter OII_NRDIGNUMC2OII_NRDIG
NRDPLGMM: Number of decimal places in meter counter OII_NRDPLNUMC1OII_NRDPL
CONFACGMM: Conversion factor OII_CONFACDEC10(5) OII_CONFAC
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
RECDATGMM: Last recalibration date OII_RECDATDATS8DATS
RECTIMGMM: Last recalibration time OII_RECTIMTIMS6UZEIT
STCOUNGMM: Start counter reading OII_STCOUNNUMC12OII_MCOUNT
SERVTYPService type OIRA_STYPCHAR4Assigned to domainOIRA_STYPOIR_ST
QMET_INDQuantity Meter Indicator OIRC_QMET_INDCHAR1XFELD
MATSWITCHMaterial Switch Indicator OIRC_MATSWITCHCHAR1CHAR1
ERDATDate record created OII_ERDATDATS8DATS
ERZEITTime record created OII_ERZEITTIMS6TIME
ERNAMUser who created record OII_ERNAMCHAR12USNAM
AEDATDate record changed OII_AEDATDATS8DATS
AEZEITTime record changed OII_AEZEITTIMS6TIME
AENAMUser who changed record OII_AENAMCHAR12USNAM
BLOINDBlocking indicator OII_BLOINDCHAR1XFELD
DELINDDeletion indicator OII_DELINDCHAR1XFELD
LAST_RDG_CHKCheck Last Meter Reading OIJ_METER_LAST_RDG_CHKCHAR1XFELD
ST_MTR_RTStop Meter calculation routine type OIJ_STOP_METER_RTCHAR12TOIJ_STOP_MTR_RTOIJ_STOP_METER_RT
UPDFLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



How do I retrieve data from SAP structure ROIIGMMK using ABAP code?

As ROIIGMMK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ROIIGMMK as there is no data to select.

How to access SAP table ROIIGMMK

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