Skip to Content
0
Former Member
Jul 02, 2009 at 11:54 AM

Tab strip with ALV complexity!

54 Views

is it possible to generate a alv grid with dynamic it_outtab and it_fieldcat (built using RTTC) each time the subcreen is triggered. will set_table_for_first_display recreate the alvgrid with the new structure and will the new alvgrid be displayed?

Note: the subcreen is called in the seond tab page of the tabstrip and the RTTC is used in the PBO of the subscreen.

issue: though RTTC is sucessful, set_table_for_first_display executed sucessfully (sy-subrc = 0) with the modified it_outab and it_fieldcat parameters, when the subscreen changes the alv grid remains as it was built for the first time!