ROIRC_PRICESTRUC_COMP SAP (Display Structure for competitor prices) Structure details

Dictionary Type: Structure
Description: Display Structure for competitor prices




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




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

ROIRC_PRICESTRUC_COMP 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 competitor prices" 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_PRICESTRUC_COMP TYPE ROIRC_PRICESTRUC_COMP.

The ROIRC_PRICESTRUC_COMP table consists of various fields, each holding specific information or linking keys about Display Structure for competitor prices data available in SAP. These include COMPPBLNR (Business location identifier (IS-Oil MRN)), DOMID (Dominance indicator), DIST (Distance from competitor's location), DISTUOM (Distance unit of measurement).. 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_PRICESTRUC_COMP 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
COMPPBLNRBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10Assigned to domainALPHAOIF_PBLNROI0OIFB
DOMIDDominance indicator OIRB_DOMIDCHAR2CHAR2
DISTDistance from competitor's location OIRB_DISTNUMC4NUMC4
DISTUOMDistance unit of measurement OIRB_DISTUOMUNIT3Assigned to domainCUNITMEINS
BRANDLocation brand OIRB_BRANDCHAR5Assigned to domainOIRB_BRAND
ADDRESSCharacter field length 57 CHAR57CHAR57CHAR57
RATE_DIFFRate (condition amount or percentage) where no scale exists KBETR_KONDCURR11(2) WERTV6
ERDATDate on Which Record Was Created ERDATDATS8DATUM
MRDATEValid from date OIRB_DATEFROMDATS8DATUM
MRTIMEVALID FROM TIME OIRB_TIMEFROMTIMS6UZEIT
MRDATE_TOValid to date OIRB_DATETODATS8DATUM
MRTIME_TOVALID TO TIME OIRB_TIMETOTIMS6UZEIT
PC_REASONSSR Pricing - Change reason OIRC_PCRCHAR2Assigned to domainOIRC_PCR
SERVTYPService type OIRA_STYPCHAR4Assigned to domainOIRA_STYPOIR_ST
TOL_STATUSSSR Fuels - Price status check light OIRC_FPRSTCHAR4CHAR04
MAT_PRICE1SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MAT_PRICE2SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MAT_PRICE3SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MAT_PRICE4SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MAT_PRICE5SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MAT_PRICE6SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MAT_PRICE7SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MAT_PRICE8SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MAT_PRICE9SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
MAT_PRICE10SSR Pricing: Currency fields for pricing reports and screen OIRC_CURRV13CURR13(2) WERTV7
CURRENCYCurrency Key CURRENCYCUKY5Assigned to domainWAERS
BASMEBase UoM of material at event entry OII_BASMEUNIT3Assigned to domainCUNITMEINS
CHDOCNUMSSR price change document number OIRC_CHDOCNUMCHAR10ALPHAOIRC_CHDOCNUM
PC_REASON_TEXTDescription BEZEI20CHAR20TEXT20
CHGTEXTChange reason (free form text) OIRC_CHGTEXTCHAR80TEXT80

Key field Non-key field



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

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

How to access SAP table ROIRC_PRICESTRUC_COMP

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