Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hide Push Button in Menu Bar

Former Member
0 Likes
471

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
427

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

2 REPLIES 2
Read only

Former Member
0 Likes
428

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

Read only

Former Member
0 Likes
427

Thanks Ravi.