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: 

How to Restrict G/L Accounts for One User

Former Member
0 Kudos

Hi All,

I have to restrict the G/L Account when doing FI Postings for some particular Users ...

Ex 100000 Is G/L to be Posted In XXXX Plant.

100001 Is G/L to be Posted in YYYY Plant

I have to give an Authorization to User in XXXX Plant to Post only in 100000 G/L .

Plz Suggest me at which level I can restrict the Postings ..

Regards,

Sriram.

2 REPLIES 2

Former Member
0 Kudos

You can probably use auth object - F_BKPF_BES - but you should check to ensure that the tcode involved checks this auth object.

Former Member
0 Kudos

How about flagging the accounts as "Automatically posted only" and then let customizing take care of the ability to post to the accounts (automatic account determination)?

That is, if that works for these specific accounts.

Cheers,

Julius