‎2009 Jan 06 4:32 AM
Dear All,
Client required to deactivate the functions of menu entry in std tcode Application Toolbar for particular users .I found the user exit also. But I dont know to deactivate it.Urgent requirement
T-Code : CO01
Menu : Released (Function of Menu : FREI)
Exit : CCOWB001
Thanks & Regards !
Micheal
‎2009 Jan 06 4:41 AM
Hi Michel,
You can make transaction variant for those users and assign them this T-code authorization with help of BASIS Team, The Tcode of Transaction Variant is : SHD0
Amresh
‎2009 Jan 06 4:43 AM
Hi,
Find out the project in which the exit is used.
If you want to deactive all the exits in that project then deactivate the project.
If you want to deactivate only a particular exit, go to the include program present in the exit in which you have written the code and
Just deactivate the include .( ZXCOWBU01 is the include for CCOWB001) .
‎2009 Jan 06 4:55 AM
Hi,
Thanks for your reply,
I found that exits & include program also.
What I want ,Give any sample coding to deactivate the menu entry function
‎2009 Jan 06 4:56 AM