TFRC2 SAP (VOFM Customizing: Characteristic Errors of a Group) Table details

Dictionary Type: Table
Description: VOFM Customizing: Characteristic Errors of a Group




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




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

TFRC2 is a standard SAP Table which is used to store VOFM Customizing: Characteristic Errors of a Group data and is available within R/3 SAP systems depending on the version and release level.

The TFRC2 table consists of various fields, each holding specific information or linking keys about VOFM Customizing: Characteristic Errors of a Group data available in SAP. These include RANGE_ID (Identification of the number range for VOFM routines), TRAEGER (ABAP Program Name), TRAEGER_HL (Headline within an INCLUDE), MUSTER_NR (Values of the number range for VOFM routines).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TFRC2 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
GRPZEGroup indicator for copying control GRPZECHAR4GRPZE
RANGE_IDIdentification of the number range for VOFM routines RANGE_IDCHAR1RANGE_ID
TRAEGERABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
TRAEGER_HLHeadline within an INCLUDE HEAD_LINECHAR60HEAD_LINE
MUSTER_NRValues of the number range for VOFM routines RANGE_VALCHAR3RANGE_VAL
MUSTER_TRGModel routine is stored in this carrier when activated MUSTER_TRGCHAR40Assigned to domainPROGRAMM
MUSTER_HLHeadline within an INCLUDE HEAD_LINECHAR60HEAD_LINE
F1_PREFIXPrefix of VOFM - FORM routines FM_PREFIXCHAR27CHAR27
F1_HLHeadline within an INCLUDE HEAD_LINECHAR60HEAD_LINE
F1_USE1Entry line for USING parameter USING_LINECHAR40USING_LINE
F1_USE2Entry line for USING parameter USING_LINECHAR40USING_LINE
F1_USE3Entry line for USING parameter USING_LINECHAR40USING_LINE
F2_PREFIXPrefix of VOFM - FORM routines FM_PREFIXCHAR27CHAR27
F2_HLHeadline within an INCLUDE HEAD_LINECHAR60HEAD_LINE
F2_USE1Entry line for USING parameter USING_LINECHAR40USING_LINE
F2_USE2Entry line for USING parameter USING_LINECHAR40USING_LINE
F2_USE3Entry line for USING parameter USING_LINECHAR40USING_LINE
FLAG_APPLGroup is application relevant FLAG_APPLCHAR1FLAG
FLAG_2CHRSuffix for creation of ABAP name is only two digit FLAG_2CHRCHAR1FLAG
FLAG_MUSTReference always used for creating new routines FLAG_MUSTCHAR1FLAG
TITLEBARCUA title bar TITLEBARCHAR80CUA_TITLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFRC2
INTO CORRESPONDING FIELDS OF WA_TFRC2
WHERE...

How to access SAP table TFRC2

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