<?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: Multiple ALVs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513796#M1067375</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;Thanks for the reply, but my problem is not displaying 2 alvs in one page, its coming fine.. well i started with alv block only. In that the fieldname doesn't get populated atall when i double click for the interactive alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional information for the ALV list problem is, &lt;/P&gt;&lt;P&gt;    I am using the same layout variable (wa_layout) for the FM twice, except that, when i call the FM 2 time, i add the value (to display in the same page)&lt;/P&gt;&lt;P&gt;  wa_layout-list_append = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i don't add this value for the 2nd time, that is same value for both the calls, then the tables are displayed in 2 pages (which is not my requirement), but the fieldname get populated fine for both the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Oct 2008 10:10:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-06T10:10:17Z</dc:date>
    <item>
      <title>Multiple ALVs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513794#M1067373</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;I have to display say, 2 ALVs in the same page. I am using the FM REUSE_ALV_LIST_DISPLAY to display the first table and in the end-of-list event i am displaying the second table. &lt;/P&gt;&lt;P&gt;       My problem is when i double click, the fieldname of rs_selfield variable is populated only in the first table. If i double click in the 2 table then all values are populated except the fieldname. Any suggestion to overcome this? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 09:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513794#M1067373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T09:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALVs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513795#M1067374</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;For this you can use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REUSE_ALV_BLOCK_LIST_INIT&lt;/P&gt;&lt;P&gt;REUSE_ALV_BLOCK_LIST_APPEND&lt;/P&gt;&lt;P&gt;REUSE_ALV_BLOCK_LIST_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above function modules will help you display 2 alvs in the same screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513795#M1067374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALVs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513796#M1067375</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;Thanks for the reply, but my problem is not displaying 2 alvs in one page, its coming fine.. well i started with alv block only. In that the fieldname doesn't get populated atall when i double click for the interactive alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional information for the ALV list problem is, &lt;/P&gt;&lt;P&gt;    I am using the same layout variable (wa_layout) for the FM twice, except that, when i call the FM 2 time, i add the value (to display in the same page)&lt;/P&gt;&lt;P&gt;  wa_layout-list_append = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i don't add this value for the 2nd time, that is same value for both the calls, then the tables are displayed in 2 pages (which is not my requirement), but the fieldname get populated fine for both the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513796#M1067375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALVs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513797#M1067376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any suggestions ....?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513797#M1067376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALVs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513798#M1067377</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;&lt;/P&gt;&lt;P&gt;When you called your Block list you appended 2 layouts right ?&lt;/P&gt;&lt;P&gt;Were you handling the User command for both the Layouts in a single form routine? I think there might have been some mistake while handling the Form routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513798#M1067377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALVs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513799#M1067378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only when i give the User command routine in Init FM, it was working. I tried populating user command in the events table of the Append FM, but of no use. It wasn't triggering. So, since i have used in the Init FM, it's the same for both the tables....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513799#M1067378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALVs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513800#M1067379</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;I dont this you have User command in REUSE_ALV_BLOCK_LIST_APPEND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have to use the user command in the REUSE_ALV_BLOCK_LIST_INIT only. DId you say you did not get the field name and table name when you double clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513800#M1067379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALVs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513801#M1067380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pramod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't get the fieldname only, the rest of the values are coming good. But i need the fieldnam as well, since my calculations are based on that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513801#M1067380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALVs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513802#M1067381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If required, I can paste the code here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513802#M1067381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALVs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513803#M1067382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest you to choose the OOALV, show the two ALV Grid on single screen, and handle them.&lt;/P&gt;&lt;P&gt;Check this thread &lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="1006504"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alvs/m-p/4513803#M1067382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:53:09Z</dc:date>
    </item>
  </channel>
</rss>

