<?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: Issue with ALV split in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-alv-split/m-p/8265417#M1632516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;the issue I am facing is I am not able to read 2nd alv contents/events. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;By reading content what do you excatly mean. In which program block you are doing this. I guess this is a matter of correct event registrations for each instance separately and then correct handling in respective method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you share your code and share details maybe some more clues can come here.&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, 03 Oct 2011 09:50:44 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2011-10-03T09:50:44Z</dc:date>
    <item>
      <title>Issue with ALV split</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-alv-split/m-p/8265415#M1632514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have a requirement to have 2 interactive ALVs on same screen. I have coded that using " cl_gui_easy_splitter_container".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The appearance works really fine the issue I am facing is I am not able to read 2nd alv contents/events. It works fine on the screen however in debug mode when I see I can capture addition or changes only for 1st ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this has to do something with shifting focus between two alvs. Can you please provide your inputs on "How to handle focus change between 2 ALVs displayed on same screen and same container?" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a note that user can navigate between these alvs number of times before clicks on save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide inputs specific to the issue, general information on alv split not need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 04:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-alv-split/m-p/8265415#M1632514</guid>
      <dc:creator>anilekar</dc:creator>
      <dc:date>2011-10-03T04:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ALV split</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-alv-split/m-p/8265416#M1632515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with  Set focus and get focus methods..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_control=&amp;gt;get_focus&lt;/P&gt;&lt;P&gt;IMPORTING control = control&lt;/P&gt;&lt;P&gt;EXCEPTIONS cntl_error = 1&lt;/P&gt;&lt;P&gt;cntl_system_error = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_control=&amp;gt;set_focus&lt;/P&gt;&lt;P&gt;EXPORTING control = control&lt;/P&gt;&lt;P&gt;EXCEPTIONS cntl_error = 1&lt;/P&gt;&lt;P&gt;cntl_system_error = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 05:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-alv-split/m-p/8265416#M1632515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-03T05:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ALV split</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-alv-split/m-p/8265417#M1632516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;the issue I am facing is I am not able to read 2nd alv contents/events. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;By reading content what do you excatly mean. In which program block you are doing this. I guess this is a matter of correct event registrations for each instance separately and then correct handling in respective method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you share your code and share details maybe some more clues can come here.&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, 03 Oct 2011 09:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-alv-split/m-p/8265417#M1632516</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2011-10-03T09:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ALV split</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-alv-split/m-p/8265418#M1632517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The events of both alvs were overriding data, i think it is possible to handle both alvs through same event handler class. I will have to check that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I resolved it by separating event handling for both alvs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 19:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-alv-split/m-p/8265418#M1632517</guid>
      <dc:creator>anilekar</dc:creator>
      <dc:date>2011-10-03T19:49:13Z</dc:date>
    </item>
  </channel>
</rss>

