<?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: Checking different ALVs at one OKCODE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864683#M48765</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;I already had that ideas... but ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would do. But as far as I know, my changed/new values are only in the Data_change_protocol object. I found that I can acces this via the event Data_changed. But this event isn't raised, when I only change the tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? Do anyone have a similar example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2005 11:59:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-21T11:59:11Z</dc:date>
    <item>
      <title>Checking different ALVs at one OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864680#M48762</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;&lt;/P&gt;&lt;P&gt;I have a tabstrip with four tabs. On each tab there is a ALV-Grid in its own container. All ALV-Grids are editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I press the SAVE-Button, I have to check all ALVs and save their data in different tables. How can I do this? I registered the event Changed_data, but is only raised for the last active ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your tips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2005 09:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864680#M48762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-21T09:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Checking different ALVs at one OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864681#M48763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are referring to the SAVE button on the Standard Toolbar. Now when you come on to the final tabl of the tabstrip after navigating through the others, isn't the data for all the other ALV Grids available in their corresponding internal tables ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2005 09:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864681#M48763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-21T09:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Checking different ALVs at one OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864682#M48764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it not possible to update the internal table, that is connected with the active ALV-Grid-Control, when the &lt;/P&gt;&lt;P&gt;user changes the active tabstrip? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2005 09:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864682#M48764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-21T09:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Checking different ALVs at one OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864683#M48765</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;I already had that ideas... but ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would do. But as far as I know, my changed/new values are only in the Data_change_protocol object. I found that I can acces this via the event Data_changed. But this event isn't raised, when I only change the tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? Do anyone have a similar example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2005 11:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864683#M48765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-21T11:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Checking different ALVs at one OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864684#M48766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you use the method CHECK_CHANGED_DATA of class CL_GUI_ALV_GRID? This method will fire the event DATA_CHANGED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Peter Langmeier&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Peter Langmeier&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2005 12:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864684#M48766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-21T12:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Checking different ALVs at one OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864685#M48767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, &lt;/P&gt;&lt;P&gt;make sure that the instances are still alive and use set handler for all instances. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2005 19:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864685#M48767</guid>
      <dc:creator>ChristianFi</dc:creator>
      <dc:date>2005-04-21T19:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Checking different ALVs at one OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864686#M48768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you guide me how to put ALV on Tabstrip.I have three tabs and have to have diffeent FieldCat for different tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2005 14:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864686#M48768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-30T14:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Checking different ALVs at one OKCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864687#M48769</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;Open this as a different thread as a question, also i have contributed a code sample for TABSTRIP using ALV in ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See to that and give suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Judith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2005 03:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-different-alvs-at-one-okcode/m-p/864687#M48769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-01T03:48:37Z</dc:date>
    </item>
  </channel>
</rss>

