Application Development and Automation 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: 
Read only

User Master Data Changes in CUA Environment

Former Member
0 Likes
983

Hello,

when a new user gets created.we have requirement for Indian system to set the decimal notation in user master data by default to 1,234,567.89 ,instead users doing it manually using SU3.We are using workflow tool for user creation.Globally our systems are connected to CUA system.User gets created in CUA system and then master data is distributed through IDOC to child systems.

Now by defalut it the decimal notation is set to 1.234.567,89.

6 REPLIES 6
Read only

Former Member
0 Likes
904

Dear Sagar,

Try to see which tables are changing when you chage that field with help of ABAP and then incorporate the same logic in your workflow for India User. I think there will be a need to add one more field in your workflow and should be done.

But make sure you put some logic in your workflow if this India user then add this new field.

Regards

Shailesh Mamidwar

Read only

0 Likes
904

Dear Shailesh,

The problem is through workflow user gets created in CUA system, from CUA system these field are not distributed to child systems.These fields has to be maintained in the child system.Now the question is how do we set it by default.

Read only

0 Likes
904

Hi,

what are your settings for these fields in transaction SCUM? Probably you are looking for option Global or Proposal.

Cheers

Read only

0 Likes
904

Hello,

In the CUA the field is set as Local.

Is it possible for one specific child system to set it as proposal?as there are many systems connected.

Read only

Bernhard_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
904

Hello Sagar,

then try 'proposal' instead in SCUM for Defaults->Decimal notation. In this case the value from the central system is only distributed to child upon user creation. Afterwards it is treated as 'local'. It is not possible to set scum values system specific.

b.rgds, Bernhard

Read only

0 Likes
904

Just to add to Bernard's answer you can get more info about meaning of different options in documentation or CUA cookbook. Both can be easily found using Google. I think you are looking for Proposal or Everywhere.

Cheers