Hi Ramesh.
Checked your code.in code
loop at it_final into wa_final.
...
concatenate '<td>' wa_final-carrid '</td>' into wa_objtxt-line.
append wa_objtxt to t_objtxt.
.....
endloop.
Eg: at run time, if wa_final-carrid = 'Test & co' in above code. Is It will work?..Could you check and tell me Please.
Regards.
Nagarajan Jayaraman.