CPET_CURR_EXCH_RATES SAP (CPE - Structure for Currency Exchange Rates) Structure details

Dictionary Type: Structure
Description: CPE - Structure for Currency Exchange Rates




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




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

CPET_CURR_EXCH_RATES 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 "CPE - Structure for Currency Exchange Rates" 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_CPET_CURR_EXCH_RATES TYPE CPET_CURR_EXCH_RATES.

The CPET_CURR_EXCH_RATES table consists of various fields, each holding specific information or linking keys about CPE - Structure for Currency Exchange Rates data available in SAP. These include FCURR (From currency), TCURR (To-currency), CURRDATE (Date of Price Quotation), CURRTIME (Time of Price Quotation).. 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: Can be enhanced (character-type or numeric)


SAP CPET_CURR_EXCH_RATES 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
KURSTExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
FCURRFrom currency FCURR_CURRCUKY5Assigned to domainWAERS
TCURRTo-currency TCURR_CURRCUKY5Assigned to domainWAERS
CURRDATEDate of Price Quotation CPET_QUOTDATEDATS8DATE
CURRTIMETime of Price Quotation CPET_QUOTTIMETIMS6TIME
UKURSExchange Rate UKURS_CURRDEC9(5) EXCRTUKURS
FFACTRatio for the 'From' Currency Units FFACT_CURRDEC9DEC9
TFACTRatio for the 'To' Currency Units TFACT_CURRDEC9DEC9
REQUESTEDCheckbox XFELDCHAR1XFELD
CLOSED_MARKETCheckbox XFELDCHAR1XFELD
MISSINGCheckbox XFELDCHAR1XFELD
SUBST_DATEDate of Price Quotation CPET_QUOTDATEDATS8DATE
SUBST_TIMETime of Price Quotation CPET_QUOTTIMETIMS6TIME
SUBSTITUTEDCheckbox XFELDCHAR1XFELD
IGNOREDCheckbox XFELDCHAR1XFELD
INCOMPLETECPE Term - Period Determination Incomplete CPET_INCOMPLETECHAR1CHAR1
BILLING_BLOCKCPE Caller - Billing: Blocking Reason for Document Items CPET_BILLING_BLOCKCHAR2Assigned to domainCPE_BILLING_BLOCK

Key field Non-key field



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

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

How to access SAP table CPET_CURR_EXCH_RATES

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