T370CLC SAP (Fleet Consumption Calculation Keys) Table details

Dictionary Type: Table
Description: Fleet Consumption Calculation Keys




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




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

T370CLC is a standard SAP Table which is used to store Fleet Consumption Calculation Keys data and is available within R/3 SAP systems depending on the version and release level.

The T370CLC table consists of various fields, each holding specific information or linking keys about Fleet Consumption Calculation Keys data available in SAP. These include CALC_KEY (Indicator to determine the calculation method f. consumption), MSEHI (SI Unit of Fleet Consumption Unit Group), PRI_COUNT (Primary Counter for Calculation of Fleet Usage), PRI_FUEL (Fuel counter for calculation of fleet consumption values).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T370CLC_T


SAP T370CLC table 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
MANDTClient MANDTCLNT3T000MANDT
CALC_KEYIndicator to determine the calculation method f. consumption PRI_CALCCHAR1PRI_CALC
MSEHISI Unit of Fleet Consumption Unit Group CONSUMP_GRP_DIMENUNIT3T370CONVCUNITMEINS
PRI_COUNTPrimary Counter for Calculation of Fleet Usage FLEET_COUNTERCHAR20T370POSCHAR20
PRI_FUELFuel counter for calculation of fleet consumption values FLEET_FUELCHAR20T370POSCHAR20
INVERTReversal of Unit of Measurement CALC_INVERTCHAR1X
BASE_UNITDisplay Unit for Fleet Consumption CONSUMP_DISP_UNITUNIT3T370CONVCUNITMEINS
PERIODSNumber of days for short-term analysis PERIOD_AVE_SHORTNUMC5NUM5
PERIODLNumber of days for long-term analysis PERIOD_AVE_LONGNUMC5NUM5

Key field Non-key field



How do I retrieve data from SAP table T370CLC using ABAP code

The following ABAP code Example will allow you to do a basic selection on T370CLC to SELECT all data from the table
DATA: WA_T370CLC TYPE T370CLC.

SELECT SINGLE *
FROM T370CLC
INTO CORRESPONDING FIELDS OF WA_T370CLC
WHERE...

How to access SAP table T370CLC

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