on 11-12-2010 7:42 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.