<?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: export values in Search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-values-in-search-help/m-p/3807343#M915757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution works fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark-André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2008 12:08:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-15T12:08:24Z</dc:date>
    <item>
      <title>export values in Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-values-in-search-help/m-p/3807341#M915755</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 want to use a simple Search help which fills two parameters in a report. My problem is that only the first EXPORT value is transfered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the Coding of my Report Z_BC_SSMLG:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT z_bc_ssmlg.

PARAMETERS: p_group1 TYPE rzlli_apcl LOWER CASE MATCHCODE OBJECT z_serv_group,
            p_serve1 TYPE rzlli_asvr LOWER CASE MATCHCODE OBJECT z_serv_group.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the configuration of my Search help Z_SERV_GROUP:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Selection method: RZLLITAB
Dialog Type: display values immediately

1st Parameter: 
Search help parameter = CLASSNAME
EXP = X
LPos = 1
SPos = 1
Data element = RZLLI_APCL

2nd Parameter:
Search help parameter = APPLSERVER
EXP = X
LPos = 2
SPos = 2
Data element = RZLLI_ASVR&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use the Search help with p_group1 the only value which is transfered is CLASSNAME. If i use the Search help with p_serve1, p_serve1 get's the value CLASSNAME too, which is wrong. I want both values transfered. CLASSNAME should be transfered to p_group1 and APPLSERVER to p_serve1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am i doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 11:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-values-in-search-help/m-p/3807341#M915755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T11:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: export values in Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-values-in-search-help/m-p/3807342#M915756</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;Transferring both values will only work if you have defined a structure in the data dictionary with fields for "group" and "server", attach the search help to both fields and refer to this structure in your parameter definition.&lt;/P&gt;&lt;P&gt;&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;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 11:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-values-in-search-help/m-p/3807342#M915756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T11:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: export values in Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-values-in-search-help/m-p/3807343#M915757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution works fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark-André&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 12:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-values-in-search-help/m-p/3807343#M915757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T12:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: export values in Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-values-in-search-help/m-p/3807344#M915758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do a similar thing to what is described above, (export 2 values from a search help) except it is in a dialog program. I have 2 screen fields - matnr and maktx. I would like to search for a material number and have the search help instantly populate the material number (matnr) field and also the material text field (maktx).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a search help zmatsearch with these 2 fields and specified them both as export parameters. when I test the search help it works great. I also created a structure called zdescr that contains the fields matnr and maktx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my screen I have referenced both fields to zmatsearch and referenced each field to the structure zdescr but I still cannot get the search help to populate the text field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any feedback.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 03:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-values-in-search-help/m-p/3807344#M915758</guid>
      <dc:creator>former_member670581</dc:creator>
      <dc:date>2008-05-23T03:24:55Z</dc:date>
    </item>
  </channel>
</rss>

