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: 

Protecting contents of excel file

Former Member
0 Kudos
116

I have created a report zasn which downloads the excel file to presentation server .I want to protect the contents of the file,so that others cannot change the contents of the file .

3 REPLIES 3

Former Member
0 Kudos
87

: Make excel sheet password protected through ABAP code… for sample program refer.

Former Member
0 Kudos
87

Hi

If the file is on presentation server you should ask a little help to your administrator: it'd be better to protect the file using authorization of the system (Windows I suppose).

By ABAP you can only insert a validation for the file name.

Max

Former Member
0 Kudos
87

hi James,

Check out this thread ..

Regards,

Santosh