<?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 output capturing changed Output values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-output-capturing-changed-output-values/m-p/2360065#M521997</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;&lt;/P&gt;&lt;P&gt;I have an alv grid output. In this output i have one column which is input enabled . I will be changing the values and I have a pushbutton in the application tool bar. When I press the pushbutton, by selecting the row with the changed value, that row should be captured in the internal table of a program.&lt;/P&gt;&lt;P&gt; How can I achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saravana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2007 15:07:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-08T15:07:32Z</dc:date>
    <item>
      <title>Alv output capturing changed Output values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-output-capturing-changed-output-values/m-p/2360065#M521997</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;&lt;/P&gt;&lt;P&gt;I have an alv grid output. In this output i have one column which is input enabled . I will be changing the values and I have a pushbutton in the application tool bar. When I press the pushbutton, by selecting the row with the changed value, that row should be captured in the internal table of a program.&lt;/P&gt;&lt;P&gt; How can I achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saravana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 15:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-output-capturing-changed-output-values/m-p/2360065#M521997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T15:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alv output capturing changed Output values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-output-capturing-changed-output-values/m-p/2360066#M521998</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;See the links for How do I create and use input-enabled fields in ALV?&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=84933" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=84933&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=69878" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=69878&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 15:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-output-capturing-changed-output-values/m-p/2360066#M521998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T15:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Alv output capturing changed Output values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-output-capturing-changed-output-values/m-p/2360067#M521999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the fm : REUSE_ALV_LIST_LAYOUT_INFO_GET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 15:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-output-capturing-changed-output-values/m-p/2360067#M521999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T15:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alv output capturing changed Output values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-output-capturing-changed-output-values/m-p/2360068#M522000</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;If you are using OOp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  call method grid1-&amp;gt;get_selected_rows
    importing
      et_index_rows = i_sel_alvrows[].
  call method cl_gui_cfw=&amp;gt;flush.
  describe table i_sel_alvrows lines v_dbcnt.

  if i_sel_alvrows[] is initial.
* Info message : Please select a row
    message i176.                        " Please select a row'.
  endif.
  if v_dbcnt gt 1.
* Info message : Multiple Row Selection not  possible
    message i177.                        " Multiple Row Selection not
    " possible'
  else.
   read table i_output into wa_output index wa_sel_alvrows-index.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here wa_output contains the selected row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 15:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-output-capturing-changed-output-values/m-p/2360068#M522000</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-08T15:13:32Z</dc:date>
    </item>
  </channel>
</rss>

