Skip to Content
-1
May 29, 2018 at 11:15 AM

What is the difference with and without the addition of 'WITH AUTHORITY-CHECK' to CALL TRANSACTION ?

190 Views Last edit May 29, 2018 at 11:16 AM 2 rev

We are implementing Security checks on our S/4 Hana custom code and have come across below SCI error message.

Static CALL TRANSACTION without authorization check (restricted functions)

I understand that system is expecting an addition of WITH AUTHORITY-CHECK to the statement. But I don't understand the purpose of this as without the addition also the error message is displayed. Can someone explain this? Or do you have an example where not using this addition can be a threat?