ROIRI_MARG_ALV_DATES SAP (Structure for alv display of location master(IS-OIL, SSR)) Structure details

Dictionary Type: Structure
Description: Structure for alv display of location master(IS-OIL, SSR)




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




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

ROIRI_MARG_ALV_DATES 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 "Structure for alv display of location master(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_ROIRI_MARG_ALV_DATES TYPE ROIRI_MARG_ALV_DATES.

The ROIRI_MARG_ALV_DATES table consists of various fields, each holding specific information or linking keys about Structure for alv display of location master(IS-OIL, SSR) data available in SAP. These include NAME1 (Internal name field), MATNR (Material Number), MAKTX (Material Description (Short Text)), OISTYP (Service type).. 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_MARG_ALV_DATES 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
NAME1Internal name field OIF_PBNAM1CHAR35CHAR35
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
OISTYPService type OIRA_STYPCHAR4Assigned to domainOIRA_STYPOIR_ST
SPTAGPeriod to analyze - current date SPTAGDATS8DATUM
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
SPWOCPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
DAY_WOTNRCalendar: Number of day WOTNRCHAR1CHAR1
DAY_KURZTCalendar: Day Short Text KURZTCHAR2TEXT2
DAY_LANGTDay LANGTCHAR20TEXT20
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
BASMEBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
OIRCOMMNETSSR - Location net commission OIRI_COMMNETCURR15(2) WERTV8
OIRCOMMVATSSR - Location vat on commission OIRI_COMMVATCURR15(2) WERTV8
OIRPFEENETSSR - Location net participation fee OIRI_PARTFEENETCURR15(2) WERTV8
OIRPFEEVATSSR - Location net participation vat OIRI_PARTFEEVATCURR15(2) WERTV8
OIRFUGRSSR-Location fuel sales gross OIRI_FUELGRCURR15(2) WERTV8
OIREBVEBV cost OIRI_EBVCURR15(2) WERTV8
OIRFCFEESSSR Fleet Card processing fees OIRI_FCFEESCURR15(2) WERTV8
OIRCHFEESSSR Clearing house processing fees OIRI_CHFEESCURR15(2) WERTV8
OIRFREIGHTFreight cost OIRI_FREIGHTCURR15(2) WERTV8
OIRPURPRPurchase cost of material OIRI_PURPRICECURR15(2) WERTV8
OIRFUNETFuel sales net OIRI_FUELNETCURR15(2) WERTV8
OIRFUVATFuel sales vat OIRI_FUELVATCURR15(2) WERTV8
FKIMGActual Invoiced Quantity FKIMGQUAN13(3) MENG13
FKLMGBilling quantity in stockkeeping unit FKLMGQUAN13(3) MENG13
PRICEAverage product sales price OIRI_PRICECURR15(2) WERTV8
MARGIN1Margin element value OIRI_MARGIN_ELEMENTCURR15(2) WERTV8
MARGIN2Margin element value OIRI_MARGIN_ELEMENTCURR15(2) WERTV8
MARGIN3Margin element value OIRI_MARGIN_ELEMENTCURR15(2) WERTV8
MARGIN4Margin element value OIRI_MARGIN_ELEMENTCURR15(2) WERTV8
REL_MARGIN1Margin element value OIRI_MARGIN_ELEMENTCURR15(2) WERTV8
REL_MARGIN2Margin element value OIRI_MARGIN_ELEMENTCURR15(2) WERTV8
REL_MARGIN3Margin element value OIRI_MARGIN_ELEMENTCURR15(2) WERTV8
REL_MARGIN4Margin element value OIRI_MARGIN_ELEMENTCURR15(2) WERTV8
BASISRelative margin calculation basis OIRI_BASISCHAR5CHAR005

Key field Non-key field



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

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

How to access SAP table ROIRI_MARG_ALV_DATES

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