<?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 exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/2467220#M554212</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;Field exits are only taken into account during screen execution if the R/3 profile parameter abap/fieldexit = YES has been set for all application servers. (This profile parameter is set to NO by default).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must activate the field exit as well as the function module&lt;/P&gt;&lt;P&gt;Read note 29377 about field exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can activate the field exits from the Data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2007 06:12:11 GMT</pubDate>
    <dc:creator>seshatalpasai_madala</dc:creator>
    <dc:date>2007-07-02T06:12:11Z</dc:date>
    <item>
      <title>Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/2467217#M554209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; please tell me the process for activating a field exit for an application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 05:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/2467217#M554209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T05:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/2467218#M554210</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;Run this program - RSMODPRF and execute, you will get list of data elements, check your data element and assign it to the program. it will take you the function mdule, there you can write your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before check whwhter Field exit is activated or not in your system - RZ10.if not ask Basis to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Anitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 06:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/2467218#M554210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T06:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/2467219#M554211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;          hi,&lt;/P&gt;&lt;P&gt;Screen Exit is nothing but enhancing the screen like creating some more fields, subscreen and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to the screen&lt;DEL&gt;&amp;gt;System&lt;/DEL&gt;&amp;gt;Status--&amp;gt;Program (Double &lt;/P&gt;&lt;P&gt;click this program. It will take you to the program.&lt;/P&gt;&lt;P&gt;2. Now, Goto--&amp;gt;Object Directory Entry.&lt;/P&gt;&lt;P&gt;3. Make a note the package name.&lt;/P&gt;&lt;P&gt;4. Now run the transactions SMOD, press F4 and enter the &lt;/P&gt;&lt;P&gt;above noted package, press enter.&lt;/P&gt;&lt;P&gt;5. It will display list of Exits.&lt;/P&gt;&lt;P&gt;6. Now go back to the initial screen SMOD.&lt;/P&gt;&lt;P&gt;7. Specify the exit name here and select the radio button&lt;/P&gt;&lt;P&gt;Components.&lt;/P&gt;&lt;P&gt;8. It will display four group boxes one for FM, second &lt;/P&gt;&lt;P&gt;for Fcodes, thrid for Screen areas and last for &lt;/P&gt;&lt;P&gt;includes.&lt;/P&gt;&lt;P&gt;9. Goto transaction CMOD, create a new project, and &lt;/P&gt;&lt;P&gt;click the button "Enhancement assignments" and &lt;/P&gt;&lt;P&gt;specify your enhancements that you got in SMOD.&lt;/P&gt;&lt;P&gt;10. Now bouble clikc the enhancement, it will take you to editor with some includes starting with Z, double clikc the include you want to edit and proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run this program. RSMODPRF&lt;/P&gt;&lt;P&gt;u get the field exit for perticular dataeliment . do the coding and u get the desire output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out this to learn about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/fieldexits.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/fieldexits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details checkmout this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/userexit.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/userexit.pdf&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 06:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/2467219#M554211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T06:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/2467220#M554212</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;Field exits are only taken into account during screen execution if the R/3 profile parameter abap/fieldexit = YES has been set for all application servers. (This profile parameter is set to NO by default).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must activate the field exit as well as the function module&lt;/P&gt;&lt;P&gt;Read note 29377 about field exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can activate the field exits from the Data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 06:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/2467220#M554212</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-02T06:12:11Z</dc:date>
    </item>
  </channel>
</rss>

