<?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: Adding select-options in oops alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-select-options-in-oops-alv/m-p/9731307#M1772297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply..I want to add&amp;nbsp; selection-options of normal alv report selection&amp;nbsp; screen..in oops alv.&lt;/P&gt;&lt;P&gt;Is it possible ..if it is possible please guide me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santhosh.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2013 01:36:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-11T01:36:11Z</dc:date>
    <item>
      <title>Adding select-options in oops alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-select-options-in-oops-alv/m-p/9731305#M1772295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on&amp;nbsp; OOPS&amp;nbsp; ALV ..&lt;/P&gt;&lt;P&gt;I want to add select-options in oops alv ..I see many threads in sdn..but in any example I did not found this..&lt;/P&gt;&lt;P&gt;Will any body please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh.v&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 09:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-select-options-in-oops-alv/m-p/9731305#M1772295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-10T09:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding select-options in oops alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-select-options-in-oops-alv/m-p/9731306#M1772296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain what we should understand of your requirement :&amp;nbsp; add a select-option in the data of ALV GRID is not possible, do you want to display the initial selection in the top_of_page of the report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes just get the selection-screen data with FM RS_REFRESH_FROM_SELECTOPTIONS and build lines of text from those values that you append to top_of_page in a FORM/Method triggered by the TOP_OF_PAGE event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 18:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-select-options-in-oops-alv/m-p/9731306#M1772296</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-09-10T18:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding select-options in oops alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-select-options-in-oops-alv/m-p/9731307#M1772297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply..I want to add&amp;nbsp; selection-options of normal alv report selection&amp;nbsp; screen..in oops alv.&lt;/P&gt;&lt;P&gt;Is it possible ..if it is possible please guide me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santhosh.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 01:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-select-options-in-oops-alv/m-p/9731307#M1772297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-11T01:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding select-options in oops alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-select-options-in-oops-alv/m-p/9731308#M1772298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I wrote use EVENT or FORM TOP_OF_PAGE to add some lines built from RS_REFRESH_FROM_SELECTOPTIONS. Use search tool to find wiki/blog like &lt;SPAN class="with-breadcrumbs" id="title-text"&gt;&lt;A href="http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=37564"&gt;Top of Page in ALV(OOPS)&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class="with-breadcrumbs"&gt; in code gallery&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 14:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-select-options-in-oops-alv/m-p/9731308#M1772298</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-09-11T14:42:49Z</dc:date>
    </item>
  </channel>
</rss>

