<?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: linking f4 help for input fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/linking-f4-help-for-input-fields/m-p/2142994#M451668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r using 'REUSE_ALV_GRID_DISPLAY' then u have to mention the structure name as shown below.It will automatically pick the search-help attached to that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;          i_structure_name        = 'SFLIGHT'&lt;/P&gt;&lt;P&gt;          is_layout               = gs_layout&lt;/P&gt;&lt;P&gt;     tables&lt;/P&gt;&lt;P&gt;          t_outtab                = gt_sflight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if there is no standard search help attached to the field then u have to manually build it using FM 'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/P&gt;&lt;P&gt;(Check the example 'DEMO_DYNPRO_F4_HELP_MODULE'.In this example,values_tab table is filled with the values which r to be shown in F4.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2007 13:55:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-10T13:55:50Z</dc:date>
    <item>
      <title>linking f4 help for input fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/linking-f4-help-for-input-fields/m-p/2142993#M451667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every one,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am generating a ALV report with Function Modules, in that report i am editing a field where it as to accept the user value , but i need f4 help for that field .&lt;/P&gt;&lt;P&gt; Will anybody help me  on this , its urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 11:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/linking-f4-help-for-input-fields/m-p/2142993#M451667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T11:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: linking f4 help for input fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/linking-f4-help-for-input-fields/m-p/2142994#M451668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r using 'REUSE_ALV_GRID_DISPLAY' then u have to mention the structure name as shown below.It will automatically pick the search-help attached to that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;          i_structure_name        = 'SFLIGHT'&lt;/P&gt;&lt;P&gt;          is_layout               = gs_layout&lt;/P&gt;&lt;P&gt;     tables&lt;/P&gt;&lt;P&gt;          t_outtab                = gt_sflight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if there is no standard search help attached to the field then u have to manually build it using FM 'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/P&gt;&lt;P&gt;(Check the example 'DEMO_DYNPRO_F4_HELP_MODULE'.In this example,values_tab table is filled with the values which r to be shown in F4.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 13:55:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/linking-f4-help-for-input-fields/m-p/2142994#M451668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T13:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: linking f4 help for input fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/linking-f4-help-for-input-fields/m-p/2142995#M451669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk thse DEMO programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BCALV_F4                       Possible entries
BCALV_GRID_F4_HELP_APPLICATION
BCALV_TEST_GRID_F4_HELP        Example Report for F4 Help of the ALV Grid&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 13:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/linking-f4-help-for-input-fields/m-p/2142995#M451669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T13:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: linking f4 help for input fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/linking-f4-help-for-input-fields/m-p/2142996#M451670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a field referencing a data element which supports a search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in table parameter IT_FIELDCAT, field ROLLNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 15:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/linking-f4-help-for-input-fields/m-p/2142996#M451670</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-04-10T15:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: linking f4 help for input fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/linking-f4-help-for-input-fields/m-p/2142997#M451671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;We are not able to get the coding of standard program,&lt;/P&gt;&lt;P&gt;Will any body sample code with 4 help in grid display output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its urgent.........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 10:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/linking-f4-help-for-input-fields/m-p/2142997#M451671</guid>
      <dc:creator>former_member4489</dc:creator>
      <dc:date>2007-05-24T10:16:24Z</dc:date>
    </item>
  </channel>
</rss>

