<?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 Does Not Work in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151715#M117650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neil, Saquib, Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not make this field exit work. However I found a user exit that will do what I need to do.  Thanks for your help very much. I have awarded points to all of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Feb 2006 00:18:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-24T00:18:02Z</dc:date>
    <item>
      <title>Field Exit Does Not Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151706#M117641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a field exit. Put code in function module. To check if it works or not, I put a message in the function  module to display message when field is populated or left blank. The message does not display. My field exit does not work. Any help is appreciated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 22:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151706#M117641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T22:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit Does Not Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151707#M117642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you put a break point in the FM to see if it's actually going into the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 23:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151707#M117642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T23:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit Does Not Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151708#M117643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field exit cannot be debugged.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 23:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151708#M117643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T23:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit Does Not Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151709#M117644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field exits are very tricky. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you activated the exit and assigned it to the screen you are trying to use? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure the field name is correct? I think you have to use the data element name rather than the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To simulate debugging you can create a z table and insert records to it and then browse it elsewhere. The structure can be something like date/time/userid/counter as key fields and then any other data you are interested in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 23:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151709#M117644</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-02-20T23:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit Does Not Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151710#M117645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I remember the in field exit, you have to add up Fm with Field and then activate it .After that you&amp;#146;ll be able to see the effect . i did it 4 years before for production order(CO02) field ( empst). Field exit are not recommended. Any way I don&amp;#146;t remember the exact steps , what I had performed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it out :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/field-exits-smod-cmod-questions-and-answers.htm" target="test_blank"&gt;http://www.sap-img.com/abap/field-exits-smod-cmod-questions-and-answers.htm&lt;/A&gt;&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;Pl award points if it helps you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Saquib Khan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 23:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151710#M117645</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-02-20T23:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit Does Not Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151711#M117646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the data element name is correct and so is the screen name. Both the function module and the field exit are activated. To ensure it is working, instead of writng the data to a table , I wrote a code to display a message. Nothing happens when I go to the transaction and hit enter or click save. (This field is a check box)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 23:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151711#M117646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T23:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit Does Not Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151712#M117647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This article mentions "set profile parameter abap/fieldexit to YES" . How do I do this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 23:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151712#M117647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T23:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit Does Not Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151713#M117648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;T-code : RZ10 or RZ11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set up in RZ 11 :abap/fieldexit  ..&lt;/P&gt;&lt;P&gt;But its Basis responsibility ,be sure before setting any parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Saquib Khan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 23:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151713#M117648</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-02-20T23:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit Does Not Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151714#M117649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a limitation of field exits is that they have to refer to dictionary elements - if the field is an internal data variable rather than a table or structure field you cannot use them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 23:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151714#M117649</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-02-20T23:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit Does Not Work</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151715#M117650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neil, Saquib, Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not make this field exit work. However I found a user exit that will do what I need to do.  Thanks for your help very much. I have awarded points to all of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 00:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-does-not-work/m-p/1151715#M117650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-24T00:18:02Z</dc:date>
    </item>
  </channel>
</rss>

