ROIRHCHS_HEAD SAP (Settlement header structure(IS-Oil, SSR)) Structure details

Dictionary Type: Structure
Description: Settlement header structure(IS-Oil, SSR)




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




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

ROIRHCHS_HEAD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Settlement header structure(IS-Oil, SSR)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ROIRHCHS_HEAD TYPE ROIRHCHS_HEAD.

The ROIRHCHS_HEAD table consists of various fields, each holding specific information or linking keys about Settlement header structure(IS-Oil, SSR) data available in SAP. These include CHNAME1 (Name 1), CHNAME2 (Name 2), CHNAME3 (Name 3), CHNAME4 (Name 4).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIRHCHS_HEAD structure 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
CLEARINGHOUSESSR PC: Clearing house OIRE_CHOBJCHAR6Assigned to domainOIRE_CHOBJ
CHNAME1Name 1 AD_NAME1CHAR40TEXT40
CHNAME2Name 2 AD_NAME2CHAR40TEXT40
CHNAME3Name 3 AD_NAME3CHAR40TEXT40
CHNAME4Name 4 AD_NAME4CHAR40TEXT40
MID1_COMPANYSSR PC: Merchant ID 1 of the company OIRE_OCMID1CHAR10CHAR10
MID2_COMPANYSSR PC: Merchant ID 2 of the company OIRE_OCMID2CHAR10CHAR10
MID3_COMPANYSSR PC: Merchant ID 3 of the company OIRE_OCMID3CHAR10CHAR10
MID4_COMPANYSSR PC: Merchant ID 4 of the company OIRE_OCMID4CHAR10CHAR10
MIDTXT_COMPANYSSR PC: Merchant ID text of the company OIRE_OCMTXCHAR40CHAR40
SETTLEMENT_NRSSR PC: Settlement run OIRE_UEBNRCHAR10OIRE_UEBNR
TRANSMISSION_NRSSR PC: Transmission number OIRE_TRNSMNRCHAR10Assigned to domainALPHAOIRE_SETTLNR
NUMBER_REC_LOCATIONNo of location aggregation records OIRH_CTRLNUMC9NUMC09
NUMBER_REC_CURRENCYNo of currency aggregation records OIRH_CTRCNUMC9NUMC09
NUMBER_REC_TRANSACTIONSNo.of transmission headers OIRH_CTRTHNUMC9NUMC09
NUMBER_REC_TRANSACTIONITEMSNo of transaction items OIRH_CTRTINUMC9NUMC09
NUMBER_DEBITSNo. of debit items OIRH_CTRDBNUMC9NUMC09
NUMBER_CREDITSNo. of credit items OIRH_CTRCRNUMC9NUMC09
TOTAL_DEBITSRate (condition amount or percentage) KBETRCURR11(2) WERTV6
TOTAL_CREDITSRate (condition amount or percentage) KBETRCURR11(2) WERTV6
TOTALRate (condition amount or percentage) KBETRCURR11(2) WERTV6
SETTLEMENT_CURRENCYRate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
SETTLEMENT_DATESSR PC: Settlement date to the clearing house OIRE_SETTLDATDATS8DATS
SETTLEMENT_TIMETime of data transmission to the clearing house OIRH_UEBTIMTIMS6TIME
TOTAL_DEBITS_TRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
TOTAL_CREDITS_TRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
TOTAL_TRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
CURRENCY_TRRate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
CURRENCY_ISO_TRISO code currency WAERS_ISOCHAR3ISOCD

Key field Non-key field



How do I retrieve data from SAP structure ROIRHCHS_HEAD using ABAP code?

As ROIRHCHS_HEAD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ROIRHCHS_HEAD as there is no data to select.

How to access SAP table ROIRHCHS_HEAD

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