ROIRC_PRCHK SAP (SSR Pricing - Price check) Structure details

Dictionary Type: Structure
Description: SSR Pricing - Price check




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




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

ROIRC_PRCHK 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 "SSR Pricing - Price check" 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_PRCHK TYPE ROIRC_PRCHK.

The ROIRC_PRCHK table consists of various fields, each holding specific information or linking keys about SSR Pricing - Price check data available in SAP. These include TIME_ZONE (SSR Fuels - Service station time zone), P_DATE (SSR Fuels - local date), P_TIME (SSR Fuels - Local time), BUKRS (Company Code).. 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_PRCHK 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
TMSTMUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
TIME_ZONESSR Fuels - Service station time zone OIRC_TIMEZONECHAR6Assigned to domainTZNZONE
P_DATESSR Fuels - local date OIRC_DATUMDATS8DATUM
P_TIMESSR Fuels - Local time OIRC_UZEITTIMS6UZEIT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KBETRSSR Pricing - Actual price OIRC_KBETR_ACTUALCURR11(2) WERTV6
KBETR_TARGETSSR Pricing - Target price OIRC_KBETR_TARGETCURR11(2) WERTV6
KONWASSR Pricing - Actual price currency OIRC_KONWA_ACTUALCUKY5TCURCWAERS
KPEINSSR Pricing - Actual price pricing unit OIRC_KPEIN_ACTUALDEC5KPEIN
KMEINSSR Pricing - Actual price condition unit OIRC_KMEIN_ACTUALUNIT3T006CUNITMEINS
KBETR_DIFFSSR Pricing - Difference target/actual price OIRC_KBETR_DIFFCURR11(2) WERTV6
PROC_TYPESSR Fuels - Process type OIRC_IND_PROCCHAR1OIRC_IND_PROC
TOL_STATUSSSR Fuels - Price status check light OIRC_PRSTCHKCHAR4CHAR04
STCODESSR Fuels - Status code OIRC_STCODE_SAPCHAR2OIRC_STATUSOIRC_STCODE_SAP
BEZEIDescription BEZEI40CHAR40TEXT40
USR_INDSSR Fuels - User error indicator OIRC_USR_INDCHAR1YESNO
ERDATDate record created OII_ERDATDATS8DATS
ERZEITTime record created OII_ERZEITTIMS6TIME
ERNAMUser who created record OII_ERNAMCHAR12USNAM
AEDATDate record changed OII_AEDATDATS8DATS
AEZEITTime record changed OII_AEZEITTIMS6TIME
AENAMUser who changed record OII_AENAMCHAR12USNAM
BLOINDBlocking indicator OII_BLOINDCHAR1XFELD
DELINDDeletion indicator OII_DELINDCHAR1XFELD
ADDRESSCharacter field length 57 CHAR57CHAR57CHAR57

Key field Non-key field



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

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

How to access SAP table ROIRC_PRCHK

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