FLEET_INFO SAP (Fleet Information) Structure details

Dictionary Type: Structure
Description: Fleet Information




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




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

FLEET_INFO 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 "Fleet Information" 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_FLEET_INFO TYPE FLEET_INFO.

The FLEET_INFO table consists of various fields, each holding specific information or linking keys about Fleet Information data available in SAP. These include PCOUNT_2 (Current counter reading for fleet), PCOUNT_U (Measurement Unit for Primary Counter of a Vehicle), PCOUNT_U_2 (Fleet counter unit), PCOUNT_AS (Average Daily Performance of Vehicle (Short-Term)).. 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: Cannot Be Enhanced


SAP FLEET_INFO 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
PCOUNTOverall Counter Reading of Primary Counter for Vehicle FLEET_COUNT_DISP_PRICHAR22FLTP_INOUT
PCOUNT_2Current counter reading for fleet FLEET_COUNT_DISPCHAR22FLTP_INOUT
PCOUNT_UMeasurement Unit for Primary Counter of a Vehicle FLEET_COUNT_UNIT_PRIUNIT3Assigned to domainCUNITMEINS
PCOUNT_U_2Fleet counter unit FLEET_COUNT_UNITUNIT3Assigned to domainCUNITMEINS
PCOUNT_ASAverage Daily Performance of Vehicle (Short-Term) FLEET_COUNT_AVE_SCHAR22FLTP_INOUT
PCOUNT_ALDaily average activity FLEET_COUNT_AVECHAR22FLTP_INOUT
PFUELOverall Counter Reading (Fuel) for Vehicle FLEET_COUNT_FUELCHAR22FLTP_INOUT
PFUEL_UMeasurement Unit for Fuel Counter of a Vehicle FLEET_COUNT_UNIT_FUNIT3Assigned to domainCUNITMEINS
PFUEL_ASAverage Daily Consumption (Short-Term) of Vehicle FLEET_FUEL_AVE_SCHAR22FLTP_INOUT
PFUEL_ALAverage daily fuel consumption FLEET_FUEL_AVECHAR22FLTP_INOUT
CONSUM_LCalculated consumption CONSUMPTION_VALUECHAR22FLTP_INOUT
CONSUM_SCalculated Usage (Short Term) CONSUMPTION_VALUE_SCHAR22FLTP_INOUT
CONSUM_STNumber of days for short-term analysis PERIOD_AVE_SHORTNUMC5NUM5
CONSUM_LTNumber of days for long-term analysis PERIOD_AVE_LONGNUMC5NUM5
CONSUM_UDisplay Unit for Fleet Consumption CONSUMP_DISP_UNITUNIT3Assigned to domainCUNITMEINS
SERVICE_NNext Service Due NEXT_SERVICE_DATEDATS8DATUM
ORDER_NOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR

Key field Non-key field



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

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

How to access SAP table FLEET_INFO

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