OIRC_PRCHK SAP (SSR Pricing - Price check) Table details

Dictionary Type: Table
Description: SSR Pricing - Price check




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




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

OIRC_PRCHK is a standard SAP Table which is used to store SSR Pricing - Price check data and is available within R/3 SAP systems depending on the version and release level.

The OIRC_PRCHK table consists of various fields, each holding specific information or linking keys about SSR Pricing - Price check data available in SAP. These include PBLNR (Business location identifier (IS-Oil MRN)), RNBT (Business type), MATNR (Material Number), SERVTYP (Service type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIRC_PRCHK table 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
MANDTClient MANDTCLNT3T000MANDT
PBLNRBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10OIFSPBLALPHAOIF_PBLNROI0OIFB
RNBTBusiness type OIRA_RNBTCHAR4OIRBPBLBOIRA_RNBTOIRA_0
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
SERVTYPService type OIRA_STYPCHAR4OIRASTYPOIRA_STYPOIR_ST
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_SAPCHAR2Assigned to domainOIRC_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 table OIRC_PRCHK using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIRC_PRCHK to SELECT all data from the table
DATA: WA_OIRC_PRCHK TYPE OIRC_PRCHK.

SELECT SINGLE *
FROM OIRC_PRCHK
INTO CORRESPONDING FIELDS OF WA_OIRC_PRCHK
WHERE...

How to access SAP table OIRC_PRCHK

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