TEXS_SUB_RAW_EXPOS_ATTR SAP (Sub Raw Exposure Attributes) Structure details

Dictionary Type: Structure
Description: Sub Raw Exposure Attributes




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




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

TEXS_SUB_RAW_EXPOS_ATTR 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 "Sub Raw Exposure 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_SUB_RAW_EXPOS_ATTR TYPE TEXS_SUB_RAW_EXPOS_ATTR.

The TEXS_SUB_RAW_EXPOS_ATTR table consists of various fields, each holding specific information or linking keys about Sub Raw Exposure Attributes data available in SAP. These include TRANSACTIVITY (Exposure Activity), COMMODITY_ID (Commodity ID), UNIT_OF_MEASURE (Unit of measure), QUANTITY (Quantity).. 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_SUB_RAW_EXPOS_ATTR 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
RISK_CATExposure Risk Category FTR_RISK_CATCHAR1FTR_RISK_CAT
TRANSACTIVITYExposure Activity FTR_TRANSACTNUMC2TEXTS_ACTIVITYFTR_TRANSACT
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
UNIT_OF_MEASUREUnit of measure TRCO_COMM_UOMUNIT3Assigned to domainTRCO_COMM_UOM
QUANTITYQuantity FTR_EXPOSURE_QTYQUAN13(3) FTR_EXPOSURE_QTY
FOREIGN_AMTExposure Amount FTR_EXPOSURE_AMOUNTCURR17(2) FTR_EXPOSURE_AMOUNT
FOREIGN_CURRExposure Amount Currency FTR_EXPOSURE_CURRCUKY5Assigned to domainWAERS
TARGET_CURRTarget Currency of Exposure FTR_EXPOSURE_CURRENCY_TARGETCUKY5Assigned to domainWAERS
SPLIT_PERCENTAGESub Raw Exposure Split Percentage FTR_SPLIT_PERCENTAGEDEC5(2) DECV3_2
SPLIT_RATIOSub Raw Exposures Split ratio FTR_SPLIT_RATIOQUAN13(3)
ARCHIVE_STATEArchive Status FTR_ARCHIVE_STATECHAR1FTR_ARCHIVE_STATE
ARCHIVE_FLOW_CNTExposure Flow Counter for Archiving FTR_FLOW_COUNTERINT410FTR_FLOW_COUNTER
SUB_EXP_DUE_DATEDate on Which Exposure Is Due / Expires FTR_EXPOSURE_DATEDATS8Assigned to domainFTR_EXPOSURE_DATE
FIXING_STATUSFixing Status FTR_FIXING_STATUSCHAR1FTR_FIXING_STATUS
TRANSACTION_CATExposure Category of Raw Exposure FTR_RAWEXPOS_TRANSCATCHAR2Assigned to domainFTR_RAWEXPOS_TRANSCAT

Key field Non-key field



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

As TEXS_SUB_RAW_EXPOS_ATTR 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_SUB_RAW_EXPOS_ATTR as there is no data to select.

How to access SAP table TEXS_SUB_RAW_EXPOS_ATTR

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