<?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: 2nd paramater based on first parameter's values using only search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/2nd-paramater-based-on-first-parameter-s-values-using-only-search-help/m-p/6699532#M1452194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't need to create a dictionary search help for the purpose of building a dependent search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you use F4IF_INT_TABLE_VALUE_REQUEST to create a chain value help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to this link below which has code snippet of a sample application with chain dropdown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Creating F4 help for a field based on another field|http://www.divulgesap.com/blog.php?p=Njk=]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Mar 2010 15:06:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-18T15:06:13Z</dc:date>
    <item>
      <title>2nd paramater based on first parameter's values using only search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2nd-paramater-based-on-first-parameter-s-values-using-only-search-help/m-p/6699530#M1452192</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;  I have purchasing doc.type(BSART) and Purchase order no(EBELN) in selection screen.When F4 is selected on EBELN I want to give only the list of PO.s which will come under type given in 1st parameter .I know that I can do it using AT SELECTION-SCREEN ON VALUE REQUEST FOR EBELN event. But I would like to get it using search helps only. &lt;/P&gt;&lt;P&gt;I refered H_ T001L and H_T001W search helps as reference but couldn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a search help for BSART :ZSHLP_BSART(Elementary search help),&lt;/P&gt;&lt;P&gt;                                                        [ Importing and exporting parameter is BSART]&lt;/P&gt;&lt;P&gt;another search help  for EBELN :ZSHLP_EBELN(Elementary)(Search help exit: F4UT_OPTIMIZE_COLWIDTH)&lt;/P&gt;&lt;P&gt;                                                    [Importing and exporting parameters are :BSART,EBELN]&lt;/P&gt;&lt;P&gt;                                                   :ZCSHLP_EBELN(Collective)(Search help exit:F4UT_SET_DIALOGTYPE_SHLP_EXIT)&lt;/P&gt;&lt;P&gt;                                                    [Importing and exporting parameters are :BSART,EBELN]&lt;/P&gt;&lt;P&gt;And I have included ZSHLP_EBELN in ZCSHLP_EBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I didn't get the required feature.&lt;/P&gt;&lt;P&gt;Could you guide where I made mistake?&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>Thu, 18 Mar 2010 07:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2nd-paramater-based-on-first-parameter-s-values-using-only-search-help/m-p/6699530#M1452192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T07:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: 2nd paramater based on first parameter's values using only search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2nd-paramater-based-on-first-parameter-s-values-using-only-search-help/m-p/6699531#M1452193</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;    When I debug the function module F4UT_SET_DIALOGTYPE_SHLP_EXIT while selecting F4 for field EBELN, I am not getting any records in table SHLP_TAB-INTERFACE .But when I see the same Func.module in debug mode pressing F4 for LGORT field, I am getting one record for WERKS field and the value of plant I selected in selection screen in that table,so I think it's fetching only storage locations related to that particular plant. Could you suggest what settings I need to maintain in my search helps to get BSART as interface for EBELN parameter in that internal table.&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>Thu, 18 Mar 2010 09:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2nd-paramater-based-on-first-parameter-s-values-using-only-search-help/m-p/6699531#M1452193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T09:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: 2nd paramater based on first parameter's values using only search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2nd-paramater-based-on-first-parameter-s-values-using-only-search-help/m-p/6699532#M1452194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't need to create a dictionary search help for the purpose of building a dependent search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you use F4IF_INT_TABLE_VALUE_REQUEST to create a chain value help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to this link below which has code snippet of a sample application with chain dropdown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Creating F4 help for a field based on another field|http://www.divulgesap.com/blog.php?p=Njk=]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 15:06:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2nd-paramater-based-on-first-parameter-s-values-using-only-search-help/m-p/6699532#M1452194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T15:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: 2nd paramater based on first parameter's values using only search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2nd-paramater-based-on-first-parameter-s-values-using-only-search-help/m-p/6699533#M1452195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi, &lt;/P&gt;&lt;P&gt;   I already used this F.module in some cases and I got the required F4 help features. But, my concern is, I can reuse these search helps in any no. of reports if I get it through search help objects. So, I am trying to find out where was the mistake I made when it's working fine in case of Plant and storage location search helps created by SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jaya on Mar 19, 2010 5:39 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jaya on Mar 19, 2010 5:42 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 04:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2nd-paramater-based-on-first-parameter-s-values-using-only-search-help/m-p/6699533#M1452195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-19T04:39:27Z</dc:date>
    </item>
  </channel>
</rss>

