<?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 question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495146#M1653465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can choose this FM  F4IF_FIELD_VALUE_REQUEST.  directly pass the search help name to it.. (call back program and FM are needed to return back to the program).. just do a where used list.. you will be fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 06:33:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-23T06:33:07Z</dc:date>
    <item>
      <title>Search help question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495142#M1653461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gentlemen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement that a field should have different search-helps based on content of the other field of this screen.&lt;/P&gt;&lt;P&gt;These two fields belong to different structures. What options do I have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2012 05:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495142#M1653461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-22T05:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Search help question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495143#M1653462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose you have two fields:&lt;/P&gt;&lt;P&gt;Field_1 --- Content of this decides the content of search help of Field_2 &lt;/P&gt;&lt;P&gt;Field_2 --- This one has search help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION SCREEN ON VALUE REQUEST FOR Field_2.&lt;/P&gt;&lt;P&gt;1. Fill the internal table you pass to the custom search help conditionally based on the values of Field_1.&lt;/P&gt;&lt;P&gt;2. Pass this internal table to the FM that you use to display search help.&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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2012 07:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495143#M1653462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-22T07:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search help question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495144#M1653463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, you need to use DYNP_VALUES_READ FM to read values from screen . and then use it on value request event. please search SDN with this FM. you will find many threads for how to use this... even do a where used list in SAP itself, you will get plenty of examples&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2012 09:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495144#M1653463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-22T09:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search help question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495145#M1653464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I need to elaborate on this topic a little.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, I'm talking about regular screen, not selection screen.&lt;/P&gt;&lt;P&gt;I'm also aware about DYNP_VALUES_READ.&lt;/P&gt;&lt;P&gt;How to determine content of other field on the screen is not a question.&lt;/P&gt;&lt;P&gt;The question is how to change search help assigned to screen field dynamically. Requested collective search-helps are already defined in DDIC.&lt;/P&gt;&lt;P&gt;I don't want to create complex search-help exit FM that will duplicate logic of these search-helps.&lt;/P&gt;&lt;P&gt;Is there any other alternatives?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 06:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495145#M1653464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T06:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search help question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495146#M1653465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can choose this FM  F4IF_FIELD_VALUE_REQUEST.  directly pass the search help name to it.. (call back program and FM are needed to return back to the program).. just do a where used list.. you will be fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 06:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495146#M1653465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T06:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search help question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495147#M1653466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vadim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow this code.&lt;/P&gt;&lt;P&gt;it helps you to create custom Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;REPORT  zdemo .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES:BEGIN OF ty_lfa1,&lt;/P&gt;&lt;P&gt;        lifnr TYPE lfa1-lifnr,&lt;/P&gt;&lt;P&gt;END OF ty_lfa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: gt_lfa1 TYPE STANDARD TABLE OF ty_lfa1,&lt;/P&gt;&lt;P&gt;      gs_lfa1 TYPE ty_lfa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:vendor(10) TYPE c.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR vendor.&lt;/P&gt;&lt;P&gt;  SELECT lifnr FROM lfa1 INTO TABLE gt_lfa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;    SORT gt_lfa1.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DDIC_STRUCTURE         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    retfield               = 'LIFNR'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PVALKEY                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   DYNPPROG               = sy-repid&lt;/P&gt;&lt;P&gt;   DYNPNR                 = sy-dynnr&lt;/P&gt;&lt;P&gt;   DYNPROFIELD            = 'vendor'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  STEPL                  = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WINDOW_TITLE           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VALUE                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   VALUE_ORG              = 'S'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MULTIPLE_CHOICE        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DISPLAY                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CALLBACK_PROGRAM       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CALLBACK_FORM          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MARK_TAB               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USER_RESET             =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    value_tab              = gt_lfa1&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FIELD_TAB              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN_TAB             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DYNPFLD_MAPPING        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  PARAMETER_ERROR        = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_VALUES_FOUND        = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                 = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 06:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495147#M1653466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T06:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Search help question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495148#M1653467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, F4IF_FIELD_VALUE_REQUEST works perfect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 07:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/8495148#M1653467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T07:57:33Z</dc:date>
    </item>
  </channel>
</rss>

