Application Development 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 file generation- possible in SAP

Former Member
0 Kudos

Hi All,

Is it possible to generate Read Only Excel file through GUI_UPLOAD or any other FM? I haven't come across similiar scenarios.

Thnx.

3 REPLIES 3

Former Member
0 Kudos

Did you look into method FILE_SET_ATTRIBUTES of Class CL_GUI_FRONTEND_SERVICES?

Former Member
0 Kudos

Hi

Yes, it is possible to generate an excel file in SAP. You can use any of the following FM's for the same:

1. EXCEL_OLE_STANDARD_DAT

2. GUI_DOWNLOAD

3. XXL_FULL_API

Hope it will help.

Regards,

Nikita

Former Member
0 Kudos

Hi,

This class will be used in the GUI_DOWNLOAD, but no field is there for the flag set, will it serve the purpose? If someone has tried then I can forward about the same.