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: 

Disabling post ability in FV50 using screen variants

Former Member
0 Kudos

Hi,

I'm attempting to eliminate the post ability in FV50 by deleting the post options (drop-down menu and button) using a screen variant. I've successfully eliminated it on the main FV50 screen but during testing discovered there is a post button within the "simulate" sub-screen.

Does anyone know how to disable the "Post" button within the sub-screen?

Thanks,

Pete

3 REPLIES 3

Former Member
0 Kudos

Hi Peter,

Similar requirement has been addressed in the below thread:

Regards,

Raghu

arpan_paik
Active Contributor
0 Kudos

Hi Peter,

I believe you are very close with your variant transaction. However just another idea. Removing 01 activity from below object should restrict FV50 from posting.

F_BKPF_BUK

F_BKPF_GSB

F_BKPF_KOA

Regards,

Arpan Paik

Former Member
0 Kudos

Hi All,

Worked around this by eliminating the post button on the main screen. It appears that the 'Simulation' screen does not have a unique identifier therefore I was unable to restrict via transaction variant. We decided to accept the risk of having the post button on this screen. We managed our exposure to is by restricting F_BKPF_BUK - ACTVT - 01 to only authorized users.

Thanks to everyone who responded!

- Pete