‎2009 Feb 22 12:51 PM
Hello,
in transaction EC60 I have many buttons:
1) Move- in
2) Move- out
3) Business Partner (Move- in/out..)
4) premise (Move- in/out..)
I want that user used in buttons:
3) Business Partner (Move- in/out..)
4) premise (Move- in/out..)
and not use button:
1) Move- in
2) Move- out
how can i restrict them?
thanks eran
‎2009 Feb 22 4:53 PM
When you ran a trace to identify the objects required, what were the results?
‎2009 Feb 23 7:15 AM
hello,
the problem is that E_MOVE_OUT was check when i opearte button "Move- out"
and when i opreate the button Business Partner
eran
‎2009 Feb 23 7:23 AM
If there is no difference between the authority-checks of the functions, then check with your functional folks whether there is a configuration possibility to disable them selectively in the IMG customzing (tcode SPRO).
If you can read ABAP, then you will often find such customizing dependent check routines immediately ahead of the authority-check statement in the coding. From the ST01 trace, there is an option to navigate to the source code location of the check.
Cheers,
Julius
‎2009 Feb 23 7:29 AM
hello,
can you give more details how can i disable the buttons.
best regaed
eran
‎2009 Feb 23 7:54 AM
‎2009 Feb 23 9:39 AM
>Perhaps I am the problem?
Yes, Julius : you did not give the "step by step brains off" procedure....
‎2010 Jul 14 9:17 PM
Hi Julius,
I too have a similar kind of requirement to disable the buttons move-In and Move-Out. Kindly provide me your views to achieve it. Thanks
Regards,
Lakshmana.P
‎2010 Jul 14 10:23 PM
Hi Lakshmana,
It is detailed in Julius' post. Is there something in there that you would like clarification on?