cancel
Showing results for 
Search instead for 
Did you mean: 

WAD 7.0 How to implement Security ?

Former Member
0 Kudos

Hi all,

I have 10 differents WAD and i need to implement security in order to assign some WAD to some users.

For example:

WAD 1 -


> Assign to USER 1

WAD 2 -


> Assign to USER 2

WAD 3 -


> Assign to USER 3

My question is :

1) Which is the best option to implement this?

2) DO i have to create a role for each WAD and the assign that role into the user?

3) Which is the authorization object to limit WAD Acces?

Thanks in advanced.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

.

Former Member
0 Kudos

Dear Nicola,

Iu2019d try to help you. The Web Application Design is the tool to create Web applications. There are two authorization objects that give you authorization to work with Bex Web templates:

Business Explorer - BEx Web templates (NW 7.0+)/S_RS_BTMP Authorizations for working with BEx Web templates

Business Explorer u2013 BEx reusable Web items (NW 7.0+)/S_RS_BITM Authorizations for working with BEx Web items

Both authorization objects are of RS class

The authorization object S_RS_BTMP has the following field

u2022 RSBTMPID Technical Name of a Template

u2022 RSZOWNER Owner (Person Responsible) for a Reporting Component

u2022 ACTVT Activity

You could define in each role the technical name of template as WAD 1. In the RSZOWNER put u201C*u201D value and in the field ACTVT put u201C03u201D value.

The authorization object S_RS_BITM has the following field

u2022 RSBITMID Technical Name of an Item

u2022 RSZOWNER Owner (Person Responsible) for a Reporting Component

u2022 ACTVT Activity

In the same other idea for this other authorization object you can define the technical name of template as WAD 1. In the RSZOWNER put u201C*u201D value and in the field ACTVT put u201C03u201D value.

I hope this suggest can help you,

Luis