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: 

BAPI BAPI_ACC_DOCUMENT_POST not utilizing authorization checks

Former Member
0 Kudos

I have been using BAPI_ACC_DOCUMENT_POST for all of my transactions. We have now discovered that it is not utilizing authorizations checks - i.e. F_BKPF_BUK . Anyone know how to remedy situation?

thanks

1 REPLY 1

ThomasZloch
Active Contributor
0 Kudos

This surprises me as well. Only option I have in mind now is to code the checks yourself before the call, if the function is called from within the same system.

Which objects to check you can find out by tracing an FB01 posting via transaction ST01.

Thomas