OIRHCHSTRNSMN SAP (Clearing House Transmission-Message log(IS-OIL, SSR)) Table details

Dictionary Type: Table
Description: Clearing House Transmission-Message log(IS-OIL, SSR)




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




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

OIRHCHSTRNSMN is a standard SAP Table which is used to store Clearing House Transmission-Message log(IS-OIL, SSR) data and is available within R/3 SAP systems depending on the version and release level.

The OIRHCHSTRNSMN table consists of various fields, each holding specific information or linking keys about Clearing House Transmission-Message log(IS-OIL, SSR) data available in SAP. These include IDOCNR (IDoc number), CHOBJ (SSR PC: Clearing house), TRANSMSNNR (SSR PC: Transmission number), UEBNR (SSR PC: Settlement run).. 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 OIRHCHSTRNSMN 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
IDOCNRIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
CHOBJSSR PC: Clearing house OIRE_CHOBJCHAR6OIRECHOIRE_CHOBJ
TRANSMSNNRSSR PC: Transmission number OIRE_TRNSMNRCHAR10Assigned to domainALPHAOIRE_SETTLNR
UEBNRSSR PC: Settlement run OIRE_UEBNRCHAR10OIRE_UEBNR
UEBDATSSR PC: Settlement date to the clearing house OIRE_SETTLDATDATS8DATS
UEBTIMTime of data transmission to the clearing house OIRH_UEBTIMTIMS6TIME
CTRLNo of location aggregation records OIRH_CTRLNUMC9NUMC09
CTRCNo of currency aggregation records OIRH_CTRCNUMC9NUMC09
CTRTHNo.of transmission headers OIRH_CTRTHNUMC9NUMC09
CTRTINo of transaction items OIRH_CTRTINUMC9NUMC09
CTRDBNo. of debit items OIRH_CTRDBNUMC9NUMC09
CTRCRNo. of credit items OIRH_CTRCRNUMC9NUMC09
TOTAL_DEBITSTotal of debits OIRH_TTLDBCURR16(2) CURR16
TOTAL_CREDITSTotal of credits OIRH_TTLCRCURR16(2) CURR16
TOTALTotal OIRH_TTLCURR16(2) CURR16
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIRHCHSTRNSMN
INTO CORRESPONDING FIELDS OF WA_OIRHCHSTRNSMN
WHERE...

How to access SAP table OIRHCHSTRNSMN

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