<?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: Dependent fields in search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954808#M1799172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Illya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this all looks fine to me...&lt;/P&gt;&lt;P&gt;Does it work in SE11 when you test it? Is it a problem with the Transport of data in field category?&lt;/P&gt;&lt;P&gt;If the answer is yes, you can try to use a searchhelp-exit FM and try to get data of the category field via FM DYNP_VALUES_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you find a better solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Dec 2013 09:58:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-11T09:58:19Z</dc:date>
    <item>
      <title>Dependent fields in search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954802#M1799166</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;I need to develop a search help where one field depends on another one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a customer table with a list of partners. The table consists of four fields:&lt;/P&gt;&lt;P&gt;CAT - partner category&lt;/P&gt;&lt;P&gt;SUBCAT - partner sub-category&lt;/P&gt;&lt;P&gt;PARTNER - code of the partner&lt;/P&gt;&lt;P&gt;DESCR - partner's name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values for the field CAT are kept as a list of fixed values in the correspondent data domain.&lt;/P&gt;&lt;P&gt;The values for the field SUBCAT are kept in the customer table Z_SUBCAT with the structure:&lt;/P&gt;&lt;P&gt;CAT&lt;/P&gt;&lt;P&gt;SUBCAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An elementary search help Z_SH_SUBCAT exist for the subcategory and it's based on the table Z_SUBCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in the new search help I need to have three fields: CAT, SUBCAT and PARTNER. The field PARTNER is returned as a resulted.&lt;/P&gt;&lt;P&gt;Here is the question. If user selects a specific category and proceeds to a sub-category selection then a values list for SUBCAT should be restricted with that selected category. How I can pass a selected category to the search help of the sub-category?&lt;/P&gt;&lt;P&gt;Another possible case is when user does not select a category. But he goes directly with the selection of sub-category. In this case the sub-category's search help should return to the partner's search help both fields: CAT and SUBCAT. Can it be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Illya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 14:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954802#M1799166</guid>
      <dc:creator>illya_konakov</dc:creator>
      <dc:date>2013-12-09T14:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dependent fields in search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954803#M1799167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Illya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my opinion it should work, if your Z_SH_SUBCAT has an importparameter CAT and is defined as Searchhelp in your table-, or structure-Definition. In the second case CAT should be import- and export-parameter of your Z_SH_SUBCAT. I didn't try it, but i guess it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 14:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954803#M1799167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T14:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dependent fields in search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954804#M1799168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My thoughts were the same. But it does not work. Unless I'm doing something wrong.&lt;/P&gt;&lt;P&gt;I tried different combinations of Import/Export setup. But neither PARTNER search help passes Category to Z_SH_SUBCAT, nor&amp;nbsp; Z_SH_SUBCAT returns Category to PARNTER search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Illya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:18:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954804#M1799168</guid>
      <dc:creator>illya_konakov</dc:creator>
      <dc:date>2013-12-09T15:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dependent fields in search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954805#M1799169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try with search help exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 17:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954805#M1799169</guid>
      <dc:creator>former_member219762</dc:creator>
      <dc:date>2013-12-09T17:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dependent fields in search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954806#M1799170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Illya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it has to work...&lt;/P&gt;&lt;P&gt;maybe you can post picture of your table definition? In the screen-painter you have to get your fields from the dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Jan Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 08:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954806#M1799170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T08:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dependent fields in search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954807#M1799171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the tables and the search helps.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/340296" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/340297" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/340298" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/340299" width="450" /&gt;&lt;/P&gt;&lt;P&gt;And yes, in the screen painter the input field for PARTNER is marked as "From dict."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Illya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 14:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954807#M1799171</guid>
      <dc:creator>illya_konakov</dc:creator>
      <dc:date>2013-12-10T14:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dependent fields in search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954808#M1799172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Illya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this all looks fine to me...&lt;/P&gt;&lt;P&gt;Does it work in SE11 when you test it? Is it a problem with the Transport of data in field category?&lt;/P&gt;&lt;P&gt;If the answer is yes, you can try to use a searchhelp-exit FM and try to get data of the category field via FM DYNP_VALUES_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you find a better solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 09:58:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dependent-fields-in-search-help/m-p/9954808#M1799172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-11T09:58:19Z</dc:date>
    </item>
  </channel>
</rss>

