What is inside 'Save' button of 'Menu Filtering'

Rauf

Rauf

VIP Member
Is there a way to find the code inside the Enable/Disable function ? I need to find which tables are updated if I press Save button. The issue is, if I want to add a custom menu to the parent menu and I don't want to show the menu for all users, I will take all the other roles and do disable manually. So if there is 300 roles, I want to do it 300 times(its horrible and a clerical work).

What if I get the code inside, and disable the access in a single click :)
 

Attachments

  • Menu Filter.jpg
    Menu Filter.jpg
    11.1 KB · Views: 19
The tables you are after are all labelled *Task* and *Menu* in JDE

So F0084, F9000/9001 F98810/F9811 etc
 
Rauf,

The tables that contain the menu access (enable/disable per user/role) are the Task Variant Tables, F9005 and F9006. The variant name will be the user/role ID. To prevent access there needs to be an entry in these tables with the flag (F9006.TDVARACTIVE) set to "N".
 
Well.
A 'simple' insert to the table F9006 will work ? Or should I use any standard Business Function ?
 
Hi Rauf

is best to use security for that

security automathically "hides" non accesible applications for the users

Regards
 
clmates,

I agree with you. But see my case. I just added a Task to the top of Task View, and it is visible to all 250 Roles. As we follow, menu filtering, I hope it's best to deal withe Menu Filter, other than the security.
 
Back
Top