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: 

restricting FV60 to not post affects transaction F-47

anita_tleel
Explorer
0 Kudos

Hi

we have a role that has both transactions FV60 and F-47

we tried to restrict FV60 to not post but modifying the object F_BKPF_BLA and take out value 01

with doing this it took the button post out of the transaction

but it affected the functionality of F-47 which requires the value 01

is there a way to make this work?

regards

2 REPLIES 2

Colleen
Advisor
Advisor
0 Kudos

you would need to try to do some type of user exit if possible

it's the challenge of splitting up park and post. Even if a user goes into a different F* transaction, they may be able to change posting keys, account types, etc (sorry can't remember fields of the top of my head) and achieve the same thing that you would do in FB70 via an F-* transaction.

Regards

Colleen

mvoros
Active Contributor
0 Kudos

FI module has concept of Substitutions and Validations. You can implement custom check in code for any FI posting. Hence it can be used to implement more granular authorization model for accounting.

Cheers