Hi Sarita
You create two text variable as follows:
text-033 = 'The file number '
text-034 = 'Is not posted..!'.
In your coding, write as
CONCATENATE text-033 <your variable> text-034 INTO <TABLEFIELD-FIELDNAME> SEPARATED BY SPACE.
Regards,
Venkat