<?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: Searchhelp ---text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385656#M187771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you are handling the search help yourself in the event of that specific field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a display only field next to the parameter, and then in your code, once you get the key get the description and assign that to the display only field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2006 08:42:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-29T08:42:04Z</dc:date>
    <item>
      <title>Searchhelp ---text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385653#M187768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the report after selecting the item from search help(or Drop down),how to display the text beside this.I am using the field from Z-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: 01 -- material group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 08:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385653#M187768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T08:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Searchhelp ---text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385654#M187769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have a display only field next to the key value, get the description and assign the description to the display only field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are you using this, on the selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 08:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385654#M187769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T08:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Searchhelp ---text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385655#M187770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am using on the selection screen,using parameteres&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 08:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385655#M187770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T08:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Searchhelp ---text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385656#M187771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you are handling the search help yourself in the event of that specific field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a display only field next to the parameter, and then in your code, once you get the key get the description and assign that to the display only field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 08:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385656#M187771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T08:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Searchhelp ---text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385657#M187772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare a parameter beside the key field for the description like : &lt;/P&gt;&lt;P&gt;PARAMETERS p_param_text TYPE (data_element) MODIF ID b.  &lt;/P&gt;&lt;P&gt;and restrict the display of that field at initialization&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF screen-group1 = b.       &lt;/P&gt;&lt;P&gt;      screen-input = 0.&lt;/P&gt;&lt;P&gt;      screen-display_3d = 0.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use some logic to get the description against the field and  do something like this : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT p_param is INITIAL.&lt;/P&gt;&lt;P&gt; p_param_text = desc.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where p_param = parameter for which u need desc.&lt;/P&gt;&lt;P&gt;      p_param_text = parameter for description &lt;/P&gt;&lt;P&gt;      desc = description&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 08:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385657#M187772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T08:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Searchhelp ---text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385658#M187773</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;&lt;/P&gt;&lt;P&gt;I am adding the search help for the field in my Z-table.&lt;/P&gt;&lt;P&gt;I am bit unclear with this method which you suggested,can&lt;/P&gt;&lt;P&gt;please elaborate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 08:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp-text/m-p/1385658#M187773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T08:46:04Z</dc:date>
    </item>
  </channel>
</rss>

