<?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: search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1591790#M266181</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;Search help is used to provide F4 help to one particualr field on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process on value-request.&lt;/P&gt;&lt;P&gt;This is one of the module in the module pool programming. This module is used for providing f4 help for one particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process on help request.&lt;/P&gt;&lt;P&gt;This is again one of the module in the module pool programming. This module is used for providing f1 help means documentation  for one particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These modules are used in module pool programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen on value request.&lt;/P&gt;&lt;P&gt;this is used for f4 help in reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen on help request.&lt;/P&gt;&lt;P&gt;This is used for f1 help in reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above two events are used in report programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clears ur doubts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Oct 2006 08:27:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-01T08:27:34Z</dc:date>
    <item>
      <title>search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1591786#M266177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends i am new to this side n i am trying to get job asa an abap-consultant.&lt;/P&gt;&lt;P&gt;my question is how all these r related.&lt;/P&gt;&lt;P&gt;1.search help.&lt;/P&gt;&lt;P&gt;2.feild help.&lt;/P&gt;&lt;P&gt;3. process on value request.&lt;/P&gt;&lt;P&gt;4.process on help request.&lt;/P&gt;&lt;P&gt;5.selection- screen on value reuest.&lt;/P&gt;&lt;P&gt;6.selection-screen on help request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Sep 2006 16:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1591786#M266177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-30T16:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1591787#M266178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its are some different way that the system use to check and offer some values to the users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1. Search Help. Are created in the SE11 transaction and its a view from some table. Its could be Complex (more than one option).&lt;/P&gt;&lt;P&gt;  2. You could associate a search help to some field (into data elements)..and all places where you use this data element you can see it help.&lt;/P&gt;&lt;P&gt;  3. When you press F4 in abap program this events is trigger.&lt;/P&gt;&lt;P&gt;  4. When you press F1 in abap program this events is trigger.&lt;/P&gt;&lt;P&gt;  5. When you press F4 in a dynpro this events is trigger.&lt;/P&gt;&lt;P&gt;  6. When you press F1 in a dynpro this events is trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Sep 2006 16:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1591787#M266178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-30T16:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1591788#M266179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;welcome to sdn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;1.search help.&lt;/P&gt;&lt;P&gt;used to provide possible input values say F4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;2.feild help.&lt;/P&gt;&lt;P&gt;used to provide documentation help say F1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;4.process on help request.&lt;/P&gt;&lt;P&gt;used to provide F4 help for the screen field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;4.process on help request.&lt;/P&gt;&lt;P&gt;used to provide F1 help for the screen field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;5.selection- screen on value reuest.&lt;/P&gt;&lt;P&gt;used to provide F4 help for selection screen fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;6.selection-screen on help request. &lt;/P&gt;&lt;P&gt;used to provide F1 help for the selection screen fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Sep 2006 17:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1591788#M266179</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-09-30T17:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1591789#M266180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the solution Mr.Abdul....but can u elobrate on when do u use all f1,f4,pov,poh at runtime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Oct 2006 07:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1591789#M266180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-01T07:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1591790#M266181</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;Search help is used to provide F4 help to one particualr field on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process on value-request.&lt;/P&gt;&lt;P&gt;This is one of the module in the module pool programming. This module is used for providing f4 help for one particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process on help request.&lt;/P&gt;&lt;P&gt;This is again one of the module in the module pool programming. This module is used for providing f1 help means documentation  for one particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These modules are used in module pool programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen on value request.&lt;/P&gt;&lt;P&gt;this is used for f4 help in reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen on help request.&lt;/P&gt;&lt;P&gt;This is used for f1 help in reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above two events are used in report programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clears ur doubts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Oct 2006 08:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1591790#M266181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-01T08:27:34Z</dc:date>
    </item>
  </channel>
</rss>

