TEXS_REXP_SUBIT_UI SAP (UI structure for sub raw exposures) Structure details

Dictionary Type: Structure
Description: UI structure for sub raw exposures




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




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

TEXS_REXP_SUBIT_UI 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 "UI structure for sub raw exposures" 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_REXP_SUBIT_UI TYPE TEXS_REXP_SUBIT_UI.

The TEXS_REXP_SUBIT_UI table consists of various fields, each holding specific information or linking keys about UI structure for sub raw exposures data available in SAP. These include ITEM_ID (Raw Exposure Line Item ID), SUBEXPOS_ID (Sub Raw Exposure ID), RISK_CAT (Exposure Risk Category), RISK_CAT_T (Text (20 Characters)).. 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_REXP_SUBIT_UI 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
HEAD_OS_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
ITEM_IDRaw Exposure Line Item ID FTR_ITEM_IDNUMC5Assigned to domainFTR_ITEM_ID
SUBEXPOS_IDSub Raw Exposure ID FTR_SUBITEM_IDNUMC4FTR_SUBITEM_ID
RISK_CATExposure Risk Category FTR_RISK_CATCHAR1FTR_RISK_CAT
RISK_CAT_TText (20 Characters) TEXT20CHAR20TEXT20
SUB_EXP_DUE_DATEDate on Which Exposure Is Due / Expires FTR_EXPOSURE_DATEDATS8Assigned to domainFTR_EXPOSURE_DATE
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
COMMODITY_ID_TName of the Commodity TPM_CTY_NAMECHAR40TPM_CTY_NAME
QUANTITYQuantity FTR_EXPOSURE_QTYQUAN13(3) FTR_EXPOSURE_QTY
UNIT_OF_MEASUREUnit of Measure for the Commodity TPM_CTY_UOMUNIT3Assigned to domainCUNITMEINS
FIXING_STATUS_ICONFixing Status Icon FTR_FIXING_STATUS_ICONCHAR20
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
TRANSACTIVITYExposure Activity FTR_TRANSACTNUMC2Assigned to domainFTR_TRANSACT
TRANSACTIVITY_TExposure Activity Description FTR_TRANSACT_TCHAR30TEXT30
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
FIXING_STATUSFixing Status FTR_FIXING_STATUSCHAR1FTR_FIXING_STATUS
FIXING_STATUS_TFixing Status Text FTR_FIXING_STATUS_TEXTCHAR20
TRANSACTION_CATExposure Category of Raw Exposure FTR_RAWEXPOS_TRANSCATCHAR2Assigned to domainFTR_RAWEXPOS_TRANSCAT
TRANSACTION_CAT_TExposure Category Description FTR_RAWEXPOS_TRANSCAT_TCHAR30TEXT30
OS_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
POSITION_IDExposure Position ID FTR_POSITION_IDCHAR20Assigned to domainALPHAFTR_POSITION_IDTEXH_POSITION

Key field Non-key field



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

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

How to access SAP table TEXS_REXP_SUBIT_UI

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