Application Development 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: 

Disable button in report VF04

Former Member
0 Kudos

Dears,

I want to disable Collective Billing Doc./Online button in report VF04 without removing the authority of VF01 from the user as this button calls T-code VF01.

So how can i remove it or make it dimmed.

N.B.: this button isn't in the selection screen, it appears after executing the report.

3 REPLIES 3

Former Member
0 Kudos

My first reaction (since I think I did this once) would be to see if I can record the transaction in the transaction variant process (SHD0 transaction).  If so, you should be able to hide the button (if it appears in one or more screens) via the transaction variant settings, and make that variant the SAP standard for your installation.

ahmed_mansour
Explorer
0 Kudos

I faced the same problem and solved by using screen variant

t-code SHD0

This Buttons represent Menu function so when you create the screen variant click on the menu function to disable this button follow those steps

achim_stroh
Participant
0 Kudos

Another possibility is to remove the authority from the roles of the Users. For button collective invocing this is:

Object: V_VBRK_VKO

Activity: 19