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: 

vf11 access by sales office

Former Member
0 Kudos

Hello

I want to restrict VF11 access by sales office such that a user can cancel the billing document in his own sales office and not other.

2 REPLIES 2

Former Member
0 Kudos

Hi,

This transaction has only two objects

V_VBRK_FKA Billing: Authorization for Billing Types

V_VBRK_VKO Billing: Authorization for Sales Organizations

Hence you can restrict only based on billing types or sales organization levels. if you meant that sales organization and sales office to be same, then its possible. If not, you need to develop custom code and embed in VF11.

Regards,

Gowrinadh

0 Kudos

I think you'll need some sort of custom coding for this. The program behind VF11 is SAPMV60A so thats where to search for user exits. A forum search (top level) reveals quite a few hits so there should be some leads for legitimate additions.