cancel
Showing results for 
Search instead for 
Did you mean: 

Change standars for UME

Former Member
0 Kudos
52

Hi Everyone,

I want to change some jsp of the .par com.sap.portal.usermanagement.admin to create a new iview to modify users.

After you search for a user you get a screen with a lot of information about that user that you can modify. I just want to have the User ID label, Automatic Password Generation check and Define and Confirm Password input.

So, is it possible to copy and change the standar's to create my new iViews?. How can I do it?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Marysol

I dont think you can change this by copying and editing. YOu can upload the par file of that corresponding iview to NDS and do the necessary changes and then again deploy that.

I think that would solve your problem.

Regards

Rajeev.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

I dont want to change the standars, I just want to copy it to create my new iviews to assing it to a role.

I was triying to create a new iView based in the .par com.sap.portal.usermanagement.admin, but when I have to choose the component I dont see anything related to Search user or Modify User, just this ones:

Portal Component Selection

ChangePassword

CompanyList

FileUpload

Language

LoggingAdmin

Password

SelfReg

SyncAdmin

UMPropertyViewer

UnapprovedUsers

UserMapping

UserMappingTest

UserProfile

I have no idea how can I get the jsp that I need.

Thanks Again

PS For user persistence we are using just LDAP.

Former Member
0 Kudos

Hi Marysol,

I really wonder why you want to do this.

What you describe is changing an administrative iview.

At first I would try to avoid any modifications of the standard source code. Otherwise you may have to do all changes again, if you install a higher SP.

At second, I would restrict unavoidable modifications to end user content.

Administrators should know what they're allowed to do, don't you think?

By the way, what data source do you use for user persistence, database only or ldap?

Regards, Karsten

Former Member
0 Kudos

Hi,

Yes it is possible to create your own iviews from backup file.

To get a search result page you need to modify the JSP file.

First you need to import the par file to the NWDS and then you have to add the jar files explicitly to the library.

Change the result page as u wish and redeploy the projetc as a par file.

Hope theis Helps

gEorgE