Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic change of column-headline in Tablecontrol

former_member353207
Participant
0 Kudos

Hi,

I want to change the headlines of the columns of a tablecontrol at runtime.

Is this possible ?

regards

Joerg

2 REPLIES 2

Former Member
0 Kudos

Hi

in pbo of screen

loop at screen.

if scneer-name = Itab-fieldname. <itab passes to table control>

screen-text = <as you want>.

modify screen.

endif.

endloop.

Aditya

0 Kudos

table <screen> has no field with name <text> ?!