BAPI_TEX_RAW_EXPOSURE_HEADER SAP (BAPI Structure for Raw Exposure Header) Structure details

Dictionary Type: Structure
Description: BAPI Structure for Raw Exposure Header




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




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

BAPI_TEX_RAW_EXPOSURE_HEADER 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 "BAPI Structure for Raw Exposure Header" 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_BAPI_TEX_RAW_EXPOSURE_HEADER TYPE BAPI_TEX_RAW_EXPOSURE_HEADER.

The BAPI_TEX_RAW_EXPOSURE_HEADER table consists of various fields, each holding specific information or linking keys about BAPI Structure for Raw Exposure Header data available in SAP. These include TRANSACTION_CAT (Exposure Category of Raw Exposure), COUNTRY (Country Key), COUNTRY_ISO (Country ISO code), COMPANY_CODE (Company Code).. 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 BAPI_TEX_RAW_EXPOSURE_HEADER 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 LAND1CHAR3T005LAND1LND
COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ATTRIBUTE_SH01Value of a free attribute (Char4) FTR_ATTRIBUTE_SHORTCHAR4TEXC_ATTR_SFTR_ATTRIBUTE_SHORT
ATTRIBUTE_SH02Value of a free attribute (Char4) FTR_ATTRIBUTE_SHORTCHAR4TEXC_ATTR_SFTR_ATTRIBUTE_SHORT
ATTRIBUTE_LH01Value of a free attribute (Char 20) FTR_ATTRIBUTE_LONGCHAR20TEXC_ATTR_LFTR_ATTRIBUTE_LONG
ATTRIBUTE_DH01Value of a free attribute (Date) FTR_ATTRIBUTE_DATEDATS8FTR_ATTRIBUTE_DATE
RELEVANCE_DATEValid From Date FTR_VALID_FROMDATS8FTR_VALID_FROM
BALANCE_INDICATORInventory Indicator FTR_BAL_INDICATORNUMC1FTR_BAL_INDICATOR
RELEASE_STATERelease Status of a Raw Exposure FTR_RELEASE_STATECHAR1FTR_RELEASE_STATE

Key field Non-key field



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

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

How to access SAP table BAPI_TEX_RAW_EXPOSURE_HEADER

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