MCIFLEET SAP (PMIS: PM Fleet Object Master) Structure details

Dictionary Type: Structure
Description: PMIS: PM Fleet Object Master




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




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

MCIFLEET 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: PM Fleet Object Master" 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 TYPE MCIFLEET.

The MCIFLEET table consists of various fields, each holding specific information or linking keys about PMIS: PM Fleet Object Master data available in SAP. These include FLEET_VIN (Manufacturer Vehicle Identification Number for Fleet Object), CHASIS_NUM (Chassis number), LICENS_NUM (License plate number), PRI_CALC (Indicator to determine the calculation method f. consumption).. 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 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
FLEET_NUMIdentification number for fleet object FLEET_NUMCHAR18FLEET_NUM
FLEET_VINManufacturer Vehicle Identification Number for Fleet Object FLEET_VINCHAR30FLEET_VIN
CHASIS_NUMChassis number CHASSIS_NUMCHAR30CHASSIS_NUM
LICENS_NUMLicense plate number LICENSE_NUMCHAR15LICENSE_NUM
PRI_CALCIndicator to determine the calculation method f. consumption PRI_CALCCHAR1PRI_CALC
NUM_AXLENumber of Axles in Fleet Object NUM_AXLENUMC2NUM2
MAX_OCCUPMaximum number of occupants MAX_OCCUPANTSNUMC4NUM4
FLEET_USEUsage indicator FLEET_USECHAR1FLEET_USE
ENG_TYPEEngine type ENGINE_TYPECHAR10ENGINE_TYPE
ENG_POWERPower at specific number of revolutions per minute ENGINE_POWERQUAN13(3) MENG13
UNIT_POWERPower unit UNIT_POWERUNIT3Assigned to domainCUNITMEINS
REVOLUTIONRevolutions per minute REVOLUTIONSNUMC7NUM7
ENGINE_CYLNumber of cylinders ENGINE_CYLNUMC2NUM2
ENGINE_CAPEngine capacity ENGINE_CAPQUAN13(3) MENG13
UNIT_CAPUnit for engine capacity measurement UNIT_CAPUNIT3Assigned to domainCUNITMEINS
FUEL_PRIConsumable Type of Primary Fuel FUEL_PRICHAR12FLUID_TYPE
GROSS_WGTTotal Weight Allowed GROSS_WGTQUAN13(3) MENG13
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
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 using ABAP code?

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

How to access SAP table MCIFLEET

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