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: 

Export Excel in web template authorization

Former Member
0 Kudos

Hi,

in my default web template for ad hoc analysis (queries bi from sap portal) i have inserted a button for export in Excel format.

How can i forbid exporting for some roles?

Thanks

AS

5 REPLIES 5

Former Member
0 Kudos

Hi Alberto,

Check below link , provide you information on CSV format.

http://help.sap.com/saphelp_NW70EHP1/helpdata/en/d2/11a28fc26d4042a6d230a9783152f2/content.htm

Hope this helps.

Cheers:)

Former Member
0 Kudos

Hi connecpk,

my problem is not to export in excel but to forbid exporting in excel format by user's role

How must i define a role in order to forbid exporting in excel format a query in sap portal? Which authorization object should i use?

Thanks,

Alberto

0 Kudos

Hi,

Usually export/import or upload/download options are controlled using object S_GUI.

Please try using the same.

Hope it helps.

Regards,

Gowrinadh

arpan_paik
Active Contributor
0 Kudos

S_GUI will prevent any download fro the system. But partially for some selected roles. I guess it might not be possible

Former Member
0 Kudos

Hi,

i have implemented a role but web analyzer on portal seems to ignore S_GUI settings.

My problem is to disable functionality (or display) of "Export to excel" button on web template by role.

Thanks

Alberto