TFC_TEMPL_VAL SAP (Characteristic Values of Org Units per Node) Table details

Dictionary Type: Table
Description: Characteristic Values of Org Units per Node




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




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

TFC_TEMPL_VAL is a standard SAP Table which is used to store Characteristic Values of Org Units per Node data and is available within R/3 SAP systems depending on the version and release level.

The TFC_TEMPL_VAL table consists of various fields, each holding specific information or linking keys about Characteristic Values of Org Units per Node data available in SAP. These include MANDT (Client), PROFILE (Fast Close: Task List), INSTANCE (Counter), ORG_ID (Node ID).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TFC_TEMPL_VAL 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 MANDTCLNT3Assigned to domainMANDT
PROFILEFast Close: Task List TFC_PROFILECHAR10Assigned to domainTFC_PROFILE
INSTANCECounter TFC_NUMINT410TFC_INSTANCE
ORG_IDNode ID SCMA_NODECHAR12SCMA_NODE
SATZCounter TFC_NUMINT410TFC_INSTANCE
SIGN+/- Sign for Ranges TFC_SIGNCHAR1TFC_SIGN
OPTOPTION for Ranges TFC_OPTIONCHAR2TFC_OPTION
LOWName of Organizational Unit TFC_LOWHIGHCHAR10TFC_LOWHIGHSC_AUSPRAEG
HIGHName of Organizational Unit TFC_LOWHIGHCHAR10TFC_LOWHIGHSC_AUSPRAEG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFC_TEMPL_VAL
INTO CORRESPONDING FIELDS OF WA_TFC_TEMPL_VAL
WHERE...

How to access SAP table TFC_TEMPL_VAL

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