2010 Jul 19 8:36 AM
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
2010 Jul 19 8:54 AM
use the exclude functionality. there should be a exit to get it done
2010 Jul 19 8:57 AM
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
2010 Jul 19 8:59 AM
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
2010 Jul 19 11:25 AM
hi,
SET_BUTTON_STATE
Eg.
CALL METHOD toolbar->set_button_state
EXPORTING enabled = enabled
checked = checked
code = fcode
EXCEPTIONS cntl_error = 1.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |