TEXS_REXP_ITEM_DCS_PRICE_PERIO SAP (Structure of Line Item DCS Price Data Range) Structure details

Dictionary Type: Structure
Description: Structure of Line Item DCS Price Data Range




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




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

TEXS_REXP_ITEM_DCS_PRICE_PERIO 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 "Structure of Line Item DCS Price Data Range" 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_ITEM_DCS_PRICE_PERIO TYPE TEXS_REXP_ITEM_DCS_PRICE_PERIO.

The TEXS_REXP_ITEM_DCS_PRICE_PERIO table consists of various fields, each holding specific information or linking keys about Structure of Line Item DCS Price Data Range data available in SAP. These include PRICE_DATE_TO ( Date on which the Item will be priced), XDATE_FROM (Date), XDATE_TO (Date), FREQUENCY (2 byte integer (signed)).. 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_REXP_ITEM_DCS_PRICE_PERIO 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
PRICE_DATE_FROM Date on which the Item will be priced FTR_PRICING_DATEDATS8Assigned to domainFTR_EXPOSURE_DATE
PRICE_DATE_TO Date on which the Item will be priced FTR_PRICING_DATEDATS8Assigned to domainFTR_EXPOSURE_DATE
XDATE_FROMDate TB_XDATECHAR10T_XDATUM
XDATE_TODate TB_XDATECHAR10T_XDATUM
FREQUENCY2 byte integer (signed) INT2INT25INT2
FREQUENCY_UNITUnit for Frequency TFMURHYNUMC1TFMURHY
DEV_CTY_IDCommodity ID TRCO_COMM_IDCHAR18TRCOT_CTY_MASTERTPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
PRICE_CURRExposure Amount Currency FTR_EXPOSURE_CURRCUKY5TCURCWAERS
CALENDARFactory calendar SKALIDCHAR2TFACDWFCIDH_TFACD
DCSDerivative Contract Specification ID TBA_DCSIDCHAR6Assigned to domainTBA_DCSIDTBA_DCSIDTBAH_DCS
MICMarket Identifier Code TBA_MICCHAR4Assigned to domainTBA_MICTBA_MICTBAH_MIC
TENORTime to Maturity TBA_TENORCHAR10Assigned to domainTBA_TENORTBAH_TENOR
PRICETYPEType of Price Quotation TBA_PRICETYPECHAR2Assigned to domainVVSKURSARTRATETYPE_F4
PRICE_UOQPrice Unit of Quotation FTR_PRICE_UNIT_OF_QUOTDEC5FTR_PRICE_UNIT_OF_QUOT
PRICE_PER_UOMUnit of Measure for the Commodity TPM_CTY_UOMUNIT3T006CUNITMEINS

Key field Non-key field



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

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

How to access SAP table TEXS_REXP_ITEM_DCS_PRICE_PERIO

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