Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GUI_DOWNLOAD problem....

sonu_p2
Active Participant
0 Likes
545

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

2 REPLIES 2
Read only

Former Member
0 Likes
471

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.

Read only

0 Likes
471

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