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

How to Deactivate the menu entry function

Former Member
0 Likes
634

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

4 REPLIES 4
Read only

Former Member
0 Likes
580

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

Read only

Former Member
0 Likes
580

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) .

Read only

0 Likes
580

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

Read only

0 Likes
580

Hi,

in the include programs haven't any coding....