Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

User parameter always get removed.

Former Member
0 Kudos

Hi,

Our CUA covers our ECC, CRM and BI system. We have this parameter (EVO) that is required in ECC This parameter do not exists in CRM. Our problme is this parameter always gets un-assigned from the user in CUA every time we update user details/change password in CRM.

How can we prevent this from being removed.

thanks,

kbas

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Do you maintain parameters globally or locally. You can check this in SCUM.

Please let us know this.

If it is maintained locally, you can set this parameter directly in your child systems. If it is maintianed globally, it would be distributed to your child systems, all your child systems gets this parameter.

If you want this parameter only in specific child systems, better make it local and set it.

Regards,

Brahmeshwar

6 REPLIES 6

Former Member
0 Kudos

Hi,

Do you maintain parameters globally or locally. You can check this in SCUM.

Please let us know this.

If it is maintained locally, you can set this parameter directly in your child systems. If it is maintianed globally, it would be distributed to your child systems, all your child systems gets this parameter.

If you want this parameter only in specific child systems, better make it local and set it.

Regards,

Brahmeshwar

0 Kudos

Hi Poloju,

We maintain it both ways. (centrally and locally). I guess we will have to maintain it locally then to prevent this from happening.

Thanks very much for you help.

kbas

0 Kudos

If you read the OSS note I linked to then you don't need to maintain locally.

Personally I have found more benefit to maintaining them centrally rather then setting them to be maintained in the child systems.

Former Member
0 Kudos

The answer to your problem is in OSS Note: 395841

sdipanjan
Active Contributor
0 Kudos

Also try not to maintain User Parameter entries from CUA... Do it Locally in the respective system.

Regards,

Dipanjan

Former Member
0 Kudos

>

> Also try not to maintain User Parameter entries from CUA... Do it Locally in the respective system.

>

> Regards,

> Dipanjan

Agree with Dipanjan. In SCUM try to maintain the parameters local because probably some parameters in your master CUA are not available on the child. This could be your problem.