Dear all
how to pass the values to read only field in the structure of the field symbol
my field symbol is a structure has 6 fields,
i can pass values to all fields except one which has read only checked.
if i pass value to that field dumb is coming
ASSIGN COMPONENT 'STYLE3' OF STRUCTURE <fs_Wax10> TO <fs_Wax8>.
<fs_Wax8> = SPACE.
ASSIGN COMPONENT 'FIELDNAME' OF STRUCTURE <fs_Wax10> TO <fs_WAX9>.
<FS_wAX9> = 'SELECTION'. ------> giving dump
how to rectify this.
thanks