ROIRC_DIP_PRICESTRUC SAP (Display Structure for pricing reports) Structure details

Dictionary Type: Structure
Description: Display Structure for pricing reports




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




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

ROIRC_DIP_PRICESTRUC 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 pricing reports" 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_DIP_PRICESTRUC TYPE ROIRC_DIP_PRICESTRUC.

The ROIRC_DIP_PRICESTRUC table consists of various fields, each holding specific information or linking keys about Display Structure for pricing reports data available in SAP. These include MRTIME (VALID FROM TIME), PC_REASON (SSR Pricing - Change reason), SERVTYP (Standard service type), TOTAL_CJ (SSR Fuels - Value field for currency).. 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 ROIRC_DIP_PRICESTRUC 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
MRDATEValid from date OIRB_DATEFROMDATS8DATUM
MRTIMEVALID FROM TIME OIRB_TIMEFROMTIMS6UZEIT
PC_REASONSSR Pricing - Change reason OIRC_PCRCHAR2Assigned to domainOIRC_PCR
SERVTYPStandard service type OIRA_STD_STYPCHAR4Assigned to domainOIRA_STYP
TOTAL_CJSSR Fuels - Value field for currency OIRC_WERTDEC13(2) OIRC_WERT
MATQUAN01SSR Fuels - Value field for currency OIRC_WERTDEC13(2) OIRC_WERT
MATQUAN02SSR Fuels - Value field for currency OIRC_WERTDEC13(2) OIRC_WERT
MATQUAN03SSR Fuels - Value field for currency OIRC_WERTDEC13(2) OIRC_WERT
MATQUAN04SSR Fuels - Value field for currency OIRC_WERTDEC13(2) OIRC_WERT
MATQUAN05SSR Fuels - Value field for currency OIRC_WERTDEC13(2) OIRC_WERT
MATQUAN06SSR Fuels - Value field for currency OIRC_WERTDEC13(2) OIRC_WERT
MATQUAN07SSR Fuels - Value field for currency OIRC_WERTDEC13(2) OIRC_WERT
MATQUAN08SSR Fuels - Value field for currency OIRC_WERTDEC13(2) OIRC_WERT
MATQUAN09SSR Fuels - Value field for currency OIRC_WERTDEC13(2) OIRC_WERT
MATQUAN10SSR Fuels - Value field for currency OIRC_WERTDEC13(2) OIRC_WERT

Key field Non-key field



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

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

How to access SAP table ROIRC_DIP_PRICESTRUC

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