Hello experts,
IS there any Function module for reading text file line by line??
I have following internal table
types : begin of ty_itab,
line(3000),
end of ty_itab.
Data : it_itab type standard table of ty_itab with header line.
My input file is tab delimited text file.
I want to read file in internal table it_itab.
Plz provide me any function module for this.
I tried gui_upload but it does not give output as I want.
-Shweta