ROIRE_DTF_HDR SAP (SSR PC: Header fields of the DTF table) Structure details

Dictionary Type: Structure
Description: SSR PC: Header fields of the DTF table




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




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

ROIRE_DTF_HDR 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 "SSR PC: Header fields of the DTF table" 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_ROIRE_DTF_HDR TYPE ROIRE_DTF_HDR.

The ROIRE_DTF_HDR table consists of various fields, each holding specific information or linking keys about SSR PC: Header fields of the DTF table data available in SAP. These include UPLTIM (SSR PC: Upload time), PBLNR (Business location identifier (IS-Oil MRN)), TERMID (SSR PC: Terminal ID at business location), TERMNR (SSR PC: Receipt number of terminal at bus. location).. 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 ROIRE_DTF_HDR 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
UPLDATSSR PC: Upload date OIRE_UPLDATDATS8DATS
UPLTIMSSR PC: Upload time OIRE_UPLTIMTIMS6TIME
PBLNRBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10Assigned to domainALPHAOIF_PBLNROI0OIFB
TERMIDSSR PC: Terminal ID at business location OIRE_TERMIDCHAR20CHAR20
TERMNRSSR PC: Receipt number of terminal at bus. location OIRE_TERMNRNUMC10NUMC10
CASHIERSSR PC: Number of the cashier OIRE_CASHIERCHAR10CHAR10
CSHNAMESSR PC: Name of the cashier OIRE_CSHNAMECHAR35CHAR35
VKDATSSR PC: Sales date at the service station OIRE_VKDATDATS8DATSOIRE_VKDAT
VKTIMSSR PC: Time of sale OIRE_VKTIMTIMS6OIRE_TIMEOIRE_VKTIM
CCNUMSSR PC: Payment card number OIRE_CCNUMCHAR25OIRE_CCNUMOIRE_CCNUM
SSR_CCINSSSR PC: Payment card type OIRE_CCINSCHAR4OIREPCTYPOIRE_CCINSOIRE_CCINS
SSR_ADDINFOSSR PC: Additional payment card information OIRE_ADDINFOCHAR20CHAR20
SSR_CCTYPSSR PC: Payment card category OIRE_CCTYPCHAR2OIREPCCATOIRE_CCTYP
CCFOLPayment cards: Payment card suffix CCFOLCHAR10CHAR10
DATABSSR PC: Valid from date of the payment card OIRE_DATABDATS8DATS
DATBISSR PC: Expiry date of payment card OIRE_DATBIDATS8DATS
AUTNRSSR PC: Authorization number OIRE_AUTNRCHAR20CHAR20
BLVERSSR PC: Version of black list OIRE_BLVERCHAR20CHAR20
BLDATSSR PC: Black list date OIRE_BLDATDATS8DATS
BRTWRSSR PC: Gross value OIRE_BRTWRCURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
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 structure ROIRE_DTF_HDR using ABAP code?

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

How to access SAP table ROIRE_DTF_HDR

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