<?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: Interactive ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/3614650#M870795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt;This is sample code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  SET PARAMETER ID 'RBN' field wa_final-belnr1.&lt;/P&gt;&lt;P&gt;  set PARAMETER ID 'GJR' field WA_FINAL-gjahr.&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'MIR4' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2008 11:53:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-01T11:53:25Z</dc:date>
    <item>
      <title>Interactive ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/3614648#M870793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;I have some functionality that if in my output of ALV I click one field  then the command should go to 'CR03' transaction and witin that transaction the cursor should be at 'CAPACITY' button only.&lt;/P&gt;&lt;P&gt;So please help me.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2008 10:22:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/3614648#M870793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-01T10:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/3614649#M870794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once u get the ALV output.&lt;/P&gt;&lt;P&gt;you need to captured the row index.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;CALL METHOD wcl_alv_grid-&amp;gt;get_selected_rows&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      et_index_rows = i_index_rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT i_index_rows INTO wa_index_rows .&lt;/P&gt;&lt;P&gt;    CLEAR w_output1.&lt;/P&gt;&lt;P&gt;    READ TABLE i_output INTO w_output1 INDEX wa_index_rows-index.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************after that use set parameter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ TABLE i_output INTO w_output INDEX ws_row_id.&lt;/P&gt;&lt;P&gt;        IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;          SET PARAMETER ID 'WRK' FIELD w_output-WERKS.&lt;/P&gt;&lt;P&gt;          SET PARAMETER ID 'AGR' FIELD w_output-ARBPL.&lt;/P&gt;&lt;P&gt;              CALL TRANSACTION 'CR03' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARDS POINTS IF USEFUL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2008 10:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/3614649#M870794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-01T10:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/3614650#M870795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt;This is sample code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  SET PARAMETER ID 'RBN' field wa_final-belnr1.&lt;/P&gt;&lt;P&gt;  set PARAMETER ID 'GJR' field WA_FINAL-gjahr.&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'MIR4' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2008 11:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv/m-p/3614650#M870795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-01T11:53:25Z</dc:date>
    </item>
  </channel>
</rss>

