Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8497

Re: CE_CONVERSION in ABAP AMDP method

$
0
0

Then i get the following error

 

SQLScript: Attribute not found in column table: DEMO_PRICES

 

  prices= CE_CONVERSION(:demo_prices, [family = 'currency',
  method = 'ERP',
  client = '900',
  conversion_type = 'M',
  target_unit = 'EUR',
  source_unit = 'DKK',
  reference_date = "01.07.2014",
  output_unit_column = "BAPICURR"],
  

[ demo_prices AS out_amount ] );

 

I have also tried the following, but then i get the error: sap column name BAPICURR defined multiple times in output table

 

  et_amount = CE_CONVERSION(:demo_prices, [family = 'currency',
  method = 'ERP',
  client = '900',
  conversion_type = 'M',
  target_unit = 'EUR',
  source_unit = 'DKK',
  reference_date = "01.07.2014",
  output_unit_column = "BAPICURR"]);
 

Viewing all articles
Browse latest Browse all 8497

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>