Hi,
I want to adjust the length of the textbox during runtime. my code is somewhat like this:
loop at screen.
if screen-name eq 'V_MSTAE'.
screen-length = 13.
modify screen.
endif.
endloop.
But the textbox doesn't seem to adjust its length. Any advice? Thanks.