ROIRI_SUMM_INFO_MONTH SAP (Monthly summary of the service station partner invoice) Structure details

Dictionary Type: Structure
Description: Monthly summary of the service station partner invoice




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




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

ROIRI_SUMM_INFO_MONTH 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 "Monthly summary of the service station partner invoice" 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_ROIRI_SUMM_INFO_MONTH TYPE ROIRI_SUMM_INFO_MONTH.

The ROIRI_SUMM_INFO_MONTH table consists of various fields, each holding specific information or linking keys about Monthly summary of the service station partner invoice data available in SAP. These include KUNNR (Customer Numbers), OIRTOTGR (SSR-Location total gros), OIRFUGR (SSR-Location fuel sales gross), OIRFUQTY (SSR-Location fuels quantity).. 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 ROIRI_SUMM_INFO_MONTH 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
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
OIRTOTGRSSR-Location total gros OIRI_TOTALGROSSCURR15(2) WERTV8
OIRFUGRSSR-Location fuel sales gross OIRI_FUELGRCURR15(2) WERTV8
OIRFUQTYSSR-Location fuels quantity OIRI_FUELQTYQUAN13(3) MENG13
OIRFUQTYUOMSSR-Location fuels quantity unit of measure OIRI_FUELQTY_UNITUNIT3Assigned to domainCUNITMEINS
OIRCOMMNETSSR - Location net commission OIRI_COMMNETCURR15(2) WERTV8
OIRCOMMVATSSR - Location vat on commission OIRI_COMMVATCURR15(2) WERTV8
OIRCOMMGRGross commission value OIRI_COMMGRCURR15(2) WERTV8
OIRPCGROSSGross payment card value OIRI_PCGROSSCURR15(2) WERTV8
OIRPFEEGRGross participation fee amount OIRI_PFEEGRCURR15(2) WERTV8
OIRDCVALDaliy claim value (SSR) OIRI_DCVALCURR15(2) WERTV8
OIRREDUCTSSR-Location dealer daily claim reduction OIRI_REDUCTIONCURR15(2) WERTV8
OIRPYTCDGRSSR - Location payment card gross OIRI_PYTCARDGROSSCURR15(2) WERTV8
OIRDOPNETNet value of dealer owned products OIRI_DOPNETCURR15(2) WERTV8
OIRDOPVATSSR-Location fleet dealer owned products vat OIRI_DOPVATCURR15(2) WERTV8
OIRDOPGRSSR-Location fleet dealer owned products gross OIRI_DOPGROSSCURR15(2) WERTV8
OIRFLFUGRSSR - Location fleet card gross fuel sales OIRI_FLEETFUELGRCURR15(2) WERTV8
OIRTOTFLGRTotal value of all fleet card products OIRI_TOTFLGRCURR15(2) WERTV8
OIRPFEENETSSR - Location net participation fee OIRI_PARTFEENETCURR15(2) WERTV8
OIRPFEEVATSSR - Location net participation vat OIRI_PARTFEEVATCURR15(2) WERTV8
OIRPFEEGROSGross participation fee amount OIRI_PFEEGRCURR15(2) WERTV8
OIRTEXT1Text length 25 TEXT25CHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table ROIRI_SUMM_INFO_MONTH

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