<?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: User command in ALv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333701#M1228933</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;Check the Demo program BCALV_GRID_08&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2009 17:25:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-02T17:25:37Z</dc:date>
    <item>
      <title>User command in ALv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333700#M1228932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to handle user command in alv grid? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we want to select only one row, but we get a &lt;STRONG&gt;table&lt;/STRONG&gt; from calling method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get_selected_rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any method or way of getting a single row which is selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 17:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333700#M1228932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T17:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: User command in ALv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333701#M1228933</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;Check the Demo program BCALV_GRID_08&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 17:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333701#M1228933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T17:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: User command in ALv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333702#M1228934</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;This method indeed returns the table but only with the selected rows. Therefore when you select only one row, it will contain only one entry. For this use second parameter of the method &lt;EM&gt;ET_ROW_NO&lt;/EM&gt; as the first one is obsolete. It will contain indexes of the selected rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note!&lt;/P&gt;&lt;P&gt;You must use one of the these selection modes (A, C, D) in this case. The default one is B, so you have to change it in layout structure.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
layout_structure-sel_mode = 'A'.  "i.e.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See possible selection modes [here|http://help.sap.com/saphelp_erp2004/helpdata/en/ef/a2e9eff88311d2b48d006094192fe3/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 18:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333702#M1228934</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-03-02T18:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: User command in ALv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333703#M1228935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I checked that program and did it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 02:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333703#M1228935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T02:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: User command in ALv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333704#M1228936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 02:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333704#M1228936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T02:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: User command in ALv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333705#M1228937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi tanu,&lt;/P&gt;&lt;P&gt;on sdn the right way of saying thanx is by giving points un helpful answers. Please keep that in mind next time onwards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 03:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-in-alv/m-p/5333705#M1228937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-03T03:38:27Z</dc:date>
    </item>
  </channel>
</rss>

