‎2009 Apr 14 8:38 AM
Hello friends,
There is an ALV grid on screen 0100. When ever we select row(s) in ALV and click on a button (defined by me), it do some processing and delete some or all selected rows. As soon as the ALV refreshes, the title of the screen changes.
There is only one title defined for the screen "TITLE_010" ( Vendor list). After change it becomes "Check Fields".
Here, screen is not refreshing, only the ALV is refreshing, then why the TITLE of the screen changes?
Thanks,
Ashish Sinha
‎2009 Apr 14 8:42 AM
Can you please paste the code piece which you are using to refresh the alv asnd settting title .
‎2009 Apr 14 9:34 AM
For setting the TITLE of the screen, i am using the statement SET TITLEBAR 'TITLE_0100' in PBO of screen.
And for refreshing the ALV in method HANDLE_USER_COMMAND, i am using call method grid->refresh_table_display.
Ashish Sinha
‎2009 Apr 14 9:09 AM
Hi,
Check the title field in the layout structure is getting changed. After the Button click and before the REFRESH_TABLE_DISPLAY method is called check the layout structure is getting changed or not.
‎2009 Apr 14 9:31 AM
No the layout remain same. It is defined inside the PBO of screen.
Ashish Sinha