OIRECH SAP (SSR PC: Clearing House table (IS-Oil SSR)) Table details

Dictionary Type: Table
Description: SSR PC: Clearing House table (IS-Oil SSR)




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




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

OIRECH is a standard SAP Table which is used to store SSR PC: Clearing House table (IS-Oil SSR) data and is available within R/3 SAP systems depending on the version and release level.

The OIRECH table consists of various fields, each holding specific information or linking keys about SSR PC: Clearing House table (IS-Oil SSR) data available in SAP. These include CHOBJ (SSR PC: Clearing house), KTOPL (Chart of Accounts), BUKRS (Company Code), HKONT_V (SSR PC: Receivables account for payment card transactions).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = OIRECHT


SAP OIRECH 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
CHOBJSSR PC: Clearing house OIRE_CHOBJCHAR6OIRE_CHOBJ
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HKONT_VSSR PC: Receivables account for payment card transactions OIRE_HKONT_VCHAR10SKA1ALPHASAKNR
HKONT_NSSR PC: Cash clearing account OIRE_HKONT_NCHAR10SKA1ALPHASAKNR
ADRNRSSR PC: Address number OIRE_ADRNRCHAR10ADRCALPHAAD_ADDRNUM
CHSMSSSR PC: Clearing house settlement message structure OIRE_CHSMSCHAR10OIRHCHSMSCOIRH_CHSMS
KSCYCSSR PC: CO distribution cycle OIRE_KSCYCCHAR6CHAR6KCY
CYCBADIBADI for fee cost distribution OIRI_DIST_BADICHAR20OIRI_DIST_VALOIRI_DIST_BADI
INVMETHInvoicing method for SSR Invoicing OIRI_INVMETHCHAR3OIRIMTYPOIRI_INVMETH
FNSETSSR PC: Settlement function OIRE_FNSETCHAR30TFDIRFUNCNAME
RFCSETSSR PC: Logical destination (specified in function call) OIRE_RFCDESTCHAR32RFCDESRFCDESTRFC
KONDTSSR PC: Condition type calculation level OIRE_KONDTCHAR2OIRE_KONDT
OCMID1SSR PC: Merchant ID 1 of the company OIRE_OCMID1CHAR10CHAR10
OCMID2SSR PC: Merchant ID 2 of the company OIRE_OCMID2CHAR10CHAR10
OCMID3SSR PC: Merchant ID 3 of the company OIRE_OCMID3CHAR10CHAR10
OCMID4SSR PC: Merchant ID 4 of the company OIRE_OCMID4CHAR10CHAR10
OCMTXSSR PC: Merchant ID text of the company OIRE_OCMTXCHAR40CHAR40
AUGLVSSR PC: Clearing house settlement clearing procedure OIRE_AUGLVCHAR8T041AAUGLV
NUMRISSR PC: Settlement document run number (internal) OIRE_SETTLNR_NUMRICHAR2CHAR2
NUMRESSR PC: Settlement document run number (external) OIRE_SETTLNR_NUMRECHAR2CHAR2
NUMRI_TRNSMNumber range for settlement transmission number OIRH_TRNSMN_NUMRICHAR2CHAR2
CONVGRSSR Interface conversion group definition (IS-Oil, SSR) OIRH_CONVGRCHAR4OIRHCVGRDEFCCHAR4
LOGSYSLogical system for EDI OIRH_LOGSYSCHAR10TBDLSALPHALOGSYS
HKONT_WSSR PC: Write off account for oil co. respons. Cr Card Txns OIRE_HKONT_WCHAR10SKA1ALPHASAKNR
BLARTDocument Type BLARTCHAR2T003BLARTBAR
SDDOCCHKSSR PC: Check indicator to create SD Billing Doc at settlemt OIRE_SDDOCCHKCHAR1CHAR1
CODISTCHKSSR PC: Check indicator to create CO distribut'n at settlemt OIRE_CODISTCHKCHAR1CHAR1
FIDOCCHKSSR PC: Check indicator to create FI Document at settlement OIRE_FIDOCCHKCHAR1CHAR1
KONWA_TRTransmission currency OIRH_KONWA_TRCUKY5TCURCWAERS
KURST_TRTransmission exchange rate type OIRH_KURST_TRCHAR4TCURVKURST
KONWA_FISSR PC FI Document Transaction Currency OIRE_KONWA_FICUKY5TCURCWAERS
KURST_FISSR PC FI Document Exchange Rate Type OIRE_KURST_FICHAR4TCURVKURST

Key field Non-key field



How do I retrieve data from SAP table OIRECH using ABAP code

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

SELECT SINGLE *
FROM OIRECH
INTO CORRESPONDING FIELDS OF WA_OIRECH
WHERE...

How to access SAP table OIRECH

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