2007 Jan 05 11:04 AM
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
2007 Jan 05 11:05 AM
Hello,
In the PBO of the screen, make the <b>SCREEN-ACTIVE = 0.</b>
If useful reward.
Vasanth
2007 Jan 05 11:08 AM
Hi,
Check this link.
http://help.sap.com/saphelp_47x200/helpdata/en/ce/cd7c47c24d11d2bd8d080009b4534c/frameset.htm
and
http://help.sap.com/saphelp_47x200/helpdata/en/ce/cd7c53c24d11d2bd8d080009b4534c/content.htm
Message was edited by:
Jayanthi Jayaraman
2007 Jan 05 11:09 AM
vijay,
in the PBO module
loop at the screen .
if screen-name = 'button name'.
screen-active = o.
modify screen.
endif.
endloop.
regards,
sateesh.
2007 Jan 05 11:27 AM
2007 Jan 05 11:30 AM
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