Search results
Results from the WOW.Com Content Network
Hi Praveen, Try the below code before start-of-selection. file_name = p_file. In the above code, replace p_file with your file parameter. Regards, SB. Hi Praveen, You can specify the path you want to like this. CALL FUNCTION 'GUI_DOWNLOAD'.
In my coding, I am using GUI_DOWNLOAD function module to download the text file. it works fine while executing from SAP GUI. When the same tcode is executed from the ITS link. GUI_DOWNLOAD rans to dump.Attached the Dump in ST22. CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING. filename = lv_filename. FILETYPE = 'ASC' write_field_separator = 'X' TABLES
im uisng the FM GUI_DOWNLOAD, for getting my data from sap to excel sheet, but wnen im opening the excel sheet, im able to see the records, also i can see the header level for that particular records , but i want 1 blank line to be dispalyed after the heading. so plz tell me how can i able to see this. CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING
I am using gui_download. When i download the file into excel, its deleting the preceeding zeros from one of the fields which is account number. I need to retain these preceeding zeros in the downloaded excel file. Please let me know how to make it possible. Thanks, Ashish
hi, I write some code base on the former reply, you can reference it as a sample. like following: FIELD-SYMBOLS: <OUTTAB> TYPE STANDARD TABLE, <L_LINE> TYPE ANY, <L_FIELD> TYPE ANY. DATA: NEW_TABLE TYPE REF TO DATA. DATA: NEW_LINE TYPE REF TO DATA. DATA: IT_FIELDCAT TYPE LVC_T_FCAT.
I’m having some problems with the format number when using the GUI_DOWNLOAD function (filetype = ‘DBF’). I’m converting an itab with several columns from the VBAP table. My problem is that, while several of the numeric columns (eg.
Hi all, Well Im using the functional module GUI_DOWNLOAD. Its working fine in the pre-production server and generating files perfectly.
Help - SAP GUI Download. 157 Views. Follow RSS Feed Hi, I need SAP GUI for Windows 8. I don't have S** ID ...
1) A field symbol <itab> for a standard table is assigned to "Data_tab" parameter of DOWNLOAD Fm . 2) I have assigned this <itab> to the changing parameter "data_tab" of . cl_gui_frontend_services => gui_download. on executing it , it is throwing a dump . Is there any specific rule to assign a field symbol to . cl_gui_frontend_services => gui ...
I am using GUI _Download Function module to download an Internal table.This Internal table is having 300 fields total length of all fields are 900 Characters. Each record has to be displayed in a single line. how do we do this. Currently it geting diaplayed in 3 lines. Thanks. Partha.