<?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 BRFplus problem in comparing two currency fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/brfplus-problem-in-comparing-two-currency-fields/m-p/8578176#M1660540</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;We are facing prolem in comparing two decimal values in BRFplus rule. &lt;/P&gt;&lt;P&gt;The requirement is to compare two decimal fields. field1 is type of decimal 23(element type: EKGPR_BAPI), Field 2 is with the type of DECIMAL 23(element type :ENDPR_BAPI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the rule used is given below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex:&lt;/P&gt;&lt;P&gt;IF endpr GREATER THAN endpr_bapi&lt;/P&gt;&lt;P&gt;THEN startdate = 02.02.2012 (any date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we run from BRF+ that time the comparion happening properly and  the result field STARTDATE is updated with the given date. &lt;/P&gt;&lt;P&gt;But when we call BRF+ in function module enhancement, that time the field STRTDATE is not updated with the value. i doubt that the comparision is not happening properly. STARTDATE is just '00000000' after the BRFPLUS call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; We are using NW7.2. is ther any note or workaround to complete this scenario. pls let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kavitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2012 03:03:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-02T03:03:54Z</dc:date>
    <item>
      <title>BRFplus problem in comparing two currency fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brfplus-problem-in-comparing-two-currency-fields/m-p/8578176#M1660540</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;We are facing prolem in comparing two decimal values in BRFplus rule. &lt;/P&gt;&lt;P&gt;The requirement is to compare two decimal fields. field1 is type of decimal 23(element type: EKGPR_BAPI), Field 2 is with the type of DECIMAL 23(element type :ENDPR_BAPI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the rule used is given below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex:&lt;/P&gt;&lt;P&gt;IF endpr GREATER THAN endpr_bapi&lt;/P&gt;&lt;P&gt;THEN startdate = 02.02.2012 (any date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we run from BRF+ that time the comparion happening properly and  the result field STARTDATE is updated with the given date. &lt;/P&gt;&lt;P&gt;But when we call BRF+ in function module enhancement, that time the field STRTDATE is not updated with the value. i doubt that the comparision is not happening properly. STARTDATE is just '00000000' after the BRFPLUS call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; We are using NW7.2. is ther any note or workaround to complete this scenario. pls let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kavitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 03:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brfplus-problem-in-comparing-two-currency-fields/m-p/8578176#M1660540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-02T03:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: BRFplus problem in comparing two currency fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brfplus-problem-in-comparing-two-currency-fields/m-p/8578177#M1660541</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;It sounds like your function module is not passing the ENDPR dates to BRFPlus. Can you debug into BRFPlus?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, maybe you could try the BRFPlus forum?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Paul B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 04:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brfplus-problem-in-comparing-two-currency-fields/m-p/8578177#M1660541</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2012-02-02T04:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: BRFplus problem in comparing two currency fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/brfplus-problem-in-comparing-two-currency-fields/m-p/8578178#M1660542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yup, we have opened one more for same in BRFPLUS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 07:59:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/brfplus-problem-in-comparing-two-currency-fields/m-p/8578178#M1660542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-02T07:59:34Z</dc:date>
    </item>
  </channel>
</rss>

