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

Hello Guys!!!

Former Member
0 Likes
331

Guys how to disable a button and a menu entries..please help me...I need the proper coding...

Thanks..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
312

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

1 REPLY 1
Read only

Former Member
0 Likes
313

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