<?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>topic Re: Mismatch between data sent from print program and SAP script. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214632#M1911167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check table TCURX you will get a list of decimal places for currencies of different countries .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2015 11:38:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-08-25T11:38:51Z</dc:date>
    <item>
      <title>Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214628#M1911163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue in which the value of wrbtr (which is being fetched from BSEG table in print program) is getting changed when read in SAP script. The value which is being fetched is 10000.00 and when it reaches sap script it becomes 1.000.000. I debugged and didn't find any code to change the value from 10000.00 to 1.000.000 and when i changed the value to a random value say 8765433.00 in print program then in sap script it is being read as 876.543.300. I am not getting what is making this value to change. Only similarity between these values is total number of digits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aparajita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 11:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214628#M1911163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T11:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214629#M1911164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aparajita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the thing you explained it seems that difference is due to the currency conversion. May be your document contains the wrbtr in some other currency and due to this you are getting this result.So do a check on this and do paste a screenshot for us to understand better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 11:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214629#M1911164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T11:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214630#M1911165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Aparajita,&lt;/P&gt;&lt;P&gt;This may be due to Currency settings in User profile.&lt;/P&gt;&lt;P&gt;You can check this at Main menu -&amp;gt; system settings...here, just see the current decimal notation maintained, accordingly the conversion is happening.&lt;/P&gt;&lt;P&gt;Change the required selection here and check your print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suren.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 11:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214630#M1911165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T11:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214631#M1911166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also,&amp;nbsp; the fact that there is 3 dp's seems to suggest that the field is being written without a reference field containing the currency or that it is being written (by a WRITE statement) without a CURRENCY clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 11:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214631#M1911166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T11:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214632#M1911167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check table TCURX you will get a list of decimal places for currencies of different countries .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 11:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214632#M1911167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T11:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214633#M1911168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mostly this happens when moving values between field of different types.&lt;/P&gt;&lt;P&gt;also check conversion.&lt;/P&gt;&lt;P&gt;what is the output command in the sapscript text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Stefan Seeburger &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 11:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214633#M1911168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T11:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214634#M1911169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the currency field associated in ddic (e.g. T001-WAERS, BKPF-WAERS or BKPF-HWAER) available in the SAPscript form ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 12:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214634#M1911169</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-08-25T12:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214635#M1911170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the responses. I am still looking for the cause. Some more input from my side.Here wrbtr (se11) is 10.000,00 &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/777283" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;but when I select one record&amp;nbsp; and display it, it appears as 1.000.000. Very strange &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/777332" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Aparajita.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 13:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214635#M1911170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T13:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214636#M1911171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks the same to&amp;nbsp; me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 13:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214636#M1911171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T13:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214637#M1911172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a stone old problem.&lt;/P&gt;&lt;P&gt;The currency JPY does not have any decimals, nevertheless it is stored with decimals in the tables, as the field has 2 decimals by definition.&lt;/P&gt;&lt;P&gt;Have a look into OSS note &lt;A href="http://service.sap.com/sap/support/notes/1176399" style="font-family: Arial, Helvetica, sans-serif; background-color: #cbdbea;" title="1176399  - Loading amounts to the BW system; decimal places"&gt;&lt;SPAN class="title" style="color: #000000; font-weight: bold;"&gt;1176399 &lt;/SPAN&gt;&lt;/A&gt; , its has a table with examples&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 13:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214637#M1911172</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2015-08-25T13:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214638#M1911173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me it is working as expected since the currency is JPY as already explained by &lt;STRONG style="font-size: 10.8000001907349px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="16852" data-externalid="" data-presence="null" data-userid="301925" data-username="jrgen.lins" href="https://answers.sap.com/people/jrgen.lins" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7; background: transparent;"&gt;Jürgen L&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the FI doc via FB03 / Any standard transaction and I am sure you will get the same result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 13:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214638#M1911173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T13:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214639#M1911174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE16/SE16N&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;WRBTR is associated to BKPF-WAERS, not available, so displayed with default values of most currencies (2 decimals)&lt;/LI&gt;&lt;LI&gt;PSWBT is associated to BSEG-PSWSL, available, so displayed without decimal (JPY, check table TCURX)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;Hint: Better look with FB03 or another FI transaction as FBL3N.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 13:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214639#M1911174</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-08-25T13:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214640#M1911175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jurgen,&lt;/P&gt;&lt;P&gt;Thanks for your response. Do you mean that, this may be the cause of my problem? And there is problem in standard code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aparajita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214640#M1911175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T14:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214641#M1911176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry my mistake, m refering to pswbt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214641#M1911176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T14:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214642#M1911177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello raymond,&lt;/P&gt;&lt;P&gt;Doess it means, what is appearing in se16n shouldn't impact the my output of sapscript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aparajita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214642#M1911177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T14:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214643#M1911178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No there is not a problem in standard code, the problem is that the person who is looking into the table with a table browser has trouble to understand the SAP design. SAP is using conversion routines according to the currency decimals to display it right in any functional transaction. This is not the case in SE16, as this is not an end user transaction, here you are supposed to see the values how they are stored in the table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214643#M1911178</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2015-08-25T14:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214644#M1911179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Still the earlier problem is unresolved. Why is there a difference between wrbtr value in pp and sap script for jpy but no problem exists for usd. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214644#M1911179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-25T14:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214645#M1911180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because JPY has 2 decimals in the table and 0 in the reality and hence on the documents.&lt;/P&gt;&lt;P&gt;and USD has 2 decimals in the table and 2 decimals in reality.&lt;/P&gt;&lt;P&gt;Just remove the decimal delimiter from your mind when reading a JPY value in a table and everything is in order, isn't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214645#M1911180</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2015-08-25T14:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214646#M1911181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE16/SE16N are only developpert/support tool, there are not intended to replace an actual display transaction, so as already written try FB03 on document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hint: Try some search at help.sap.com with keywords: &lt;SPAN style="text-decoration: underline;"&gt;SAPscript&lt;/SPAN&gt; &lt;SPAN style="text-decoration: underline;"&gt;Fields&lt;/SPAN&gt; &lt;/EM&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;Currencies&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt; &lt;SPAN style="text-decoration: underline;"&gt;Quantities &lt;/SPAN&gt; &lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 14:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214646#M1911181</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-08-25T14:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mismatch between data sent from print program and SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214647#M1911182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aparajita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As explained by everyone here you are having 5 decimal places in the currency so if you want to get it upto 2 decimal places then multiply it by 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 04:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mismatch-between-data-sent-from-print-program-and-sap-script/m-p/11214647#M1911182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-26T04:06:44Z</dc:date>
    </item>
  </channel>
</rss>

