2007 May 17 11:08 AM
Hello Gurus!!!!!!!!!11
The code is given below...........................
lt_project_ex-line = ' '.
APPEND lt_project_ex.
lt_project_ex-line = 'Project ID'.
APPEND lt_project_ex.
lt_project_ex-line = 'Emp ID'.
APPEND lt_project_ex.
lt_project_ex-line = 'Project Name'.
APPEND lt_project_ex.
lt_project_ex-line = 'Client'.
APPEND lt_project_ex.
lt_project_ex-line = 'Begin Date'.
APPEND lt_project_ex.
CALL FUNCTION 'GUI_DOWNLOAD'
EXPORTING
filename = f_name
filetype = 'ASC'
write_field_separator = 'X'
TABLES
data_tab = lt_project
fieldnames = lt_project_ex.
After saving the excel file , the <b>column heading as bold</b> is not displayed.
(column heading should be display in bold font)
So kindly let me know how to display it as bold.
Points for helpful answers will be rewarded
Thanks,
Sachin
2007 May 17 11:19 AM
Hi,
Header can not be made bold in case of GUI_DOWNLOAD function module.
Try with XXL_SIMPLE_API, XXL_FULL_API function modules
Check the link
http://www.sap-img.com/abap/download-to-excel-with-format-border-color-cell-etc.htm
Regards
Sailaja.
Message was edited by:
Sailaja N.L.
2007 May 17 11:43 AM
Hello,
Th FM XXL_SIMPLE_API is not supported by the system.
But the GUI_DOWNLOAD is workin fine.
Please suggest is there any property to set the column headings bold.
Let me knw
Thanks,
Sachin
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |