ROIRHCHS_TRAN_HEAD SAP (Transaction Information-Header(IS-Oil, SSR)) Structure details

Dictionary Type: Structure
Description: Transaction Information-Header(IS-Oil, SSR)




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




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

ROIRHCHS_TRAN_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 "Transaction Information-Header(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_TRAN_HEAD TYPE ROIRHCHS_TRAN_HEAD.

The ROIRHCHS_TRAN_HEAD table consists of various fields, each holding specific information or linking keys about Transaction Information-Header(IS-Oil, SSR) data available in SAP. These include UPLNR (SSR PC: DTF payment card transaction number (internal)), LOCATION (Business location identifier (IS-Oil MRN)), MID1_LOCATION (SSR PC: Service station merchant ID), MIDTXT_LOCATION (SSR PC: Service station merchant ID text).. 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_TRAN_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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
UPLNRSSR PC: DTF payment card transaction number (internal) OIRE_UPLNRCHAR10CHAR10OIRE_UPLNR
LOCATIONBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10Assigned to domainALPHAOIF_PBLNROI0OIFB
MID1_LOCATIONSSR PC: Service station merchant ID OIRE_SSMIDCHAR20OIRE_SSMID
MIDTXT_LOCATIONSSR PC: Service station merchant ID text OIRE_SSMIDTXCHAR50OIRE_SSMIDTX
CC_NUMBERSSR PC: Payment card number OIRE_CCNUMCHAR25OIRE_CCNUMOIRE_CCNUM
CC_INFORMATIONSSR PC: Additional payment card information OIRE_ADDINFOCHAR20CHAR20
CC_VALID_FSSR PC: Valid from date of the payment card OIRE_DATABDATS8DATS
CC_VALID_TSSR PC: Expiry date of payment card OIRE_DATBIDATS8DATS
SALES_DATESSR PC: Sales date at the service station OIRE_VKDATDATS8DATSOIRE_VKDAT
SALES_TIMESSR PC: Time of sale OIRE_VKTIMTIMS6OIRE_TIMEOIRE_VKTIM
RECEIPTNRSSR PC: Receipt number of terminal at bus. location OIRE_TERMNRNUMC10NUMC10
TERMINALSSR PC: Terminal ID at business location OIRE_TERMIDCHAR20CHAR20
CC_AUTH_NOSSR PC: Authorization number OIRE_AUTNRCHAR20CHAR20
BLVERSIONSSR PC: Version of black list OIRE_BLVERCHAR20CHAR20
BLDATESSR PC: Black list date OIRE_BLDATDATS8DATS
SLSTASSR PC: Customer sales status OIRE_SLSTACHAR2CHAR2
MILESSSR PC: Odometer reading OIRE_MILESNUMC6NUMC6
VEHICLESSR PC: Number of the vehicle (fleet cards) OIRE_VEHICLECHAR6CHAR6
DRIVERSSR PC: Driver number (for fleet cards) OIRE_DRIVERCHAR6CHAR6
TRCNRSSR PC: Trace number OIRE_TRCNRNUMC10NUMC10
AIDSSR PC: Authorization ID for EC cards OIRE_ECAIDCHAR8CHAR08
AIDPASSR PC: Authorization ID parameter OIRE_ECAIDPACHAR10CHAR10
ECTYPSSR PC: EC card type OIRE_ECTYPCHAR2Assigned to domainCCTYP
ECFOLSSR PC: EC card suffix OIRE_ECFOLNUMC2NUMC2
ECBHSSSR PC: Industry main key OIRE_ECBHSCHAR2CHAR2
ECBLZSSR PC: Bank number OIRE_ECBLZCHAR10CHAR10
ECSEPSSR PC: Field separator OIRE_ECSEPCHAR1CHAR1
ECKTOSSR PC: Account number of the customer OIRE_ECKTONUMC24NUMC24
ECPRZSSR PC: Check digit of account number OIRE_ECPRZNUMC1NUMC1
ISSUERSSR PC: EC card issuer OIRE_ISSUERCHAR2CHAR2
COMPRSSR PC: Complaint result OIRE_COMPRESCHAR3Assigned to domainOIRE_COMPRES
STORNOSSR PC: Reversal indicator OIRE_STORNOCHAR1CHAR1
SRCIDSSR PC: Data source indicator OIRE_SRCIDCHAR1OIRE_SRCID
DCINDSSR PC: DTF - Debit/credit indicator for a PC transaction OIRE_DCIND_HDRCHAR1OIRE_DCIND
NUMBER_REC_TRANSACTIONITEMSNo of transaction items OIRH_CTRTINUMC9NUMC09
TOTALRate (condition amount or percentage) KBETRCURR11(2) WERTV6
CURRENCYRate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
CARD_TYPESSR PC: Payment card type OIRE_CCINSCHAR4Assigned to domainOIRE_CCINSOIRE_CCINS
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_TRAN_HEAD using ABAP code?

As ROIRHCHS_TRAN_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_TRAN_HEAD as there is no data to select.

How to access SAP table ROIRHCHS_TRAN_HEAD

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