<?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 Currency Convert in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-convert/m-p/2256785#M488743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;i need to subtotal the field &amp;amp;BSEG_WRBTR&amp;amp; and i need to dat only by passing that value to another field..i am not supposed to add directly...i declred the variable as int,char,float &amp;amp; num but the variable is not taking...please help....the requirement is subtotal of &amp;amp;BSEG_WRBTR&amp;amp; through another variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 12:08:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T12:08:04Z</dc:date>
    <item>
      <title>Currency Convert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-convert/m-p/2256785#M488743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;i need to subtotal the field &amp;amp;BSEG_WRBTR&amp;amp; and i need to dat only by passing that value to another field..i am not supposed to add directly...i declred the variable as int,char,float &amp;amp; num but the variable is not taking...please help....the requirement is subtotal of &amp;amp;BSEG_WRBTR&amp;amp; through another variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-convert/m-p/2256785#M488743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T12:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Convert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-convert/m-p/2256786#M488744</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;&lt;/P&gt;&lt;P&gt;Declare it as packed , then i will do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-convert/m-p/2256786#M488744</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-05-16T12:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Convert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-convert/m-p/2256787#M488745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to declare the field as PACKED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_wrbtr type p decimals 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else.&lt;/P&gt;&lt;P&gt;data: v_wrbtr type wrbtr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-convert/m-p/2256787#M488745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T12:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Convert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-convert/m-p/2256788#M488746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend the second suggestion of Ramesh: declare the data type using TYPE bseg-wrbtr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing this way you will get exactly the same type for your subtotal without regarding which type it is (by the way, its currency and internally managed as packed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-convert/m-p/2256788#M488746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T12:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Convert</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-convert/m-p/2256789#M488747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;put type p lenght 13 decimals 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-convert/m-p/2256789#M488747</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-05-16T12:32:48Z</dc:date>
    </item>
  </channel>
</rss>

