BAPI_TEX_RAW_EXP_LINEITEM_INS SAP (BAPI Structure for Raw Exposure Lineitems) Structure details

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




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




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

BAPI_TEX_RAW_EXP_LINEITEM_INS 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 Lineitems" 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_EXP_LINEITEM_INS TYPE BAPI_TEX_RAW_EXP_LINEITEM_INS.

The BAPI_TEX_RAW_EXP_LINEITEM_INS table consists of various fields, each holding specific information or linking keys about BAPI Structure for Raw Exposure Lineitems data available in SAP. These include PROFIT_CENTER (Profit Center), MATNR (Material Number), COMMODITY_ID (Commodity ID), 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: Cannot Be Enhanced


SAP BAPI_TEX_RAW_EXP_LINEITEM_INS 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
EXT_ITEM_NOExternal Item Number FTR_EXTERNAL_ITEM_NUMBERNUMC6
PROFIT_CENTERProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TRCOT_CTY_MASTERTPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
QUANTITYQuantity FTR_QUANQUAN13(3) FTR_QUAN
UNIT_OF_MEASUREUnit of Measure for the Commodity TPM_CTY_UOMUNIT3T006CUNITMEINS
UNIT_OF_MEASURE_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
FOREIGN_AMTExposure Amount FTR_EXPOSURE_AMOUNTCURR17(2) FTR_EXPOSURE_AMOUNT
FOREIGN_CURRExposure Amount Currency FTR_EXPOSURE_CURRCUKY5TCURCWAERS
FOREIGN_CURR_ISOISO currency code ISOCDCHAR3ISOCD
TARGET_CURRTarget Currency of Exposure FTR_EXPOSURE_CURRENCY_TARGETCUKY5TCURCWAERS
TARGET_CURR_ISOISO currency code ISOCDCHAR3ISOCD
PLANNING_PERIODPlanning Period TEM_PLANNING_PERIODCHAR3TEMC_PERIODTEM_PLANNING_PERIOD
PLANNING_YEARPlanning Year FTR_PLANNING_YEARNUMC4GJAHRGJAHR
DUE_DATEDate on Which Exposure Is Due / Expires FTR_EXPOSURE_DATEDATS8Assigned to domainFTR_EXPOSURE_DATE
ATTRIBUTE_LI01Value of a free attribute (Char 20) FTR_ATTRIBUTE_LONGCHAR20TEXC_ATTR_LFTR_ATTRIBUTE_LONG
ATTRIBUTE_LI02Value of a free attribute (Char 20) FTR_ATTRIBUTE_LONGCHAR20TEXC_ATTR_LFTR_ATTRIBUTE_LONG
ATTRIBUTE_LI03Value of a free attribute (Char 20) FTR_ATTRIBUTE_LONGCHAR20TEXC_ATTR_LFTR_ATTRIBUTE_LONG
ATTRIBUTE_LI04Value of a free attribute (Char 20) FTR_ATTRIBUTE_LONGCHAR20TEXC_ATTR_LFTR_ATTRIBUTE_LONG
ATTRIBUTE_MI01Value of a free attribute (Char10) FTR_ATTRIBUTE_MEDIUMCHAR10TEXC_ATTR_MFTR_ATTRIBUTE_MEDIUM
ATTRIBUTE_MI02Value of a free attribute (Char10) FTR_ATTRIBUTE_MEDIUMCHAR10TEXC_ATTR_MFTR_ATTRIBUTE_MEDIUM
ATTRIBUTE_SI01Value of a free attribute (Char4) FTR_ATTRIBUTE_SHORTCHAR4TEXC_ATTR_SFTR_ATTRIBUTE_SHORT
ATTRIBUTE_DI01Value of a free attribute (Date) FTR_ATTRIBUTE_DATEDATS8FTR_ATTRIBUTE_DATE
PAYMENT_DATEDate on which the Payment will be made FTR_PAYMENT_DATEDATS8Assigned to domainFTR_EXPOSURE_DATE
FIX_VARIABLE_INDICATORFixed/Floating Indicator FTR_FIX_VARIABLE_INDICATORCHAR1FTR_FIX_VARIABLE_INDICATOR
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MP_EXPOSURE_RULEMarket Price Exposure Rule FTR_MP_EXPOSURE_RULECHAR2FTR_MP_EXPOSURE_RULE
CONDITION_TYPECondition Type FTR_CONDITION_TYPECHAR4FTR_CONDITION_TYPE
VAR_PRICE_CATFloating Price Category FTR_VARIABLE_PRICE_CATEGORYCHAR1FTR_VARIABLE_PRICE_CATEGORY
PRC_FIXATION_STATUSStatus of Price Fixation Option CPET_PRCFIX_STATUSCHAR1STATV
EXER_DATE_EARLIESTCPE Price Fixation - Earliest Exercise Date CPET_PRCFIX_EARLY_EXERCISEDATEDATS8DATE
EXER_DATE_LATESTCPE Price Fixation - Latest Exercise Date CPET_PRCFIX_LATE_EXERCISEDATEDATS8DATE

Key field Non-key field



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

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

How to access SAP table BAPI_TEX_RAW_EXP_LINEITEM_INS

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