cancel
Showing results for 
Search instead for 
Did you mean: 

How to Assign a Specific Employee to a Specific Group in IPS

SAPSupport
Employee
Employee
0 Kudos
120

Hello expert,

Currently, I set up users with a mailbox suffix in their user name to automatically enter the IPS overseas user group in the system synchronization job, but domestic users can't make an exact distinction using their personnel number as their login name.

Is it possible to automatically enter the domestic group of employees other than overseas employees?


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
View Entire Topic
SAPSupport
Employee
Employee
0 Kudos

Please apply solution in the following KBA:

##2984603 - How to assign users to specific group in target system via transformation

For example:

                           {
                            "constant": "<Group for domestic users>",
                            "targetPath": "$.groups[0].value"
                           },
                           {
                            "condition": "condition for foreign users",
                            "constant": "<Group for foreign users >",,
                            "targetPath": "$.groups[0].value"
                           }