Problem in gui_download, plzzz help me

down load the data into flat file using gui_download.
but i want downloaded data into flate file with comma separater format.
plzz tell me the possible types of downloading formats like xl sheet, tab separater,$ separater and * separater.

Hi Krianti,
  You Con't download into flat file with comma separater with Gui_download function module ( by  field separator = 'x' also), but you can with some logic
Use this logic:
1. Take one internal table with one field like
Data:
begin of itab occurs 0,
line(255),
end of itab.
2. Concatinate your fields with camma separater and asign to itab and append it ( it is in loop at your table)
3. download itab now by using gui_download
Plzz Reward if it is useful,
Mahi.

Similar Messages

Maybe you are looking for