‎2005 Apr 21 10:28 AM
Hello @all,
I have a tabstrip with four tabs. On each tab there is a ALV-Grid in its own container. All ALV-Grids are editable.
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.
Thanks for your tips.
Bye
Thomas
‎2005 Apr 21 10:42 AM
Hi Thomas,
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 ?
Regards,
Anand Mandalika.
‎2005 Apr 21 10:42 AM
Hi Thomas,
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 ?
Regards,
Anand Mandalika.
‎2005 Apr 21 10:45 AM
Hello Thomas,
is it not possible to update the internal table, that is connected with the active ALV-Grid-Control, when the
user changes the active tabstrip?
Regards
Peter
‎2005 Apr 21 12:59 PM
Hello,
I already had that ideas... but ...
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.
What am I doing wrong? Do anyone have a similar example?
Thanks a lot.
Bye
Thomas
‎2005 Apr 21 1:18 PM
Hi Thomas,
do you use the method CHECK_CHANGED_DATA of class CL_GUI_ALV_GRID? This method will fire the event DATA_CHANGED.
Regards
Peter
Message was edited by: Peter Langmeier
Message was edited by: Peter Langmeier
‎2005 Apr 21 8:18 PM
Also,
make sure that the instances are still alive and use set handler for all instances.
Christian
‎2005 Jun 30 3:41 PM
Hi Thomas
Can you guide me how to put ALV on Tabstrip.I have three tabs and have to have diffeent FieldCat for different tabs.
Rgrds,
Vijay
‎2005 Jul 01 4:48 AM
Hi,
Open this as a different thread as a question, also i have contributed a code sample for TABSTRIP using ALV in ABAP.
See to that and give suggestions.
Thanks & Regards,
Judith.