Skip to Content
0
Former Member
Sep 13, 2007 at 05:32 AM

Creating a File in Application Server

20 Views

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.