Hi all,
I have added two more values to an existing F4 help in a program. These two values exceed the max length of the F4 help field. The field is not a dictionary field, but the field in a internal table. I tried increasing the field length but it didnt work.
the flow logic is as follows.
PAI Flow logic for Table control.
Loop at Internal Table,
Chain.
Field ITAB-X (field whose length is to be increased)
Values ( 'ABC', 'DEF'....)
Endchain.
Endloop.
I would like to know where to increase the length of the F4 help so that the full value or word is displayed.
Thanks in advance,
Sruthy