<?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 exit replace in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-replace/m-p/1223395#M137125</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;we have sap r/3 v 4.7 implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a consequence field exits aren't supported / adviced anymore. Is there something that replaces the functionality of a field exit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the situations i am handling :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Every time a new material is entered in a sales order (sales &amp;amp; distribution) a window should pop up asking some questions in order to determine the tax rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In a billing plan certain users should not be allowed to change a certain billing block. I could solve this with a user exit when the sales order is saved but it would be much nicer if the user receives an error message immediately after he chances the billing block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any thoughts on this would be most welcome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Mar 2006 12:16:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-20T12:16:51Z</dc:date>
    <item>
      <title>field exit replace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-replace/m-p/1223395#M137125</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;we have sap r/3 v 4.7 implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a consequence field exits aren't supported / adviced anymore. Is there something that replaces the functionality of a field exit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the situations i am handling :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Every time a new material is entered in a sales order (sales &amp;amp; distribution) a window should pop up asking some questions in order to determine the tax rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In a billing plan certain users should not be allowed to change a certain billing block. I could solve this with a user exit when the sales order is saved but it would be much nicer if the user receives an error message immediately after he chances the billing block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any thoughts on this would be most welcome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2006 12:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-replace/m-p/1223395#M137125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-20T12:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: field exit replace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-replace/m-p/1223396#M137126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can continu using field-exit on 4.7.&lt;/P&gt;&lt;P&gt;Take a look at OSS note 29377.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2006 12:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-replace/m-p/1223396#M137126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-20T12:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: field exit replace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-replace/m-p/1223397#M137127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Even i had to do some validation on sales order. As field exit is obsolete i have written my code in subroutine &amp;#145;USEREXIT_PRICING_PREPARE_TKOMK&amp;#146; of include &amp;#145;RV60AFZZ&amp;#146;. You can try with the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2006 13:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-replace/m-p/1223397#M137127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-20T13:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: field exit replace</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-replace/m-p/1223398#M137128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   You can use the userexit USEREXIT_FIELD_MODIFICATION in MV45AFZZ depending on your condition you can 'grey out' the billing block and not allow the user to change the billing block instead of trying to give him an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can change the screen properties of the field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jagruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2006 13:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-replace/m-p/1223398#M137128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-20T13:44:10Z</dc:date>
    </item>
  </channel>
</rss>

