cancel
Showing results for 
Search instead for 
Did you mean: 

set up condition on user group using dynamic actions

Former Member
0 Kudos

Hi experts,

I am facing a problem using dynamic actions.

Is there any way to set up a condition on user group using dynamic actions. I actually do not know an accessible structure through dynamic actions which stores user group so i can get its value.

I know that is possible to do it calling a routine but I want to avoid this solution.

Many thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

jagan_gunja
Active Contributor
0 Kudos

Table USR05 contains a user's parameters and values. In SE16 or in SE80 you can see the table fields.

You can check this table where user id   Employee's user id is IT 105 subtype 0001.

Using these tables and fields you can check the employee's user group (par value for parameter UGR).

Pranay: MOL is for molga and may not be the same as UGR.

pranay570708
Active Contributor
0 Kudos

Hi Jagan,

Yes, i agree with your point. Molga may not be the same as user group. But, in the most of the cases(when we talk about infogroups/dynamic actions), i have seen user group is same as country grouping.

pranay570708
Active Contributor
0 Kudos

Hi,

Maintain condition for molga in V_T588Z. Check below example:

Former Member
0 Kudos

Hi Pranay,

For Molga it is ok, that is not my problem.

my problem is is about condition on user group .

My need is when a hire action is launched by a user of my user group I need to call other infotype that is not in the infogroup related to launched action.

Thanks.

pranay570708
Active Contributor
0 Kudos

Hi, 

You need to maintain entry in V_T588Z (through tcode SM30) for required inotype as specified in above screenshot. Check for user group using step 'P'. then call other infotype using step 'I' (look for last row in screen shot). In that screen shot, i am dynamically calling infotype 185 (while maintaining record in infotype 0002), if molga = '16' and PERID is initial.

pranay570708
Active Contributor
0 Kudos

And you can check your user group ithrough tcode 'SU3'. Go to 'parameters' tab and look for parameter 'UGR' value.