Application Development 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: 

GUI Status Buttona enable/disable

Former Member
0 Kudos

Hi friends,

According to condition how to make a button on the toolbar (gui status) to be enable/disable .

Can you help me please.

[Screen Image|http://j.imagehost.org/0841/fast.jpg]

Best Regards.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Ahmet,

See F1 help for Set PF-Status statement. You have to use the EXCLUDING option.

Regards,

Karthik D

3 REPLIES 3

kesavadas_thekkillath
Active Contributor
0 Kudos

Create one or more GUI status and set it based on condition.

Or hit F1 on set pf-status statement and read the term 'EXCLUDING'.

Create the GUI status, go to se41 , choose menu GOTO-Attributes-push button assignment - choose display all.

Then when you use excluding statement , it will get disabled.

Former Member
0 Kudos

Hello Ahmet,

See F1 help for Set PF-Status statement. You have to use the EXCLUDING option.

Regards,

Karthik D

Former Member
0 Kudos

Thanks for your answer, I get ahead.

Edited by: ahmet sevil on Jun 1, 2010 8:41 AM