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: 

Is there any way to restrict a user to upload the txt file in presentation server through roles?

Former Member
0 Kudos

Is there any way to restrict a user to upload the txt file in presentation server through roles?

Regards,

Saurabh

1 REPLY 1

Former Member
0 Kudos

Hi,

you define it in S_GUI :

Definition

Authorization object S_GUI is checked for activities with reference to GUI objects (lists, screens, controls, ...)

With this object, you can, for example, assign authorization to save lists in local files (download lists).

Defined fields

The authorization object checks the following fields:

  • ACTVT Activity
    Possible values: 
    • 61: Download; This authorizes you to save lists displayed on the screen in local files (either unconverted, in spreadsheet format, or in Rich Text Format). This authorization can only be granted or denied fo all lists in the system - you cannot restrict it to a selection of lists.
    • 60: Upload; This authorizes you to load data into the system using ws_upload or gui_upload. You cannot select the data to be uploaded.
    • 04: Print; (not used)
    • 02: Change; (not used