T370F SAP (Functional Location Category) Table details

Dictionary Type: Table
Description: Functional Location Category




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




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

T370F is a standard SAP Table which is used to store Functional Location Category data and is available within R/3 SAP systems depending on the version and release level.

The T370F table consists of various fields, each holding specific information or linking keys about Functional Location Category data available in SAP. These include FLTYP (Functional location category), STSMA (Status Profile), PARGR (Partner Determination Procedure), SALES (Indicator: customer object).. 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 = T370F_T


SAP T370F 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
FLTYPFunctional location category FLTYPCHAR1FLTYPIFT
STSMAStatus Profile J_STSMACHAR8TJ20J_STSMA
PARGRPartner Determination Procedure PARGRCHAR4TVPGPARGR
SALESIndicator: customer object ILOM_SALESCHAR1X
ELSE_KNZIndicator: Other Data Active ELSE_KNZCHAR1X
MPTYPMeasuring Point Category IMRC_MPTYPCHAR1T370PIMRC_MPTYPIP1
CHDOCIndicator: Generate change documents ILOM_CHDOCCHAR1X
INFOWParameter ID Object Info I_INFOWINDCHAR10TQ80OI_INFOWIND
TSEGTPTemplate TSEGTEMPLACHAR10Assigned to domainTMPLATSEGTEMPLA
VIEW_PROFView profile for tab index Customizing ITOBVIEW_PROFILECHAR8TITOBPROFITOBVIEW_PROFILE
CHDOC_INSFunctional Location with Change Docs During Creation CHDOC_INSCHAR1X
LFE_INDIndicator: Object Belongs to Linear Asset Management EAML_LFE_INDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T370F
INTO CORRESPONDING FIELDS OF WA_T370F
WHERE...

How to access SAP table T370F

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