Seems you have a work area which is not assigned. You need to do a check before using, i.e.
ASSIGN cs_mask_data-original_val->* TO <fs_tab>.
If <fs_tab> is assigned. "insert this line |
lv_original_val = <fs_tab>.
etc.
Seems you have a work area which is not assigned. You need to do a check before using, i.e.
ASSIGN cs_mask_data-original_val->* TO <fs_tab>.
If <fs_tab> is assigned. "insert this line |
lv_original_val = <fs_tab>.
etc.