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: 

FV50, how to deactivate or make the "post" button disappear

Former Member
0 Kudos

Hi, I have a situation where the user can execute everything in t-code FV50, but he doesnt need to have the access to the POST button. How do I deactivate it or unauthorize it? Help is higly appreciated.

3 REPLIES 3

Former Member
0 Kudos

Hi,

You can try restricting the posting period using F_BKPF_BUP by specifying an authorization group for the posting periods which are to be protected and then assign this authorization using the corresponding profile. F_BKPF_BUP has a value "Check" for FV50, you should change to "Check and maintain" before making the above changes.

Regards,

Vijaya

Former Member
0 Kudos

Hi,

I hv the similar requirement, so, pls, let me know that, How did u get it solved?

I opened a thread with titke "Variant transaction for FV50???"

or u send me an email to my ID .....

vtkapoor2000@yahoo.co.in

pls. respond,

thanq.

ashley_kenealy
Explorer
0 Kudos

Hi Sam,

The auth object you need to alter is 'F_BKPF_BUK', if you remove access to ACTVT 01 (Create or generate) the POST button will disappear.

Cheers

Ashley