<?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/3999914#M955676</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; First thing is - as said earlier check whether the field exits are active using CMOD--&amp;gt;PRFB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field exits trigger only for input enabled fields. Check if the configurations are different in DEV and QA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field is input enabled in QA also then check the procedure used for testing. field exits trigger only when an action is performed on that particular screen. Suppose logic is written in a field exit for a field in screen 2 and the control never goes to screen 2 while you are testing then the field exit is not triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2008 18:44:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-25T18:44:14Z</dc:date>
    <item>
      <title>field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999909#M955671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to check whether the field exit is activated for that particular field or not&lt;/P&gt;&lt;P&gt;since the debug is not possible for field exit , how can we check it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999909#M955671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T06:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999910#M955672</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;Put a message statement. If you get the message, control is going there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Se38---&amp;gt;RDMODPRF  Press F8 Now all Field Exits are in front of you with their status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raju Chitale on Jun 24, 2008 10:52 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999910#M955672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T06:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999911#M955673</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 cannot debug field exits. If you want to know whether the field exit is active or not go to CMOD transaction. In the command prompt enter PRFB. This will give you the list of field eixts that have been created. From the list you can check whether the field exit you have created is active or not. And if it is not active then  select your field exit and then from the menu bar field exit&lt;DEL&gt;&amp;gt; Activate. Also activate the function module from menu bar&lt;/DEL&gt;&amp;gt;Edit--&amp;gt;Activate FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 08:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999911#M955673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T08:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999912#M955674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VaraLakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way is to put a message statement in the functional module code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think theres any other possible way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want to check generally the field exits activited in the SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the below steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Goto CMOD transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Type PRFB in the command prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.It displays all the field exits activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandrasekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 08:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999912#M955674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T08:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999913#M955675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when does a field exit gets executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say for example am going to create a field  exit for measuring point/counters(field name), and a check is made for the values entered in the field using the field exit,if the check returned sy-subrc as 4 a error message will be displayed, our problem is the message is getting triggered when we execute in dev but not in QA, so we suspect the field is not fired in QA for that particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but as the previous replies suggested i did a check in RZ11, the parameter is set to YES in both dev and QA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as mentioned, am not able to debug the field exit, even in dev where it is actually getting fired correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any other way to find out, to prove the field exit is actually working in QA also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 14:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999913#M955675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T14:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999914#M955676</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; First thing is - as said earlier check whether the field exits are active using CMOD--&amp;gt;PRFB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field exits trigger only for input enabled fields. Check if the configurations are different in DEV and QA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field is input enabled in QA also then check the procedure used for testing. field exits trigger only when an action is performed on that particular screen. Suppose logic is written in a field exit for a field in screen 2 and the control never goes to screen 2 while you are testing then the field exit is not triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 18:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999914#M955676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T18:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999915#M955677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved by myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 14:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/3999915#M955677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T14:09:37Z</dc:date>
    </item>
  </channel>
</rss>

