cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Folder - IViews - Page

Former Member
0 Kudos

Hi all,

How to create a new Folder - iview and - page in Portal using java WebDynpro? Which api I must use for this purpose?

Regards

Vinod V

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194668
Active Participant
0 Kudos

Hi Vinod,

Working with semantic objects (creation) is explained here

http://help.sap.com/saphelp_nw70/helpdata/EN/44/726396278212d0e10000000a422035/content.htm

-Aarthi

Former Member
0 Kudos

Hello Aarthi,

Thanks for your reply.

My Requirement is to create a role under Portal Roles. Right now the problem comes when i tried to create it, is the role is created under UME Database and i want it in Portal Roles under a particular Folder location.

How can i solve this problem?

I have used com.sap.security.api for creating a role, but it seems it only create under UME Database ( Data source).

Regards

Vinod V

Former Member
0 Kudos

This is because the "Home data source" where your role is currently saved is UME_ROLE_PERSISTENCE. You may need to change it to PCD_ROLE_PERSISTENCE. Refer [this|http://help.sap.com/saphelp_nw04/helpdata/en/8c/a3fc3f37c2e569e10000000a155106/frameset.htm] for changing the data source. You may need to modify UME config file (available under System Administation/ System Config / UM Config / download). Download and modify accordingly.

Bala