<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: SLT: Error while replicating data with CURR data-type in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/slt-error-while-replicating-data-with-curr-data-type/qaa-p/12709335#M4769202</link>
    <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;larissamdealmeida&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;This is not an SLT error but how things works on application server, not everything you see on transaction is found exactly same on database table.&lt;/P&gt;&lt;P&gt;Application has convertion exits, to format something from database to what users need to see. Example: dates on database are always yyyymmdd, but is formated properly according to user settings, for me appears dd/mm/yyyy, for US mm-dd-yyyy.&lt;/P&gt;&lt;P&gt;In your case, seems to be the same. Go to SE16, on table with has the NET_AMOUNT and you probably see it as 1402. Now go to Settings -&amp;gt; User Parameters and disable flag Format -&amp;gt; Respect conversion exit and you probably will see 0,14 that is probably the value found on database.&lt;/P&gt;&lt;P&gt;See more info on SAP Note 137626 - FAQ: Decimal Places for Currency Codes.&lt;/P&gt;&lt;P&gt;Now, for modeling on HANA you have to follow this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/docs/SAP_HANA_PLATFORM/fc5ace7a367c434190a8047881f92ed8/d59c5f2cbb571014818fa6600fac57c4.html" target="test_blank"&gt;https://help.sap.com/docs/SAP_HANA_PLATFORM/fc5ace7a367c434190a8047881f92ed8/d59c5f2cbb571014818fa6600fac57c4.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/docs/SAP_HANA_PLATFORM/e8e6c8142e60469bb401de5fdb6f7c00/bd40ede94a694665a2c9d14268c37703.html?version=2.0.02" target="test_blank"&gt;https://help.sap.com/docs/SAP_HANA_PLATFORM/e8e6c8142e60469bb401de5fdb6f7c00/bd40ede94a694665a2c9d14268c37703.html?version=2.0.02&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or, depending of your user case you may found a different strategy of transformation inside SLT or on your view.&lt;/P&gt;&lt;P&gt;Regards, Fernando Da Rós&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2023 15:25:39 GMT</pubDate>
    <dc:creator>fedaros</dc:creator>
    <dc:date>2023-04-19T15:25:39Z</dc:date>
    <item>
      <title>SLT: Error while replicating data with CURR data-type</title>
      <link>https://community.sap.com/t5/technology-q-a/slt-error-while-replicating-data-with-curr-data-type/qaq-p/12709334</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
  &lt;P&gt;I've tried replicating data through SLT with the data-type CURR (NET_AMOUNT, 28.6) which refers to a different column with the data type CUKY (DOC_CURRENCY, 5). While in the source system I get the correct values (e.g. 1402), the replicated data follows the pattern of dividing the original value by 1000 and rounding up to 2 decimal houses (e.g. 0,14). I've tried altering the data type in LTRS to CHAR (34), DEC (28.6), and DF34_DEC without success. &lt;/P&gt;
  &lt;P&gt;How can I fix this issue?&lt;/P&gt;
  &lt;P&gt;Thanks in advance! &lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 16:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/slt-error-while-replicating-data-with-curr-data-type/qaq-p/12709334</guid>
      <dc:creator>larissamdealmeida</dc:creator>
      <dc:date>2023-04-13T16:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: SLT: Error while replicating data with CURR data-type</title>
      <link>https://community.sap.com/t5/technology-q-a/slt-error-while-replicating-data-with-curr-data-type/qaa-p/12709335#M4769202</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;larissamdealmeida&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;This is not an SLT error but how things works on application server, not everything you see on transaction is found exactly same on database table.&lt;/P&gt;&lt;P&gt;Application has convertion exits, to format something from database to what users need to see. Example: dates on database are always yyyymmdd, but is formated properly according to user settings, for me appears dd/mm/yyyy, for US mm-dd-yyyy.&lt;/P&gt;&lt;P&gt;In your case, seems to be the same. Go to SE16, on table with has the NET_AMOUNT and you probably see it as 1402. Now go to Settings -&amp;gt; User Parameters and disable flag Format -&amp;gt; Respect conversion exit and you probably will see 0,14 that is probably the value found on database.&lt;/P&gt;&lt;P&gt;See more info on SAP Note 137626 - FAQ: Decimal Places for Currency Codes.&lt;/P&gt;&lt;P&gt;Now, for modeling on HANA you have to follow this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/docs/SAP_HANA_PLATFORM/fc5ace7a367c434190a8047881f92ed8/d59c5f2cbb571014818fa6600fac57c4.html" target="test_blank"&gt;https://help.sap.com/docs/SAP_HANA_PLATFORM/fc5ace7a367c434190a8047881f92ed8/d59c5f2cbb571014818fa6600fac57c4.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/docs/SAP_HANA_PLATFORM/e8e6c8142e60469bb401de5fdb6f7c00/bd40ede94a694665a2c9d14268c37703.html?version=2.0.02" target="test_blank"&gt;https://help.sap.com/docs/SAP_HANA_PLATFORM/e8e6c8142e60469bb401de5fdb6f7c00/bd40ede94a694665a2c9d14268c37703.html?version=2.0.02&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or, depending of your user case you may found a different strategy of transformation inside SLT or on your view.&lt;/P&gt;&lt;P&gt;Regards, Fernando Da Rós&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 15:25:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/slt-error-while-replicating-data-with-curr-data-type/qaa-p/12709335#M4769202</guid>
      <dc:creator>fedaros</dc:creator>
      <dc:date>2023-04-19T15:25:39Z</dc:date>
    </item>
  </channel>
</rss>

