‎2007 Jan 05 2:45 AM
Hi all,
I want to hide a push button in the menu bar. the push button should be displayed only for authorized users.
Please send your suggestions,
Rajesh.
‎2007 Jan 05 2:51 AM
Check for the authorization using AUTHORITY CHECK and accordingly fill the itab for excluding the buttons.
SET PF-STATUS 'MENU' EXCLUDING ITAB.
ITAB will have the lis to the function codes that you don't want the user to acess.
Regards,
Ravi
Note - Please mark all the helpful answers
‎2007 Jan 05 2:51 AM
Check for the authorization using AUTHORITY CHECK and accordingly fill the itab for excluding the buttons.
SET PF-STATUS 'MENU' EXCLUDING ITAB.
ITAB will have the lis to the function codes that you don't want the user to acess.
Regards,
Ravi
Note - Please mark all the helpful answers
‎2007 Jan 05 3:04 AM