‎2007 Jun 05 9:24 AM
Guys how to disable a button and a menu entries..please help me...I need the proper coding...
Thanks..
‎2007 Jun 05 10:12 AM
hello,
r u talking about an SAP standard transaction or a custom transaction.
if you r talking about a custom program, you have to do it in PBO
<b> SET PF-STATUS 'ZPAVAN_QUAL_BLOCK' EXCLUDING 'UPDT'.
SET TITLEBAR 'ZTITLE'.</b>
here UPDT is the function code of the button you want to disable.
hope that helps
pls reward if useful...
‎2007 Jun 05 10:12 AM
hello,
r u talking about an SAP standard transaction or a custom transaction.
if you r talking about a custom program, you have to do it in PBO
<b> SET PF-STATUS 'ZPAVAN_QUAL_BLOCK' EXCLUDING 'UPDT'.
SET TITLEBAR 'ZTITLE'.</b>
here UPDT is the function code of the button you want to disable.
hope that helps
pls reward if useful...