SAP PRCT_DIRECT_CONVERSION Price Calculation Trace: direct currency conversion Table data and field list

PRCT_DIRECT_CONVERSION 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 "Price Calculation Trace: direct currency conversion" 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_PRCT_DIRECT_CONVERSION TYPE PRCT_DIRECT_CONVERSION.

The PRCT_DIRECT_CONVERSION table consists of various fields, each holding specific information or linking keys about Price Calculation Trace: direct currency conversion data available in SAP. These include DIR_COND_CURR_VALUE (Condition Rate), DIR_DOC_CURR (Document Currency of Price Determination), DIR_DOC_CURR_VALUE (Price Determination: Condition Value), DIR_EXCHANGE_RATE (Condition Exchange Rate for Conversion to Local Currency)... 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. .

PRCT_DIRECT_CONVERSION structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PRCT_DIRECT_CONVERSION structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the PRCT_DIRECT_CONVERSION table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
DIR_COND_CURRCondition Currency PRCT_COND_CURRCUKY5Assigned to domainWAERSFWS
DIR_COND_CURR_VALUECondition Rate PRCT_COND_RATECURR15(2) WERTV8
DIR_DOC_CURRDocument Currency of Price Determination PRCT_DOC_CURRCUKY5Assigned to domainWAERS
DIR_DOC_CURR_VALUEPrice Determination: Condition Value PRCT_COND_VALUECURR15(2) WERTV8
DIR_EXCHANGE_RATECondition Exchange Rate for Conversion to Local Currency PRCT_EXCH_RATE_COND_CURRDEC9(5) EXCRTPRC_EXCH_RATE_COND_CURRENCY
DIR_EXCHANGE_RATE_DATEField of type DATS DATSDATS8DATS
DIR_KURSTExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST

Key field Non-key field



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

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

How to access SAP table PRCT_DIRECT_CONVERSION

Within an ECC or HANA version of SAP you can also view further information about PRCT_DIRECT_CONVERSION and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).