T370T SAP (Equipment categories) Table details

Dictionary Type: Table
Description: Equipment categories




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




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

T370T is a standard SAP Table which is used to store Equipment categories data and is available within R/3 SAP systems depending on the version and release level.

The T370T table consists of various fields, each holding specific information or linking keys about Equipment categories data available in SAP. These include EQTYP (Equipment category), REFTP (Equipment reference category), NUMKI (Number range in the case of internal number assignment), NUMKE (Number range in the case of external number assignment).. 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 = T370U


SAP T370T 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
EQTYPEquipment category EQTYPCHAR1EQTYPEQT
REFTPEquipment reference category REFTPCHAR1REFTP
NUMKINumber range in the case of internal number assignment NUMKICHAR2NUMKR
NUMKENumber range in the case of external number assignment NUMKECHAR2NUMKR
ZEIINRecord usage history for equipment DZEIINCHAR1XFELD
TPEINInstallation at functional location permitted TPEINCHAR1XFELD
MSTKZIndicator for maintaining multi-lingual texts MSTKZCHAR1XFELD
AEBKZIndicator showing equipment category with change documents AEBKZCHAR1XFELD
PUEMANo Alphanumeric Equipment Numbers PUEMACHAR1X
STADYIndicator for a fixed screen sequence STADYCHAR1XFELD
STSMAStatus Profile J_STSMACHAR8TJ20J_STSMA
SDEQTEquipment Category for Serial Numbers SDEQTCHAR1CHAR1
PARGRPartner Determination Procedure PARGRCHAR4TVPGPARGR
PARK1Partner Function for Current Customer in Serial Number PARK1CHAR2TPARPARVWPARVW
PARK2Partner Function for Equipment Vendor PARK2CHAR2TPARPARVWPARVW
PARK3Partner Function for Customer in Equipment Usage Period PARK3CHAR2TPARPARVWPARVW
PARK4Partner Function for Endcustomer in Equipment Usage Period PARK4CHAR2TPARPARVWPARVW
PARK5Partner Function for Operator in Equipment Usage Period PARK5CHAR2TPARPARVWPARVW
INFOWParameter ID Object Info I_INFOWINDCHAR10TQ80OI_INFOWIND
AMKNZAsset relevant indicator AMKNZCHAR1CHAR1
WFKNZIndicator: Generate Event for Workflow WFKNZCHAR1X
PASYNPartner synchronization activated PASYNCHAR1XFELD
KZKSDSerial data when maintaining equipment KZKSDCHAR1X
KONFKNZConfiguration supported KONFKNZCHAR1XFELD
SDKNZSales equipment SDKNZCHAR1XFELD
FHMKZEquip. category relevant to production resources and tools FHMKZCHAR1XFLAG
ELSE_KNZIndicator: Other Data Active ELSE_KNZCHAR1X
ISU_KNZIS-U data ISU_KNZCHAR1X
TSEGTPTemplate TSEGTEMPLACHAR10Assigned to domainTMPLATSEGTEMPLA
VIEW_PROFView profile for tab index Customizing ITOBVIEW_PROFILECHAR8TITOBPROFITOBVIEW_PROFILE
NO_SER_ENQNo Block when Assigning Serial Numbers NO_SER_ENQCHAR1XFELD
BTMNSKeep construction type and material number synchronous BTMNSCHAR1BTMNS
CC_KNZConfiguration Control Data CCC_KNZCHAR1X
AEBKZ_INSEquipment Type with Change Documents During Creation AEBKZ_INSCHAR1XFELD
LFE_INDIndicator: Object Belongs to Linear Asset Management EAML_LFE_INDCHAR1XFELD
.INCLU--AP 0
J_3GBAUKNZCEM Equipment J_3GBAUKNZCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T370T
INTO CORRESPONDING FIELDS OF WA_T370T
WHERE...

How to access SAP table T370T

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