<?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 Regarding Search Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5755648#M1303917</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 have used field exit for some field and modified that text as profit center , but now the functional guy is asking for search help of profit center to the new field. How to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for ur reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2009 09:32:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-06T09:32:43Z</dc:date>
    <item>
      <title>Regarding Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5755648#M1303917</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 have used field exit for some field and modified that text as profit center , but now the functional guy is asking for search help of profit center to the new field. How to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for ur reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 09:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5755648#M1303917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T09:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5755649#M1303918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shrinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use standard search help for profit center.&lt;/P&gt;&lt;P&gt;i.e.  COBL_EX_PRCT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 09:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5755649#M1303918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T09:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5755650#M1303919</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 need a search help for field profit center then you can find it  in standard table CEPC - Profit Center Master Data Table field PRCTR.&lt;/P&gt;&lt;P&gt;From here you can get the name of the standard search help being used for the Profit Center field.&lt;/P&gt;&lt;P&gt;Now, go to your table and give the data element for your field as PRCTR.&lt;/P&gt;&lt;P&gt;Then keep cursor on this data element and click the Search Help Button and give the details of the search help you found from the table CEPC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 09:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5755650#M1303919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T09:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5755651#M1303920</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;In your user-exit you can add code as when F4 is pressed call the FM 'F4IF_INT_TABLE_VALUE_REQUEST' passing the required values to be displayed for F4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&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;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 09:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5755651#M1303920</guid>
      <dc:creator>former_member189420</dc:creator>
      <dc:date>2009-07-06T09:49:33Z</dc:date>
    </item>
  </channel>
</rss>

