‎2010 Sep 22 4:54 AM
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.
‎2010 Sep 22 7:03 AM
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
‎2010 Sep 22 7:20 AM
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.
‎2010 Sep 22 7:49 AM
Hi,
what are your settings for these fields in transaction SCUM? Probably you are looking for option Global or Proposal.
Cheers
‎2010 Sep 22 8:48 AM
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.
‎2010 Sep 22 9:22 AM
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
‎2010 Sep 22 10:44 AM
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