ROIREDTF_ALV SAP (SSR PC: DTF Structure for the ABAP List View) Structure details

Dictionary Type: Structure
Description: SSR PC: DTF Structure for the ABAP List View




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




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

ROIREDTF_ALV 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: DTF Structure for the ABAP List View" 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_ROIREDTF_ALV TYPE ROIREDTF_ALV.

The ROIREDTF_ALV table consists of various fields, each holding specific information or linking keys about SSR PC: DTF Structure for the ABAP List View data available in SAP. These include SSR_CCINS (SSR PC: Payment card type), VKDAT (SSR PC: Sales date at the service station), VKTIM (SSR PC: Time of sale), 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 ROIREDTF_ALV 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
PBLNRBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10Assigned to domainALPHAOIF_PBLNROI0OIFB
SSR_CCINSSSR PC: Payment card type OIRE_CCINSCHAR4Assigned to domainOIRE_CCINSOIRE_CCINS
VKDATSSR PC: Sales date at the service station OIRE_VKDATDATS8DATSOIRE_VKDAT
VKTIMSSR PC: Time of sale OIRE_VKTIMTIMS6OIRE_TIMEOIRE_VKTIM
TERMNRSSR PC: Receipt number of terminal at bus. location OIRE_TERMNRNUMC10NUMC10
BRTWRSSR PC: Gross value OIRE_BRTWRCURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CCNUMPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
SLSTASSR PC: Customer sales status OIRE_SLSTACHAR2CHAR2
VAL_ROUTINESSR PC: Validation routine OIRE_VAL_BADICHAR20Assigned to domainOIRE_VAL_BADI
UPLNRSSR PC: DTF payment card transaction number (internal) OIRE_UPLNRCHAR10CHAR10OIRE_UPLNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BOXSSR PC: Box used in the ABAP List Viewer OIRE_BOXCHAR1CHAR1
LIGHTSSSR PC: Lights used in the ABAP List Viewer OIRE_LIGHTSCHAR1CHAR1
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
CHOBJSSR PC: Clearing house OIRE_CHOBJCHAR6Assigned to domainOIRE_CHOBJ
SETTLNRSSR PC: CH settlement and/or transmission document number OIRE_SETTLNRCHAR10Assigned to domainALPHAOIRE_SETTLNR
SETTLDATSSR PC: Settlement date to the clearing house OIRE_SETTLDATDATS8DATS

Key field Non-key field



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

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

How to access SAP table ROIREDTF_ALV

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