Dear all,
How can I set up authorizations in order to allow to the user :
- Save workbooks in "My Documents" without any name convention,
- Save workbooks in a public role, for example Z_REPORT_LOGISTIC but using a name convention, for example ZCOMPANY_REP_LOG_001
I tried as follows :
Role 1: Auth. Object S_RS_AO with all fields with Global Authorization
Role 2 : Auth. Object S_RS_AO with RSAO_OBJID = ZCOMPANY_REP_LOG* and
Auth. Object S_USER_AGR with Activity = * and Role Name (ACT_GROUP= Z_REPORT_LOGISTIC)
However with this set-up it looks like both roles are combined and the user is able to save workbooks without any name convention in the Public Role Z_REPORT_LOGISTIC.
In the role 1 I tried adding S_USER_AGR and specifying a dummy role bevause I cannot specify "My Documents", but is not working.
Can somebody help please?