MCIFLEET_COUNTER SAP (PMIS: Counter for Fleet Object) Structure details

Dictionary Type: Structure
Description: PMIS: Counter for Fleet Object




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




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

MCIFLEET_COUNTER 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 "PMIS: Counter for Fleet Object" 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_MCIFLEET_COUNTER TYPE MCIFLEET_COUNTER.

The MCIFLEET_COUNTER table consists of various fields, each holding specific information or linking keys about PMIS: Counter for Fleet Object data available in SAP. These include PMIS_DIST (PMIS: Distance), PMIS_TIME (PMIS: Operating time), PMIS_MASS (PMIS: Fuel Counter (Mass)), IAMENDISTT (PMIS: Quantity Key Figure for Reserved Trip Segment).. 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 MCIFLEET_COUNTER 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
PMIS_FUELPMIS: Fuel meter PMIS_FUELFLTP16(16) IMRC_FLTPS
PMIS_DISTPMIS: Distance PMIS_DISTANCEFLTP16(16) IMRC_FLTPS
PMIS_TIMEPMIS: Operating time PMIS_TIMEFLTP16(16) IMRC_FLTPS
PMIS_MASSPMIS: Fuel Counter (Mass) PMIS_MASSFLTP16(16) IMRC_FLTPS
IAMENDISTTPMIS: Quantity Key Figure for Reserved Trip Segment DMENDISTTQUAN15(3) MENGV15
IAMENOPHRSPMIS: Quantity Key Figure for Operating Hours DMENOPHRSQUAN15(3) MENGV15
IAMENFLVOLPMIS: Fuel Volume Quantity Key Figure DMENFLVOLQUAN15(3) MENGV15
IAMENFLMSSPMIS: Fuel Mass Quantity Key Figure DMENFLMSSQUAN15(3) MENGV15
IAFUELDISTPMIS: Fuel Consumption According to Distance Covered DFUELDISTQUAN15(3) MENGV15
IAFUELTIMEPMIS: Fuel Consumption According to Working Hours DFUELTIMEQUAN15(3) MENGV15
IAMASSDISTPMIS: Fuel Mass According to Distance Covered DMASSDISTQUAN15(3) MENGV15
IAMASSTIMEPMIS: Fuel Mass According to Working Hours DMASSTIMEQUAN15(3) MENGV15
IATTLCDISTPMIS: Total Actual Costs per Reserved Route DTTLCOSTDQUAN15(3) MENGV15
IATTLCOPTMPMIS: Total Actual Costs per Operating Hour DTTLCOSTTQUAN15(3) MENGV15
DUNITPMIS: Unit Field for Distance Covered DDUNITUNIT3Assigned to domainCUNITMEINS
TUNITPMIS: Unit Field for Operating Hours DTUNITUNIT3Assigned to domainCUNITMEINS
FUNITPMIS: Unit Field for Fuel Volumes DFUNITUNIT3Assigned to domainCUNITMEINS
MUNITPMIS: Unit Field for Volume Mass DMUNITUNIT3Assigned to domainCUNITMEINS
FDUNITPMIS: Unit Field for Fuel Consumption per Route DFDUNITUNIT3Assigned to domainCUNITMEINS
FTUNITPMIS: Unit for Fuel Consumption per Hour of Operation DFTUNITUNIT3Assigned to domainCUNITMEINS
MTUNITPMIS: Unit Field for Fuel Mass per Operating Hour DMTUNITUNIT3Assigned to domainCUNITMEINS
MDUNITPMIS: Unit Field for Fuel Mass per Route DMDUNITUNIT3Assigned to domainCUNITMEINS
CDUNITPMIS: Unit for Actual Costs per Reserved Route DCDUNITUNIT3Assigned to domainCUNITMEINS
CTUNITPMIS: Unit for Actual Costs per Operating Hour DCTUNITUNIT3Assigned to domainCUNITMEINS
UNSYSUnit System DUNSYSCHAR3CHAR3

Key field Non-key field



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

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

How to access SAP table MCIFLEET_COUNTER

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