‎2014 Nov 17 4:00 PM
Hello,
Is it possible to disable the "Reject document" button from the header of the sales orders (tx-va02). I need to disable it programaticaly (user exit, ...)
Thanks,
Ricard.
‎2014 Nov 17 4:33 PM
Hi.
Solutions maybe MV45AFZZ user-exit or explicit enhancement.
Try it. Hope to help.
Bye
‎2014 Nov 18 3:35 AM
‎2014 Nov 20 11:34 AM
Hi,
I tried with MV45AFZZ but i can't "catch" the button to disable it. On the other hand, shd0 does not work, button still appears.
Thanks,
Ricard.
‎2014 Nov 21 2:47 PM
If you want to disable phisically the button, you can disable it only from the PBO of your screen. For this kind of purpose you should use an implicit enhancement but that's not a good solution in time. You should catch the sy-ucomm from MV45AFZZ or from the BADI, at user-command and stop user action.