ROIRC_DIPSTRUC_DEC_SUM SAP (Display Structure for DIP/Meterreports) Structure details

Dictionary Type: Structure
Description: Display Structure for DIP/Meterreports




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




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

ROIRC_DIPSTRUC_DEC_SUM 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 DIP/Meterreports" 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_DIPSTRUC_DEC_SUM TYPE ROIRC_DIPSTRUC_DEC_SUM.

The ROIRC_DIPSTRUC_DEC_SUM table consists of various fields, each holding specific information or linking keys about Display Structure for DIP/Meterreports data available in SAP. These include TOTAL_CJ (SSR Fuels - Sales flow quantity), TOTAL_CJ_VALUE (SSR Pricing: Currency fields for pricing reports and screen), MATQUAN01 (SSR Fuels - Sales flow quantity), VALUE01 (SSR Pricing: Currency fields for pricing reports and screen).. 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: Cannot Be Enhanced


SAP ROIRC_DIPSTRUC_DEC_SUM 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_CJSSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
TOTAL_CJ_VALUESSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN01SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE01SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN02SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE02SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN03SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE03SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN04SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE04SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN05SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE05SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN06SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE06SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN07SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE07SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN08SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE08SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN09SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE09SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN10SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE10SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN11SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE11SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN12SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE12SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN13SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE13SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN14SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE14SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MATQUAN15SSR Fuels - Sales flow quantity OIRC_LIST_MENGEQUAN13(3) MENG13V
VALUE15SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
KONWARate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
BASMEBase UoM of material at event entry OII_BASMEUNIT3Assigned to domainCUNITMEINS
DELTATOTSSR Fuels: Meter Sales flow rounded to nearest whole OIRC_MENGEV13QUAN15OIRC_MENGV13
DELTAPERCSSR Fuels - Value field for currency OIRC_WERTDEC13(2) OIRC_WERT

Key field Non-key field



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

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

How to access SAP table ROIRC_DIPSTRUC_DEC_SUM

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