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?