MCOIRKOMV SAP () Append Structure details

Dictionary Type: Append Structure
Description:




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




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

MCOIRKOMV is a standard SAP Append Structure which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The MCOIRKOMV table consists of various fields, each holding specific information or linking keys about data available in SAP. These include OIRPYTCDGR (SSR - Location payment card gross), OIRPFEENET (SSR - Location net participation fee), OIRPFEEVAT (SSR - Location net participation vat), OIRFLFUGR (SSR - Location fleet card gross fuel sales).. 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 MCOIRKOMV append 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
OIRTOTGRSSR-Location total gros OIRI_TOTALGROSSCURR15(2) WERTV8
OIRPYTCDGRSSR - Location payment card gross OIRI_PYTCARDGROSSCURR15(2) WERTV8
OIRPFEENETSSR - Location net participation fee OIRI_PARTFEENETCURR15(2) WERTV8
OIRPFEEVATSSR - Location net participation vat OIRI_PARTFEEVATCURR15(2) WERTV8
OIRFLFUGRSSR - Location fleet card gross fuel sales OIRI_FLEETFUELGRCURR15(2) WERTV8
OIRCOMMNETSSR - Location net commission OIRI_COMMNETCURR15(2) WERTV8
OIRCOMMVATSSR - Location vat on commission OIRI_COMMVATCURR15(2) WERTV8
OIRFUGRSSR-Location fuel sales gross OIRI_FUELGRCURR15(2) WERTV8
OIRFUNETFuel sales net OIRI_FUELNETCURR15(2) WERTV8
OIRFUVATFuel sales vat OIRI_FUELVATCURR15(2) WERTV8
OIRDOPGRSSR-Location fleet dealer owned products gross OIRI_DOPGROSSCURR15(2) WERTV8
OIRDOPVATSSR-Location fleet dealer owned products vat OIRI_DOPVATCURR15(2) WERTV8
OIRREDUCTSSR-Location dealer daily claim reduction OIRI_REDUCTIONCURR15(2) WERTV8
OIRPURPRPurchase cost of material OIRI_PURPRICECURR15(2) WERTV8
OIREBVEBV cost OIRI_EBVCURR15(2) WERTV8
OIRFREIGHTFreight cost OIRI_FREIGHTCURR15(2) WERTV8
OIRCHFEESSSR Clearing house processing fees OIRI_CHFEESCURR15(2) WERTV8
OIRFCFEESSSR Fleet Card processing fees OIRI_FCFEESCURR15(2) WERTV8

Key field Non-key field



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

As MCOIRKOMV 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 MCOIRKOMV as there is no data to select. You could however select data from any tables that this append structure has been assigned too.

How to access SAP table MCOIRKOMV

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