<?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/2175806#M462065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;You probably have to modify the data element for the corresponding screen field and attach a custom search help..&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we do this? Could you please give an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2007 20:54:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-26T20:54:04Z</dc:date>
    <item>
      <title>Field exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175803#M462062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking at some field exit work. In transaction ME51N there is a field 'Requisitioner'. Right now, standard SAP, is this field is a plain text field with no search help (F4). User can enter whatever they want in this text field. But the requirement is to provide a search help functionality to this field. We would store a set of requisitioners in a custom table and when we do search help on this field, a list with custom table contents should appear for selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has to do something with field exits. But I never worked on a field exit. Could you suggest me how to do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 19:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175803#M462062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T19:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175804#M462063</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;Refer to this links&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;&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.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;A href="http://www.sap-img.com/abap/what-is-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.niraj.tripod.com/id21.html" target="test_blank"&gt;http://sap.niraj.tripod.com/id21.html&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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 20:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175804#M462063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T20:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175805#M462064</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;  I believe the field exits might not work in this scenario..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You have to modify the standard sap code to give a F4 help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You probably have to modify the data element for the corresponding screen field and attach a custom search help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 20:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175805#M462064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T20:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175806#M462065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;You probably have to modify the data element for the corresponding screen field and attach a custom search help..&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we do this? Could you please give an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 20:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175806#M462065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T20:54: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/2175807#M462066</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;If you know the data element..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the access key for that data element..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the data element..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press change..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to give an access key...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the search help section..Give your new searchhelp created using the custom table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 21:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175807#M462066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T21:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175808#M462067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we do like this - search help for this field would not be specific to one screen correct? I which ever screens we have this field we get a search help right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also for this way - I need to create a Z search help right? Please eloborate this proceedure as I never did this kind of thing before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 21:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175808#M462067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T21:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175809#M462068</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;Yes..It will not be specific to one screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALso for creating search help..check this link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee86446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee86446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 21:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175809#M462068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T21:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175810#M462069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be I need to go with 'Elementary search help' in my case as I need to provide the custom table name some where which I do not see in the Collective search help option. Do you have the help information for elementary search help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to provide search help for a data element AFNAM (requisitioner). Could you please provide me the steps for creating the search help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 21:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175810#M462069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T21:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175811#M462070</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;GO to SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the radio button..search help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the search help name..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press create..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Elementary search help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GIve a short description..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN the selection method give the table name..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the search help parameter - Give the field name of the table.&lt;/P&gt;&lt;P&gt;Check the EXP check box in the corresponding row..&lt;/P&gt;&lt;P&gt;GIve LPOS - 1&lt;/P&gt;&lt;P&gt;Give SPOS - 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the search help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 21:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175811#M462070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T21:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175812#M462071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One final question - with in the field exit is it not possible to provide the search help I mean doing something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
at selection-screen on value request &amp;lt;screen-field&amp;gt;.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 21:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175812#M462071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T21:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Field exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175813#M462072</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 used for validating the field values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field exit is a function module where you can validate..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot have any event blocks like  PROCESS ON VALUE-REQUEST...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field exits will get triggered when press enter or any event...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will not be triggered specifically for F4..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 22:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit/m-p/2175813#M462072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T22:04:06Z</dc:date>
    </item>
  </channel>
</rss>

