ROIJTIC_METER SAP (Ticket item details: Meter reading Tab) Structure details

Dictionary Type: Structure
Description: Ticket item details: Meter reading Tab




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




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

ROIJTIC_METER 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 "Ticket item details: Meter reading Tab" 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_ROIJTIC_METER TYPE ROIJTIC_METER.

The ROIJTIC_METER table consists of various fields, each holding specific information or linking keys about Ticket item details: Meter reading Tab data available in SAP. These include GMMNR (GMM: Number of general meter), METER_FAC (GMM: Conversion factor), MSTRT_READ (GMM: Start counter reading), MEND_READ (GMM: End counter reading).. 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 ROIJTIC_METER 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
METERIDMeter ID OIJ_MTRNRCHAR10ALPHAOII_SEQNR
GMMNRGMM: Number of general meter OII_GMMNRCHAR20Assigned to domainALPHAOII_GMMNROIJ
METER_FACGMM: Conversion factor OII_CONFACDEC10(5) OII_CONFAC
MSTRT_READGMM: Start counter reading OII_STCOUNNUMC12OII_MCOUNT
MEND_READGMM: End counter reading OII_ENCOUNNUMC12OII_MCOUNT
O_METER_TMSTPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
C_METER_TMSTPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
STMSTRT_READGMM: Start counter reading OII_STCOUNNUMC12OII_MCOUNT
STMEND_READGMM: End counter reading OII_ENCOUNNUMC12OII_MCOUNT
STM_QUANTITYStop meter calculation Quantity OIJ_STM_QUANTQUAN13(3) MENG13
STM_UOMStop meter calculation UOM OIJ_STM_UOMUNIT3Assigned to domainCUNITMEINS
O_METER_DATETSW: Date OIJ_DATEDATS8DATS
O_METER_TIMETSW: Time OIJ_TIMETIMS6UHRZT
C_METER_DATETSW: Date OIJ_DATEDATS8DATS
C_METER_TIMETSW: Time OIJ_TIMETIMS6UHRZT
MSTRT_READ_CHAROpening Meter Reading OIJ_STCOUN_CHARCHAR12CHAR12
MEND_READ_CHARClosing Meter Reading OIJ_ENCOUN_CHARCHAR12CHAR12
METER_QUANTITYCalculated Meter Quantity OIJ_MT_QUANTQUAN13(3) MENG13
METER_UOMMeter Calculation UoM OIJ_MT_UOMUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table ROIJTIC_METER

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