Hi everyone,
I have developed an ALV grid report with four screens using CL_GUI_ALV_GRID class and using HOT SPOT event . my question is when am interacting the screen of first screen the same content is to display the grid title of the next screen this is displayed in ascending order(screens 1 to 2, 2 to 3....) but when am come back to 1st or 2nd screen again i start interaction by choosing new record on grid the grid title is displaying old title only but content is diplaying new record in grid table.
my problem is lvc_s_layo structure is not updated with latest grid title.
anybody can help me.