ROIRC_SUM_STRUC SAP (Display Structure for meter readings daily report) Structure details

Dictionary Type: Structure
Description: Display Structure for meter readings daily report




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




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

ROIRC_SUM_STRUC 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 "Display Structure for meter readings daily report" 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_ROIRC_SUM_STRUC TYPE ROIRC_SUM_STRUC.

The ROIRC_SUM_STRUC table consists of various fields, each holding specific information or linking keys about Display Structure for meter readings daily report data available in SAP. These include TOTAL_CJ (Char 15), TOTAL_CJ_VALUE (Char 15), MATQUAN01 (Char 15), VALUE01 (Char 15).. 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 ROIRC_SUM_STRUC 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
DESC1Data Element Type CHAR Length 35 CHAR35CHAR35CHAR35
TOTAL_CJChar 15 CHAR15CHAR15CHAR15
TOTAL_CJ_VALUEChar 15 CHAR15CHAR15CHAR15
MATQUAN01Char 15 CHAR15CHAR15CHAR15
VALUE01Char 15 CHAR15CHAR15CHAR15
MATQUAN02Char 15 CHAR15CHAR15CHAR15
VALUE02Char 15 CHAR15CHAR15CHAR15
MATQUAN03Char 15 CHAR15CHAR15CHAR15
VALUE03Char 15 CHAR15CHAR15CHAR15
MATQUAN04Char 15 CHAR15CHAR15CHAR15
VALUE04Char 15 CHAR15CHAR15CHAR15
MATQUAN05Char 15 CHAR15CHAR15CHAR15
VALUE05Char 15 CHAR15CHAR15CHAR15
MATQUAN06Char 15 CHAR15CHAR15CHAR15
VALUE06Char 15 CHAR15CHAR15CHAR15
MATQUAN07Char 15 CHAR15CHAR15CHAR15
VALUE07Char 15 CHAR15CHAR15CHAR15
MATQUAN08Char 15 CHAR15CHAR15CHAR15
VALUE08Char 15 CHAR15CHAR15CHAR15
MATQUAN09Char 15 CHAR15CHAR15CHAR15
VALUE09Char 15 CHAR15CHAR15CHAR15
MATQUAN10Char 15 CHAR15CHAR15CHAR15
VALUE10Char 15 CHAR15CHAR15CHAR15
MATQUAN11Char 15 CHAR15CHAR15CHAR15
VALUE11Char 15 CHAR15CHAR15CHAR15
MATQUAN12Char 15 CHAR15CHAR15CHAR15
VALUE12Char 15 CHAR15CHAR15CHAR15
MATQUAN13Char 15 CHAR15CHAR15CHAR15
VALUE13Char 15 CHAR15CHAR15CHAR15
MATQUAN14Char 15 CHAR15CHAR15CHAR15
VALUE14Char 15 CHAR15CHAR15CHAR15
MATQUAN15Char 15 CHAR15CHAR15CHAR15
VALUE15Char 15 CHAR15CHAR15CHAR15
KONWARate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
BASMEBase UoM of material at event entry OII_BASMEUNIT3Assigned to domainCUNITMEINS
DELTATOTChar 15 CHAR15CHAR15CHAR15
DELTAPERCChar 15 CHAR15CHAR15CHAR15

Key field Non-key field



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

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

How to access SAP table ROIRC_SUM_STRUC

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