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

Disabling a button in the Application Tool bar

Former Member
0 Likes
693

Hi ,

Hoe to disable a button in the application tool bar based on some condition.The button should not be hided... It should be visible , but disabled.....

Regards,

Vijayakumar V

Hi ,

Hoe to disable a button in the application tool bar based on some condition.The button should not be hided... It should be visible , but disabled.....

Regards,

Vijayakumar V

5 REPLIES 5
Read only

Former Member
0 Likes
665

Hello,

In the PBO of the screen, make the <b>SCREEN-ACTIVE = 0.</b>

If useful reward.

Vasanth

Read only

Former Member
0 Likes
665

vijay,

in the PBO module

loop at the screen .

if screen-name = 'button name'.

screen-active = o.

modify screen.

endif.

endloop.

regards,

sateesh.

Read only

Former Member
0 Likes
665

set PF-STATUS with Excluding option.

Regards

Ameena

Read only

uwe_schieferstein
Active Contributor
0 Likes
665

Hello Vijayakumar

Please refer to my posting in thread

<a href="https://forums.sdn.sap.com/click.jspa?searchID=618203&messageID=2737459">How to exclude toolbar in ALV dynamically</a>

Regards

Uwe