<?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 Dynamic Selection Screen Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-help/m-p/1644729#M286951</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 am trying to create a report screen with dynamics call....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Sales Order select-option no interval and no extension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i have few Parameters below such as&lt;/P&gt;&lt;P&gt;Customer Name, Part No, Material...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever i select a SO, the screen will refresh and the value Customer Name, Part No and Material will reflects based on my selected SO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any experts can tell me, how can i do this..can it be done in normal report screen or needed dialog programming.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;urgently needed&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2006 02:00:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-31T02:00:50Z</dc:date>
    <item>
      <title>Dynamic Selection Screen Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-help/m-p/1644729#M286951</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 am trying to create a report screen with dynamics call....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Sales Order select-option no interval and no extension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i have few Parameters below such as&lt;/P&gt;&lt;P&gt;Customer Name, Part No, Material...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever i select a SO, the screen will refresh and the value Customer Name, Part No and Material will reflects based on my selected SO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any experts can tell me, how can i do this..can it be done in normal report screen or needed dialog programming.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;urgently needed&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 02:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-help/m-p/1644729#M286951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T02:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection Screen Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-help/m-p/1644730#M286952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe below is what you are looking for, though the requirement doesnt really make any sense to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables: vbak, vbap.
select-options: s_vbeln for vbak-vbeln no intervals no-extension modif
id ABC.
parameters: p_kunnr like vbak-kunnr,
            p_matnr like vbap-matnr.

at selection-screen output.
  if not s_vbeln[] is initial.
     select a~kunnr b~matnr into (p_kunnr, p_matnr)
            from vbak as a
            inner join vbap as b
            on a~vbeln = b~vbeln
            where a~vbeln in s_vbeln.
     endselect.
  endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 03:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-help/m-p/1644730#M286952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T03:05:50Z</dc:date>
    </item>
  </channel>
</rss>

