TEXS_DIFF_ATTRIBUTES_T SAP (Texts of Differentiating Attributes) Structure details

Dictionary Type: Structure
Description: Texts of Differentiating Attributes




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




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

TEXS_DIFF_ATTRIBUTES_T is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Texts of Differentiating Attributes" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TEXS_DIFF_ATTRIBUTES_T TYPE TEXS_DIFF_ATTRIBUTES_T.

The TEXS_DIFF_ATTRIBUTES_T table consists of various fields, each holding specific information or linking keys about Texts of Differentiating Attributes data available in SAP. These include RISK_CAT_T (Text (20 Characters)), COUNTRY_T (Country Name), COMPANY_CODE_T (Name of Company Code or Company), TRANSACTION_CAT_T (Exposure Category 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TEXS_DIFF_ATTRIBUTES_T structure 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
EXP_TYPE_TDescription of Exposure Activity Type FTR_EXP_TYPE_TEXTCHAR20TEXT20
RISK_CAT_TText (20 Characters) TEXT20CHAR20TEXT20
COUNTRY_TCountry Name LANDXCHAR15TEXT15
COMPANY_CODE_TName of Company Code or Company BUTXTCHAR25TEXT25
TRANSACTION_CAT_TExposure Category Description FTR_RAWEXPOS_TRANSCAT_TCHAR30TEXT30
TRANSACTIVITY_TExposure Activity Description FTR_TRANSACT_TCHAR30TEXT30
ATTRIBUTE_SH01_TText for attribute value FTR_ATTRIBUTE_TEXTCHAR20TEXT20
ATTRIBUTE_SH02_TText for attribute value FTR_ATTRIBUTE_TEXTCHAR20TEXT20
ATTRIBUTE_LH01_TText for attribute value FTR_ATTRIBUTE_TEXTCHAR20TEXT20
PROFIT_CENTER_TGeneral Name KTEXTCHAR20TEXT20
COMMODITY_ID_TName of the Commodity TPM_CTY_NAMECHAR40TPM_CTY_NAME
ATTRIBUTE_LI01_TText for attribute value FTR_ATTRIBUTE_TEXTCHAR20TEXT20
ATTRIBUTE_LI02_TText for attribute value FTR_ATTRIBUTE_TEXTCHAR20TEXT20
ATTRIBUTE_LI03_TText for attribute value FTR_ATTRIBUTE_TEXTCHAR20TEXT20
ATTRIBUTE_LI04_TText for attribute value FTR_ATTRIBUTE_TEXTCHAR20TEXT20
ATTRIBUTE_MI01_TText for attribute value FTR_ATTRIBUTE_TEXTCHAR20TEXT20
ATTRIBUTE_MI02_TText for attribute value FTR_ATTRIBUTE_TEXTCHAR20TEXT20
ATTRIBUTE_SI01_TText for attribute value FTR_ATTRIBUTE_TEXTCHAR20TEXT20
PLANNING_PERIOD_TPlanning Period Description TEM_PERIOD_TEXTCHAR20TEM_PERIOD_TEXT
EXP_APPROACH_CAT_TDescription of Exposure Approach Category FTR_EXP_APPR_CAT_TEXTCHAR30TEXT30
FIXING_STATUS_TFixing Status Text FTR_FIXING_STATUS_TEXTCHAR20

Key field Non-key field



How do I retrieve data from SAP structure TEXS_DIFF_ATTRIBUTES_T using ABAP code?

As TEXS_DIFF_ATTRIBUTES_T is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TEXS_DIFF_ATTRIBUTES_T as there is no data to select.

How to access SAP table TEXS_DIFF_ATTRIBUTES_T

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