OIRBMATMET SAP (Business Location material/meter assignment (IS-Oil, SSR)) Table details

Dictionary Type: Table
Description: Business Location material/meter assignment (IS-Oil, SSR)




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




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

OIRBMATMET is a standard SAP Table which is used to store Business Location material/meter assignment (IS-Oil, SSR) data and is available within R/3 SAP systems depending on the version and release level.

The OIRBMATMET table consists of various fields, each holding specific information or linking keys about Business Location material/meter assignment (IS-Oil, SSR) data available in SAP. These include PBLNR (Business location identifier (IS-Oil MRN)), RNBT (Business type), SEQNR (GMM: Sequence number of meter assigned to customer), MATNR (Material Number).. 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: Can be enhanced (character-type)


SAP OIRBMATMET 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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIRBMATMET
INTO CORRESPONDING FIELDS OF WA_OIRBMATMET
WHERE...

How to access SAP table OIRBMATMET

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