TEXT_REXP_SUBIT SAP (Sub Raw Exposures (Split Items)) Table details

Dictionary Type: Table
Description: Sub Raw Exposures (Split Items)




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




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

TEXT_REXP_SUBIT is a standard SAP Table which is used to store Sub Raw Exposures (Split Items) data and is available within R/3 SAP systems depending on the version and release level.

The TEXT_REXP_SUBIT table consists of various fields, each holding specific information or linking keys about Sub Raw Exposures (Split Items) data available in SAP. These include HEAD_OS_GUID (Globally Unique Identifier), ITEM_ID (Raw Exposure Line Item ID), SUBEXPOS_ID (Sub Raw Exposure ID), RISK_CAT (Exposure Risk Category).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TEXT_REXP_SUBIT 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 MANDTCLNT3Assigned to domainMANDT
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
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 table TEXT_REXP_SUBIT using ABAP code

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

SELECT SINGLE *
FROM TEXT_REXP_SUBIT
INTO CORRESPONDING FIELDS OF WA_TEXT_REXP_SUBIT
WHERE...

How to access SAP table TEXT_REXP_SUBIT

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