<?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/7706488#M1578628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use function F4IF_INT_TABLE_VALUE_REQUEST. You have to modify the flow logic. Add a event POV for second field. Use the function DYNP_GET_STEPL  and retrieve the selected index of the table control. No inside the module you have to get the value of first field, based on that populate the internal table data that is to be displayed in f4 help and call function F4IF_INT_TABLE_VALUE_REQUEST.Its better that you can go for a z program . The code which you modify in the flow logic will be overwritten when the maintenance is generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Feb 2011 12:16:07 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2011-02-25T12:16:07Z</dc:date>
    <item>
      <title>Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/7706486#M1578626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create table maintenance generator in which there are two fields .one will be the drop down and base on the drop down I need to create search help for second field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if in drop down I select A then search help for next field will come from table KNVP and if I select B in the drop down then the select help will come from table IHPA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me what are the steps to create such type of search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Nidhi Sharma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use more descriptive subject lines for your posts.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Feb 25, 2011 1:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 10:49:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/7706486#M1578626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-25T10:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/7706487#M1578627</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;Assign the function code for the input field automatically field value will be captured and use the filed value for other field &lt;/P&gt;&lt;P&gt;F4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 10:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/7706487#M1578627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-25T10:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/7706488#M1578628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use function F4IF_INT_TABLE_VALUE_REQUEST. You have to modify the flow logic. Add a event POV for second field. Use the function DYNP_GET_STEPL  and retrieve the selected index of the table control. No inside the module you have to get the value of first field, based on that populate the internal table data that is to be displayed in f4 help and call function F4IF_INT_TABLE_VALUE_REQUEST.Its better that you can go for a z program . The code which you modify in the flow logic will be overwritten when the maintenance is generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 12:16:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/7706488#M1578628</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-02-25T12:16: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/7706489#M1578629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In search help exit i have written the following code.But now my problem is record_tab has the data but its hit list does not show any data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;CASE  callcontrol-step.&lt;/P&gt;&lt;P&gt;    WHEN 'SELONE'.&lt;/P&gt;&lt;P&gt;    WHEN 'PRESEL1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'SELECT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      READ TABLE  shlp_tab  INDEX 1 INTO ls_shlp TRANSPORTING interface.&lt;/P&gt;&lt;P&gt;      READ TABLE ls_shlp-interface INTO ls_interface WITH KEY valfield = 'CLIENT_MATTER' TRANSPORTING value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CASE ls_interface-value.&lt;/P&gt;&lt;P&gt;        WHEN 'Client'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          TYPES: BEGIN OF ty_notify,&lt;/P&gt;&lt;P&gt;             "PARTNER_TYPE type PARVW,&lt;/P&gt;&lt;P&gt;            ptset TYPE /tcsls/ptset,&lt;/P&gt;&lt;P&gt;            END OF ty_notify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          DATA lt_notify TYPE TABLE OF ty_notify.&lt;/P&gt;&lt;P&gt;          "  SELECT parvw INTO TABLE lt_notify&lt;/P&gt;&lt;P&gt;          "    FROM knvp .&lt;/P&gt;&lt;P&gt;          "  SORT lt_notify.&lt;/P&gt;&lt;P&gt;          "  DELETE ADJACENT DUPLICATES FROM lt_notify.&lt;/P&gt;&lt;P&gt;          SELECT ptset INTO TABLE lt_notify&lt;/P&gt;&lt;P&gt;             FROM /tcsls/tp005i UP TO 12 ROWS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          IF lt_notify IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;            LOOP AT lt_notify ASSIGNING &amp;lt;ls_journal&amp;gt;.&lt;/P&gt;&lt;P&gt;              ls_record-string = &amp;lt;ls_journal&amp;gt;.&lt;/P&gt;&lt;P&gt;              APPEND ls_record TO record_tab.&lt;/P&gt;&lt;P&gt;            ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          callcontrol-step = 'DISP'.&lt;/P&gt;&lt;P&gt;        WHEN 'Matter'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          ls_record-string =  'ABC'.&lt;/P&gt;&lt;P&gt;          APPEND ls_record TO record_tab.&lt;/P&gt;&lt;P&gt;          callcontrol-step = 'DISP'.&lt;/P&gt;&lt;P&gt;      ENDCASE.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;  IF  callcontrol-step = 'DISP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CLEAR lf_lines.&lt;/P&gt;&lt;P&gt;    DESCRIBE TABLE record_tab LINES lf_lines.&lt;/P&gt;&lt;P&gt;    IF lf_lines IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;if there are no results -&amp;gt; quit search help&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      callcontrol-step = 'RETURN'.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF callcontrol-step = 'RETURN'.&lt;/P&gt;&lt;P&gt;    CLEAR lf_lines.&lt;/P&gt;&lt;P&gt;    DESCRIBE TABLE record_tab LINES lf_lines.&lt;/P&gt;&lt;P&gt;    IF lf_lines IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;if there are no results -&amp;gt; quit search help&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nidhi Sharma on Mar 1, 2011 4:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 10:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/7706489#M1578629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-01T10:44:01Z</dc:date>
    </item>
  </channel>
</rss>

