OIRE_RECON_DET SAP (Detailed reconciliation data) Table details

Dictionary Type: Table
Description: Detailed reconciliation data




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




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

OIRE_RECON_DET is a standard SAP Table which is used to store Detailed reconciliation data data and is available within R/3 SAP systems depending on the version and release level.

The OIRE_RECON_DET table consists of various fields, each holding specific information or linking keys about Detailed reconciliation data data available in SAP. These include UPLNR (Clearing House Upload Number (internal)), POSNR (Item number of a recon. upload number), PBLNR (Business location identifier (IS-Oil MRN)), CCINS (SSR PC: Payment card 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 OIRE_RECON_DET 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
UPLNRClearing House Upload Number (internal) OIRE_UPLNR_RECONCHAR10OIRE_RECON_ADMALPHAOIRE_UPLNROIRE_CHUNR
POSNRItem number of a recon. upload number OIRE_POSNR_RECONNUMC6NUMC6
PBLNRBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10OIFSPBLALPHAOIF_PBLNROI0OIFB
CCINSSSR PC: Payment card type OIRE_CCINSCHAR4OIREPCTYPOIRE_CCINSOIRE_CCINS
CCNUMSSR PC: Payment card number OIRE_CCNUMCHAR25OIRE_CCNUMOIRE_CCNUM
SALES_TIMESTMPSales timestamp (Format: YYYYMMDDhhmmss) OIRE_SALES_TIMESTAMP_UTCDEC15TZNTSTMPS
TERMNRSSR PC: Receipt number of terminal at bus. location OIRE_TERMNRNUMC10NUMC10
BRTWRSSR PC: Gross value OIRE_BRTWRCURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AUTNRSSR PC: Authorization number OIRE_AUTNRCHAR20CHAR20
SSMIDSSR PC: Service station merchant ID OIRE_SSMIDCHAR20OIRE_SSMID
SSMIDTSSR PC: Service station merchant ID text OIRE_SSMIDTXCHAR50OIRE_SSMIDTX
RECON_NOReconciliation run number OIRE_RECON_NOCHAR10Assigned to domainALPHAOIRE_RECON_NO
SETTLNRSSR PC: CH settlement and/or transmission document number OIRE_SETTLNRCHAR10Assigned to domainALPHAOIRE_SETTLNR
CGUIDGUID of a Payment Card CARD_GUIDRAW16SYSUUID
ENCTPType of Encryption CCSECA_ENCTYPECHAR1CCSECA_ENCTYPE
CRYPTIC_HASHHash Value of a Payment Card Number CCSECA_CRYPTIC_HASHCHAR40

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIRE_RECON_DET
INTO CORRESPONDING FIELDS OF WA_OIRE_RECON_DET
WHERE...

How to access SAP table OIRE_RECON_DET

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