<?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: Multi-Value return on the selection screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multi-value-return-on-the-selection-screen/m-p/2811625#M657254</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;       For this you need to create a Search help that EXPORTS these two values.&lt;/P&gt;&lt;P&gt;And then Create a strcutre which will have these two fields, and in SE11 you should assign your search help to on of the fields and MAP your search help EXPORT parameters to your Structure fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing this use this strcutre to create your selection-screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER: fld1 like struct-fld1,&lt;/P&gt;&lt;P&gt;                      fld2 like struct-fld2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here struct is the structure that you create and where you assign your search help to structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 06:23:50 GMT</pubDate>
    <dc:creator>seshatalpasai_madala</dc:creator>
    <dc:date>2007-10-04T06:23:50Z</dc:date>
    <item>
      <title>Multi-Value return on the selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multi-value-return-on-the-selection-screen/m-p/2811624#M657253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two parameters on selection screen, Material Number and Material Description. I have provided custom F4 help for Material Number and the Material Description Field is input disabled. On selecting one of the values for Matnr from F4 help, it should auto populate Material Description without pressing enter or F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 06:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multi-value-return-on-the-selection-screen/m-p/2811624#M657253</guid>
      <dc:creator>harimanjesh_an</dc:creator>
      <dc:date>2007-10-04T06:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Value return on the selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multi-value-return-on-the-selection-screen/m-p/2811625#M657254</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;       For this you need to create a Search help that EXPORTS these two values.&lt;/P&gt;&lt;P&gt;And then Create a strcutre which will have these two fields, and in SE11 you should assign your search help to on of the fields and MAP your search help EXPORT parameters to your Structure fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After doing this use this strcutre to create your selection-screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER: fld1 like struct-fld1,&lt;/P&gt;&lt;P&gt;                      fld2 like struct-fld2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here struct is the structure that you create and where you assign your search help to structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 06:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multi-value-return-on-the-selection-screen/m-p/2811625#M657254</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-10-04T06:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Value return on the selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multi-value-return-on-the-selection-screen/m-p/2811626#M657255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harimanjesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You could use the &amp;lt;b&amp;gt;AT SELECTION-SCREEN ON VALUE REQUEST for p_matnr&amp;lt;/b&amp;gt; for filling description into your Material Description parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*p_matnr is your parameter for material no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ankur Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 06:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multi-value-return-on-the-selection-screen/m-p/2811626#M657255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T06:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-Value return on the selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multi-value-return-on-the-selection-screen/m-p/2811627#M657256</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;parameters: p_matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;                  p_desc like makt-maktx.&lt;/P&gt;&lt;P&gt;data desc like makt-maktx.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE REQUEST for p_matnr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single maktx form makt&lt;/P&gt;&lt;P&gt;            into desc  where matnr = p_matnr.&lt;/P&gt;&lt;P&gt;p_desc = desc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Regards,&lt;/P&gt;&lt;P&gt;vallamuthu.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 06:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multi-value-return-on-the-selection-screen/m-p/2811627#M657256</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2007-10-04T06:58:53Z</dc:date>
    </item>
  </channel>
</rss>

