FLEET_INC SAP (Fleet Attributes) Structure details

Dictionary Type: Structure
Description: Fleet Attributes




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




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

FLEET_INC 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 Attributes" 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_INC TYPE FLEET_INC.

The FLEET_INC table consists of various fields, each holding specific information or linking keys about Fleet Attributes data available in SAP. These include FLEET_WID (Width of fleet object), FLEET_LEN (Maximum fleet object length), DIM_UNIT (Unit of length), 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 FLEET_INC 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_HGTMaximum fleet object height FLEET_HGTQUAN13(3) MENG13
FLEET_WIDWidth of fleet object FLEET_WIDQUAN13(3) MENG13
FLEET_LENMaximum fleet object length FLEET_LENQUAN13(3) MENG13
DIM_UNITUnit of length DIM_UNITUNIT3T006CUNITMEINS
PRI_CALCIndicator to determine the calculation method f. consumption PRI_CALCCHAR1T370CLCPRI_CALC
REPLA_DATEDate on which the object should be replaced REPLA_DATEDATS8DATUM
REPLA_ODOMOdometer reading at replacement REPLA_ODOMCHAR22FLTP_INOUT
REPLA_OPHHour meter reading at replacement REPLA_OPHCHAR22FLTP_INOUT
NUM_AXLENumber of Axles in Fleet Object NUM_AXLENUMC2NUM2
MAX_OCCUPANTSMaximum number of occupants MAX_OCCUPANTSNUMC4NUM4
CARD_NUMFuel card number CARD_NUMCHAR30CHAR30
KEY_NUMKey number of vehicle KEY_NUMCHAR20CHAR20
FLEET_USEUsage indicator FLEET_USECHAR1T370USGFLEET_USE
ENGINE_TYPEEngine type ENGINE_TYPECHAR10T370ENGENGINE_TYPE
ENGINE_POWERPower at specific number of revolutions per minute ENGINE_POWERQUAN13(3) MENG13
UNIT_POWERPower unit UNIT_POWERUNIT3T006CUNITMEINS
REVOLUTIONSRevolutions per minute REVOLUTIONSNUMC7NUM7
ENGINE_CYLNumber of cylinders ENGINE_CYLNUMC2NUM2
ENGINE_CAPEngine capacity ENGINE_CAPQUAN13(3) MENG13
UNIT_CAPUnit for engine capacity measurement UNIT_CAPUNIT3T006CUNITMEINS
ENGINE_SNREngine serial number of manufacturer ENGINE_SNRCHAR30CHAR30
FUEL_PRIConsumable Type of Primary Fuel FUEL_PRICHAR12T370FLDFLUID_TYPE
FUEL_SECConsumable type of secondary fuel FUEL_SECCHAR12T370FLDFLUID_TYPE
OIL_TYPEConsumable type of oil FLTOIL_TYPECHAR12T370FLDFLUID_TYPE
GROSS_WGTTotal Weight Allowed GROSS_WGTQUAN13(3) MENG13
LOAD_WGTMaximum load weight LOAD_WGTQUAN13(3) MENG13
WGT_UNITUnit of weight WEIGHT_UNITUNIT3Assigned to domainCUNITMEINS
LOAD_HGTLoad height LOAD_HGTQUAN13(3) MENG13
LOAD_WIDLoad width LOAD_WIDQUAN13(3) MENG13
LOAD_LENLoad length LOAD_LENQUAN13(3) MENG13
LOAD_DIM_UNITUnit for freight dimensions LOAD_DIM_UNITUNIT3T006CUNITMEINS
LOAD_VOLLoad volume LOAD_VOLQUAN13(3) MENG13
VOL_UNITVolume unit VOL_UNITUNIT3T006CUNITMEINS
NO_COMPARTNUmber of compartments NO_COMPARTNUMC2NUM2
SPEED_MAXMaximum Fleet Object Speed SPEED_MAXQUAN9(3) MENG9
SPEED_UNITSpeed Unit SPEED_UNITUNIT3T006CUNITMEINS
CONSUMP_TOLIndicator Consumption Recording: Permitted Tolerances CONSUMP_TOLCHAR1CHAR1
CONSUMP_MOVEIndicator Consumption Recording: Material Movement CONSUMP_MOVECHAR1CHAR1
.INCLU--AP 0
/DSD/RP_EIGENIndicator for Own (X) or External Vehicle /BEV1/RPEIGENCHAR1/BEV1/RPEIGEN
/DSD/RP_AHLASTTrailer Load /BEV1/RPAHLASTQUAN13(3) MENG13
/DSD/RP_AHLAST_UUnit of weight WEIGHT_UNITUNIT3T006CUNITMEINS
/DSD/RP_VARKAPFree Capacity Field with Variable Unit of Measure /BEV1/RPVARKAPQUAN7(2) /BEV1/RPVARKAP
/DSD/RP_KAPUNITUnit of Measure for Var. Capacity Field /BEV1/RPKAPUNITUNIT3T006CUNITMEINS
/BEV1/LULEINHLoading Units /BEV1/LULEINHNUMC8/BEV1/LULEINH
/VSO/M_VSO_FTYPEVehicle Type for Vehicle Space Optimation /VSO/M_VSO_FLT_TYPECHAR10/VSO/B_FLEET/VSO/M_VSO_FLT_TYPE

Key field Non-key field



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

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

How to access SAP table FLEET_INC

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