TRFC_ATTR_DESC SAP (Description Of Free Position Account Attributes) Table details

Dictionary Type: Table
Description: Description Of Free Position Account Attributes




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




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

TRFC_ATTR_DESC is a standard SAP Table which is used to store Description Of Free Position Account Attributes data and is available within R/3 SAP systems depending on the version and release level.

The TRFC_ATTR_DESC table consists of various fields, each holding specific information or linking keys about Description Of Free Position Account Attributes data available in SAP. These include ATTRIBUTE_SUFFIX (Qualifier of Free Attribute), LANGU (Language Key), SHORT_TEXT (Short Description), MEDIUM_TEXT (Description).. 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 for: TRFC_ATTR_SUFFIX

Text table for: TRFC_ATTR_SUFFIX


SAP TRFC_ATTR_DESC 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 MANDTCLNT3TRFC_ATTR_SUFFIXMANDT
ATTRIBUTE_SUFFIXQualifier of Free Attribute TPM_ATTRIBUTE_SUFFIXCHAR4TRFC_ATTR_SUFFIXTPM_ATTRIBUTE_SUFFIX
LANGULanguage Key LANGULANG1T002ISOLASPRAS
SHORT_TEXTShort Description TPM_ATTR_SHORT_DESCCHAR10TEXT10
MEDIUM_TEXTDescription TPM_ATTR_MEDIUM_DESCCHAR20TEXT20
LONG_TEXTLong Description TPM_ATTR_LONG_DESCCHAR40TEXT40

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRFC_ATTR_DESC
INTO CORRESPONDING FIELDS OF WA_TRFC_ATTR_DESC
WHERE...

How to access SAP table TRFC_ATTR_DESC

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