cancel
Showing results for 
Search instead for 
Did you mean: 

Creating access control

Former Member
0 Kudos

Hi all,

I have created new view in my Web Dynpro Java existing application and finished the coding part.

Could anyone help me how to create access control for the new view ?

Please provide me some documents/info on this.

Thanks && Regards,

Vijay.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi all,

Thanks for your response.

It's very helpful to me.

Regards,

Vijay.

sureshmandalapu6
Active Contributor
0 Kudos

Hi,

You can implement the authentication as Khusboo and Nikhil said . But ! as you said that , you need to implement the authentication for that perticular IView is not posible using the predefined authentication features availble in webdynpro.

For your case, you need to write the code for yourself for any kind of security implementation for that perticular View.

In the Portal however we have the permissions availabe , but ! that is also used for the whole webdynpro Iview. not for the perticular View in that .

Thanks

Suresh

Former Member
0 Kudos

Hi,

I do not have a URL to share this document but i have a copy of document with me and I sent you en email.

This explains the fundamentals of the portal frame work and give you an over all idea of :

How to create iView, Page, Role, Workset. How to assing to the specific user?

How to create Google URL, Web dynpro iView, Transation iView, KM iView, displaying iamges...etc...

For beginner this document is really helpful.

Thanks

Krishna

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

you can use authentication for this...it will force users to login first before they can access to Web dynpro applicaation..

go through:[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00c80a68-ac51-2b10-efa6-c3ea8f984a6a]

Regards

Khushboo

Former Member
0 Kudos

Hi,

are you trying to defines the privileges (permission access rights) that particular principals have for a particular resource..??

Plz refer the following document:-

this link will give conceptual detail:-

http://help.sap.com/saphelp_nw70/helpdata/EN/44/46234e8c5a4902e10000000a1553f7/frameset.htm

This link will give you Defining Access Permissions :-

http://help.sap.com/saphelp_nw70/helpdata/EN/d9/46fa40badbf46fe10000000a1550b0/frameset.htm

Hope this may help you.

Deepak