<?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 alv selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/3785193#M910656</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;in ALV selection screen,two fields to be developed..&lt;/P&gt;&lt;P&gt;either of them can be used to execute the report.&lt;/P&gt;&lt;P&gt;so here we need develop it as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;salse order  :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ship visit notification : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we acheive this.kindly reply me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 16:54:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-05T16:54:21Z</dc:date>
    <item>
      <title>alv selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/3785193#M910656</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;in ALV selection screen,two fields to be developed..&lt;/P&gt;&lt;P&gt;either of them can be used to execute the report.&lt;/P&gt;&lt;P&gt;so here we need develop it as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;salse order  :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ship visit notification : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we acheive this.kindly reply me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 16:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/3785193#M910656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T16:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: alv selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/3785194#M910657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;for this you need to use the varient ....&lt;/P&gt;&lt;P&gt;if the varient = varient1 then sales order will beexecuted &lt;/P&gt;&lt;P&gt;if the varient = varient2 then ship visit notification will be executed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 17:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/3785194#M910657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T17:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: alv selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/3785195#M910658</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;You can use radio button. If one radio button is selected report output should be salse order or else other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
PARAMETER : sp_sale radiobutton group rad USER-COMMAND radio DEFAULT 'X',
            sp_visit RADIOBUTTON GROUP rad.
SELECTION-SCREEN END OF BLOCK b1.

if sp_sale = 'X'.
   "Display sales details.
else.
"Display ship visit notification 
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 17:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/3785195#M910658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T17:21:08Z</dc:date>
    </item>
  </channel>
</rss>

