Hello Ajit,
When passing the values to the final table pass X to the check box.
LOOP AT itab1 to str1
str_final- checkbox = 'X'
*********
APPEND str_final INTO itab_final.
ENDLOOP.
It worked for me.
Reagrds,
Thanga
Hello Ajit,
When passing the values to the final table pass X to the check box.
LOOP AT itab1 to str1
str_final- checkbox = 'X'
*********
APPEND str_final INTO itab_final.
ENDLOOP.
It worked for me.
Reagrds,
Thanga