cancel
Showing results for 
Search instead for 
Did you mean: 

Country specific Action reasons

Former Member
0 Kudos

Hi Team,

The requirement is to have country specific action reasons which should be visible depending on the molga.

I know of an option to have a user exit to display the action reasons valid for that country grouping only.

I do not know the user exit though, so if anyone has used it or knows the user exit, pls. share.

Thank you.

RL

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

There are two scenarios here:

1. Actions and respective reasons are country specific u2013 this can be achieved by configuring UGR specific action menu in IMG (SPRO>Personnel Management>Personnel Administration>Customizing Procedures>Actions>Change action menu). Please read up the help document.

2. Actions are global but reasons are country specific u2013 this can be achieved by user exit. You will have to invoke a search help exit in H_T530. The model SAP function module is F4IF_SHLP_EXIT_EXAMPLE. I think the code will have to refer to a custom table where you would store the applicable reasons against each country and then show only those to which the user belongs. You would check against UGR value = country value in the table and if true, show, otherwise donu2019t show. Please take help with ABAP resource. The custom table would provide flexibility when new reasons have to be added.

Hope this helps.

p.s. Thanks for starting a new thread!

Donnie

Answers (0)