cancel
Showing results for 
Search instead for 
Did you mean: 

Protect stand-alone WebDynpro Application

Former Member
0 Kudos

Hi,

We have a stand-alone WebDynpro Application and we need to apply some Authorization method to this application (this application does not work in side a Portal, but as a stand alone application).

I would like to create a J2EE \ UME role, assign the users that are allowed to work with the application to this role and in this way allow / restrict the use of the application.

Can anyone guide me how to do so.

Thanks,

Aviad

Accepted Solutions (0)

Answers (2)

Answers (2)

Sigiswald
Contributor
0 Kudos

Hi Aviad,

This is explained in detail on SAP Help: <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/f3/a64d401be96913e10000000a1550b0/frameset.htm">Protecting Access to the Web Dynpro Application Using UME Permissions</a>

In case your application would run inside EP, you can assign additional security at the iView level, but that doesn't mean you don't need the security at Web Dynpro level anymore.

Kind regards,

Sigiswald

Former Member
0 Kudos

Hi Aviad,

you must:

1. create a EP Role;

2. Create a EP Workset and assign it to the Role;

3. create a EP Page and assign it to the WorkSet;

4. create a EP iView (of type Java WD) in which you put your WD application and assign it to the Page;

5. create a user and attribute it the Role.

Regards,

Gianluca