‎2007 Jul 25 5:56 PM
Can we delete a menu item or screen field by using user exit or customer exit. (For eg, if we have to add a menu item in GUI, we use Menu exit). Likewise how to remove a menu item using menu exit or a screen field using screen exit.
‎2007 Jul 26 4:51 AM
Hi
You can achieve your purpose by just copying the program of the standard transaction you want to change and make the necessary changes in the pf status of the same.
You can check the name of the program of the standard transaction in menu system -> status -> screen name.
Hope this helps
<b>if it helped, you can acknowledge the same by rewarding</b>
regards
dinesh
‎2007 Jul 26 5:52 AM
Hi,
1. Unfortunately we cannot delete it now.
2. BCOS its already included in the FM
of the user - exit.
3. There is no harm, if u keep this Z include. OR
Go to Se38 and rename the include to some other name. The delete that. Before that make sure that you are not using that include anywhere else
(Just empty the code)
4. Or u can also DEACTIVATE the user exit.
(so the zinclude will never be called)
<b>Reward points</b>
Regards