TEXS_RAW_EXPOSURE_UI SAP (Raw Exposure UI Structure) Structure details

Dictionary Type: Structure
Description: Raw Exposure UI Structure




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




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

TEXS_RAW_EXPOSURE_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 "Raw Exposure UI Structure" 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_RAW_EXPOSURE_UI TYPE TEXS_RAW_EXPOSURE_UI.

The TEXS_RAW_EXPOSURE_UI table consists of various fields, each holding specific information or linking keys about Raw Exposure UI Structure data available in SAP. These include TRANSACTION_CAT (Exposure Category of Raw Exposure), COUNTRY (Country Key), COMPANY_CODE (Company Code), ATTRIBUTE_SH01 (Value of a free attribute (Char4)).. 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: Cannot Be Enhanced


SAP TEXS_RAW_EXPOSURE_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
EXP_FLOW_TYPEExposure Activity Type FTR_EXPOSURE_FLOW_TYPECHAR5Assigned to domainFTR_EXPOSURE_FLOW_TYPETEXH_F4_ACTIVITY_TYPE
TRANSACTION_CATExposure Category of Raw Exposure FTR_RAWEXPOS_TRANSCATCHAR2TEXC_EXP_CATFTR_RAWEXPOS_TRANSCAT
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ATTRIBUTE_SH01Value of a free attribute (Char4) FTR_ATTRIBUTE_SHORTCHAR4Assigned to domainFTR_ATTRIBUTE_SHORT
ATTRIBUTE_SH02Value of a free attribute (Char4) FTR_ATTRIBUTE_SHORTCHAR4Assigned to domainFTR_ATTRIBUTE_SHORT
ATTRIBUTE_LH01Value of a free attribute (Char 20) FTR_ATTRIBUTE_LONGCHAR20FTR_ATTRIBUTE_LONG
RELEASE_STATERelease Status of a Raw Exposure FTR_RELEASE_STATECHAR1FTR_RELEASE_STATE
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
COUNTRY_TCountry Name LANDXCHAR15TEXT15
COMPANY_CODE_TName of Company Code or Company BUTXTCHAR25TEXT25
TRANSACTION_CAT_TExposure Category Description FTR_RAWEXPOS_TRANSCAT_TCHAR30TEXT30
EXP_FLOW_TYPE_TExposure Flow Type Description FTR_FLW_TYP_DESCCHAR30TEXT30
RELEASE_STATE_TText (20 Characters) TEXT20CHAR20TEXT20
BAL_INDICATORInventory Indicator FTR_BAL_INDICATORNUMC1FTR_BAL_INDICATOR
BAL_INDICATOR_TDescription of Inventory Indicator FTR_BAL_INDICATOR_TEXTCHAR30TEXT30
CREATION_INDRaw Exposure Creation Indicator FTR_CREATION_INDICATORCHAR1FTR_CREATION_INDICATOR
CREATION_IND_TText Creation Indicator FTR_CREATION_IND_TEXTCHAR30TEXT30
DELIVERY_STATUSDelivery Status FTR_DELIVERY_STATUSCHAR1FTR_DELIVERY_STATUS
DELIVERY_STATUS_TText for Displaying Delivery Status on the Screen FTR_DELIVERY_STATUS_TEXTCHAR50CHAR50
INVOICING_STATUSInvoicing Status FTR_INVOICING_STATUSCHAR1FTR_INVOICING_STATUS
INVOICING_STATUS_TText Invoicing Status FTR_INVOICING_STATUS_TEXTCHAR50CHAR50
EXPOSURE_ORIGIN_TName of Origin TEM_EXPOSURE_ORIGIN_TEXTCHAR20TEXT20
EXPOSURE_ORIGINExposure Origin TEM_EXPOSURE_ORIGINCHAR5Assigned to domainTEM_EXPOSURE_ORIGIN

Key field Non-key field



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

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

How to access SAP table TEXS_RAW_EXPOSURE_UI

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