<?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: Field-Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116378#M740050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Naimesh! I will tell them this. However, if you know more details of how to do it, please let me know... Our Basis guys never do it before, they may be afraid to do so without advices or instructions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2007 21:11:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-21T21:11:22Z</dc:date>
    <item>
      <title>Field-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116374#M740046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our SAP system (4.7 Enterprise) does not support Field-Exit. Can someone tell me how to configurate in the system to open/activate this feature? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 20:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116374#M740046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T20:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Field-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116375#M740047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the prorgam RSMODPRF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps to create a Field-exit:&lt;/P&gt;&lt;P&gt;1. Run report RSMODPRF&lt;/P&gt;&lt;P&gt;2. Run on the selection screen&lt;/P&gt;&lt;P&gt;3. In list Field Exit &amp;gt; Create &lt;/P&gt;&lt;P&gt;4. Give your data element&lt;/P&gt;&lt;P&gt;5.System will generate the FM FIELD_EXIT_XXXXX&lt;/P&gt;&lt;P&gt;6. Activate it.&lt;/P&gt;&lt;P&gt;7. Select your field exit and assign to your program and screen&lt;/P&gt;&lt;P&gt;8. Select again .. Field exit &amp;gt; Activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 20:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116375#M740047</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-21T20:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Field-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116376#M740048</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;Thanks for your quick reply. I know how to create a Field-Exit. The problem is our SAP system does not install Field-Exit feature, and I wanna know if it is easy to install Field-Exit in an SAP system so that I will make a request to BASIS group to do that. Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 20:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116376#M740048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T20:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Field-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116377#M740049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, than you need to set the system parameter.&lt;/P&gt;&lt;P&gt;abap/fieldexit = 'YES'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see the system parameters in RZ10. May be you need to take a help from Basis guys for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 21:05:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116377#M740049</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-21T21:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Field-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116378#M740050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Naimesh! I will tell them this. However, if you know more details of how to do it, please let me know... Our Basis guys never do it before, they may be afraid to do so without advices or instructions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 21:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116378#M740050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T21:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Field-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116379#M740051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is simple.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to RZ10.&lt;/P&gt;&lt;P&gt;Select your system profile. Change mode.&lt;/P&gt;&lt;P&gt;Find the parameter abap/fieldexit .. double click and put the value YES.&lt;/P&gt;&lt;P&gt;Save .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to restart the server after chaning this parameter to make it efffective. I didn't do this anytime but I got this information when I had faced this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 22:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116379#M740051</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-21T22:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Field-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116380#M740052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice to see a quick reply to your question - however, the responder should have pointed out that Field Exits are obsolete and should in general not be used - look at all other forms of exit such as BADI, User Exit, BTE, Substitution, Enhancement Framework, etc. in preference to putting in a field exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 00:25:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116380#M740052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-22T00:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Field-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116381#M740053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh &amp;amp; Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your both replies, it's very helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 13:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/3116381#M740053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-22T13:42:28Z</dc:date>
    </item>
  </channel>
</rss>

