Skip to Content
0
Former Member
Dec 06, 2006 at 09:11 AM

writing decimal value to application file

347 Views

hi All,

I am having an internal table with fields itab-A, itab-b and itab-C.

i want to write the record to itab in such a way that

itab-ASPACEitab-bitab-c.

Now i tried to concatenate the record in one string and write it out but the problem is itab-b is decimal value so it cant be concatenated. and also i m not getting value if i write

concatenate itab-A SPACE into val.

Can you suggest me something?

thanks and regards,

Reena