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

Display Hide Menu Bar Button

Former Member
0 Likes
1,059

Hi all,

We want to display / Hide or Unable to Click on Button of Menu bar on run time i.e. User select particular radio button on screen and menu bar button changes accordingly.

Any suggestions welcome.

Regards,

3 REPLIES 3
Read only

Former Member
0 Likes
818

Hi Friend,

Take the function code of the buttons which you do not want to display. Pass into an internal table, code it like:

SET PF-STATUS <'PFXX'> EXCLUDING <INT TABLE NAME>

Please check the documentation for int table's type.

Regards

Krishnendu

Read only

Former Member
0 Likes
818

SET PF-STATUS 'DATA' EXCLUDING INT_TAB.

ITAB-FCODE = 'fcode'.

append itab .

Read only

Former Member
0 Likes
818

Thanks ...points awarded