<?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 Field Level Validation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-level-validation/m-p/8814917#M1681563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abap Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; My Query is while creation of Purchase order there will be a field called &lt;STRONG&gt;Currency&lt;/STRONG&gt;. we have to consider for 2 condition types called &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;'PBXX' and 'SKTO'&amp;nbsp; &lt;/STRONG&gt;such a way that if the user is creating PO and putting the Currency as &lt;STRONG&gt;'USD or 'EUR'&lt;/STRONG&gt; means apart from '&lt;STRONG&gt;INR'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; through the Error message that '&lt;STRONG&gt;please enter the Currency as INR' &lt;/STRONG&gt;. for this please suggest me the EXIT or BADI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;offer removed by moderator&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Zloch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2012 10:24:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-07T10:24:49Z</dc:date>
    <item>
      <title>Field Level Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-level-validation/m-p/8814917#M1681563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abap Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; My Query is while creation of Purchase order there will be a field called &lt;STRONG&gt;Currency&lt;/STRONG&gt;. we have to consider for 2 condition types called &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;'PBXX' and 'SKTO'&amp;nbsp; &lt;/STRONG&gt;such a way that if the user is creating PO and putting the Currency as &lt;STRONG&gt;'USD or 'EUR'&lt;/STRONG&gt; means apart from '&lt;STRONG&gt;INR'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; through the Error message that '&lt;STRONG&gt;please enter the Currency as INR' &lt;/STRONG&gt;. for this please suggest me the EXIT or BADI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;offer removed by moderator&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Zloch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 10:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-level-validation/m-p/8814917#M1681563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-07T10:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Field Level Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-level-validation/m-p/8814918#M1681564</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;please do the following to find out exits and badis for your requirement. Go to method GET_INSTANCE of class CL_EXITHANDLER. and set a break point as shown in figure. Now execute the scenario where you want to do validation. If there is any exit of badi then the program execution will stop there and you can get the exit name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the screen shot attached.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/109022" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following are the few exits where the debugger will stop :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PPA_CUST_BADI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;kartik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 10:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-level-validation/m-p/8814918#M1681564</guid>
      <dc:creator>Kartik2</dc:creator>
      <dc:date>2012-06-07T10:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Field Level Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-level-validation/m-p/8814919#M1681565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First maintain the conversion factors for the currency pair and the exchange rates which you specified. Choose&lt;/P&gt;&lt;P&gt;Global settings -&amp;gt; Currencies -&amp;gt; Conversion factors in the Implementation Guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 10:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-level-validation/m-p/8814919#M1681565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-07T10:39:24Z</dc:date>
    </item>
  </channel>
</rss>

