Hi i have some data in the internal table itab. which contains few fields. Some of the fields are blanks and some contains data. Now i am transfering this internal table to file which is in Application Server. When i trnasfer itab to file, blank fields are concatenated by next field.
Explanation:
itab contains fallwoing data:
field1 field2 field3 field4 field5
uu kk nn ii
when i transer this to file it is coming as fallows
field1 field2 field3 field4 field5
uu kk nn ii
how can i solve this problem
Thanx in Advance
Subhani.