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

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




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




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

ROIRBMATMET 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 location 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_ROIRBMATMET TYPE ROIRBMATMET.

The ROIRBMATMET table consists of various fields, each holding specific information or linking keys about GMM: General location meter header table - transfer struct. data available in SAP. These include MANDT (Client), PBLNR (Business location identifier (IS-Oil MRN)), RNBT (Business type), SEQNR (GMM: Sequence number of meter assigned to customer).. 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)


SAP ROIRBMATMET 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
PBLNRBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10OIFSPBLALPHAOIF_PBLNROI0OIFB
RNBTBusiness type OIRA_RNBTCHAR4OIRBPBLBOIRA_RNBTOIRA_0
SEQNRGMM: Sequence number of meter assigned to customer OII_GSEQNRCHAR10ALPHAOII_SEQNR
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
SERVTYPService type OIRA_STYPCHAR4OIRARNBTSTOIRA_STYPOIR_ST
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
D_VALID_TOValid to date OIRB_DATETODATS8DATUM
T_VALID_TOVALID TO TIME OIRB_TIMETOTIMS6UZEIT
D_VALID_FROMValid from date OIRB_DATEFROMDATS8DATUM
T_VALID_FROMVALID FROM TIME OIRB_TIMEFROMTIMS6UZEIT
MT_INDSSR Meters - GMM meter creation indicator OIRC_IND_MTCCHAR1OIRC_IND_MTC
GMMNRGMM: Number of general meter OII_GMMNRCHAR20OIIGMMKALPHAOII_GMMNROIJ
STCOUNGMM: Start counter reading OII_STCOUNNUMC12OII_MCOUNT
QMET_INDQuantity Meter Indicator OIRC_QMET_INDCHAR1XFELD
MATSWITCHMaterial Switch Indicator OIRC_MATSWITCHCHAR1CHAR1
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERTIMTime of creation OI0_ERTIMTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime of day the record was changed OI0_AETIMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
VOLUNGMM: Volume UoM (Oil BDRP) OII_VOLUMUNIT3Assigned to domainCUNITMEINS
GMMTYPGMM: Type of general meter OII_GMMTYPCHAR1Assigned to domainOII_GMMTYP
UPD_FLAGTransaction type TRTYPCHAR1TRTYP
METER_INDSSR Meters - GMM meter creation indicator OIRC_IND_MTCCHAR1OIRC_IND_MTC
ACCTYPESSR Meters - meter access profile ID OIRC_ACC_GRCHAR2Assigned to domainOIRC_ACC_GR
KEYTYPESSR Meters - Key duplicates OIRC_KEY_TYPECHAR1OIRC_KEY_TYPE
DATE_INDSSR Meters: Date/time relevance OIRC_VDATECHAR1OIRC_VDATE
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40

Key field Non-key field



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

As ROIRBMATMET 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 ROIRBMATMET as there is no data to select.

How to access SAP table ROIRBMATMET

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