OIRE_RECON_AGG SAP (Aggregated reconciliation data) Table details

Dictionary Type: Table
Description: Aggregated reconciliation data




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




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

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

The OIRE_RECON_AGG table consists of various fields, each holding specific information or linking keys about Aggregated 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_AGG 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_RECONCHAR10ALPHAOIRE_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
PERIOD_FROMSales period from (Format: YYYYMMDDhhmmss) OIRE_PERIOD_FROMDEC15TZNTSTMPS
PERIOD_TOSales period to (Format: YYYYMMDDhhmmss) OIRE_PERIOD_TODEC15TZNTSTMPS
BRTWRSSR PC: Gross value OIRE_BRTWRCURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NO_DEBITSSSR PC: Counter for number of debits OIRE_COUNTER_DEBITSNUMC8NUMC8
NO_CREDITSSSR PC: Counter for number of credits OIRE_COUNTER_CREDITSNUMC8NUMC8
BRTWR_DEBITSSSR PC: Gross value debits OIRE_BRTWR_DEBITSCURR13(2) WERTV7
BRTWR_CREDITSSSR PC: Gross value credits OIRE_BRTWR_CREDITSCURR13(2) WERTV7
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIRE_RECON_AGG
INTO CORRESPONDING FIELDS OF WA_OIRE_RECON_AGG
WHERE...

How to access SAP table OIRE_RECON_AGG

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