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

Button Disable in Application Tool Bar.

Former Member
0 Likes
753

Hi,

I have added one button in Application tool bar. It is getting displayed in VT01N, VT02N, & VT03N tcodes.

But here i want to disable my button for VT01N tcode.

Please tell me the procedure to disable the button.

Regards,

Chandu

Hi,

I have added one button in Application tool bar. It is getting displayed in VT01N, VT02N, & VT03N tcodes.

But here i want to disable my button for VT01N tcode.

Please tell me the procedure to disable the button.

Regards,

Chandu

4 REPLIES 4
Read only

Former Member
0 Likes
701

use the exclude functionality. there should be a exit to get it done

Read only

0 Likes
701

Hi,

Thanks for your quick reply...

Here i am adding button in standard one..

Is your solution(exit) possible for my requirement...

Please elaborate

Thanks

Chandu

Read only

0 Likes
701

ya thats why i said a exit or else you coded have done this easily , there should be a exit where you can do that but first you have to find it , anyway ill try to check on it if I get sometime today .

Thanks

Nafran

Read only

Former Member
0 Likes
701

hi,

SET_BUTTON_STATE

Eg.

CALL METHOD toolbar->set_button_state

EXPORTING enabled = enabled

checked = checked

code = fcode

EXCEPTIONS cntl_error = 1.