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: 

f-26

Former Member
0 Kudos

How do you restrict bank account in this transaction to a specific bank account.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Maritza,

If you want to restrict access to GL accounts then you need to look into auth object F_BKPF_BES

As with lots of other examples of auth group restriction, this check is only performed if there is an auth group against a GL account (configured in FS00). To force a check on the auth group, you need to maintain this field for all relevant GL accounts.

Please note that this will have an impact on many transactions related to GL accounts and you may potentially have to review a good number of roles to assess any further changes that you need to make.

1 REPLY 1

Former Member
0 Kudos

Hi Maritza,

If you want to restrict access to GL accounts then you need to look into auth object F_BKPF_BES

As with lots of other examples of auth group restriction, this check is only performed if there is an auth group against a GL account (configured in FS00). To force a check on the auth group, you need to maintain this field for all relevant GL accounts.

Please note that this will have an impact on many transactions related to GL accounts and you may potentially have to review a good number of roles to assess any further changes that you need to make.