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: 

SAP ECC - Authorization Checks in Logical Database

Former Member
0 Kudos

Hi all,

I wondering whether exists a document where is related all the authorization included at logical database reports (PNP, PAP, PCH...). Both, standar authority checks and automated authorities checks done inside the code. Could i map these automated authorities checks of the code with standar authority check?

Thank you in advanced.

3 REPLIES 3

Former Member
0 Kudos

Hi,

As far as I am aware this isn't documented anywhere public.  When I have worked with LDB's in the past I have used a combination of tracing and going through the related source code.

Good luck!

OttoGold
Active Contributor
0 Kudos

Hi,

my contribution will not make you happy. As far as i remember, these logical databases are using macros heavily and authority checks in macros don't land in a trace.

So code review sounds like your best option here.

Anyway such a document would be really cool. MAking the checks within macros landing in the trace would be even cooler.

Cheers Otto

Former Member
0 Kudos

Hi all,

Ok, thank you very much for your responses.