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

Remove "execute" button from toolbar

Former Member
0 Likes
694

Hi, colleagues! Is there any way to remove "execute" button from toolbar on selection screen (in custom report)? I only found how to append custom buttons (using function keys).

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
627

Hi

in PBO

SET PF-STATUS 'XXX' excludeing ( use this one)

take F1 help for more info

Regards

Ramchander Rao.K

Hi, colleagues! Is there any way to remove "execute" button from toolbar on selection screen (in custom report)? I only found how to append custom buttons (using function keys).

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
628

Hi

in PBO

SET PF-STATUS 'XXX' excludeing ( use this one)

take F1 help for more info

Regards

Ramchander Rao.K

Read only

Former Member
0 Likes
627

Use EXCLUDING options of the SET PF-STATUS statement and insert the function code of the execute button into a internal table and pass it with EXCLUDING.

See F1 help on EXCLUDING.

Regards

Karthik D

Read only

0 Likes
627

Thanks, solution was so simple...