<?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: difference between two currency fileds in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568885#M1078143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this n it is working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: a TYPE QSSHB VALUE '400.00',
      b TYPE wrbtr VALUE '1210.00',
      c TYPE wrbtr.

c = b - a.

WRITE / c.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2008 10:16:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-29T10:16:34Z</dc:date>
    <item>
      <title>difference between two currency fileds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568880#M1078138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing problem with difference between two currency fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using bseg-wrbtr,bseg-qsshb like values are 1,210.00, 400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need the difference between two fileds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568880#M1078138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: difference between two currency fileds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568881#M1078139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;F1 on Both&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568881#M1078139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: difference between two currency fileds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568882#M1078140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are in the same currency so just subtract one from the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568882#M1078140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: difference between two currency fileds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568883#M1078141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : v_tot type curr(13).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_tot = bseg-wrbtr - bseg-qsshb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;deepthi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: deepthi dandibhotla on Sep 29, 2008 12:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568883#M1078141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: difference between two currency fileds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568884#M1078142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;both are same type ,so you can just subtract to get diffrence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters:wrbtr like  bseg-wrbtr,&lt;/P&gt;&lt;P&gt;         qsshb like  bseg-qsshb.&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;  data:diff type i.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  diff = wrbtr - qsshb.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  write:/ diff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568884#M1078142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: difference between two currency fileds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568885#M1078143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this n it is working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: a TYPE QSSHB VALUE '400.00',
      b TYPE wrbtr VALUE '1210.00',
      c TYPE wrbtr.

c = b - a.

WRITE / c.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-currency-fileds/m-p/4568885#M1078143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:16:34Z</dc:date>
    </item>
  </channel>
</rss>

