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: 

Posting and Parking Journal

Former Member
0 Kudos

Hi all

How can I enforce that someone who parks a journal (via FB50 or FV50, etc) cannot post their own journal?

They will be able to post other user's parked document but not their own.

Thanks in advance.

2 REPLIES 2

Former Member
0 Kudos

Run a trace (ST01 - authorization ON) and see if you can get the auth object for the post activity. Change desired activity setting on roles and test.

Former Member
0 Kudos

Hi David,

Check the authorization objects that are check maintained for FB50

F_BKPF_KOA is the one that is used to assign the authorizations for Account type.

I think you can create authorization groups for the documents you would like to assign to users. You may exclude the documents created by the user for posting but still can post others documents.

Hope this helps.

Regards,

Kiran.