SAP SQL INJECTIONS SCRTY



Get Example source ABAP code based on a different SAP table
  



SQL Injections
An SQL injection is a widely used attack method on insufficiently secure input from outside. An SQL injection passes malicious SQL code injected into a program to the database system, unchecked and unescaped. In ABAP, this can occur when the following programming techniques are used:
Dynamically specified tokens in AB_SQL
SUBNODES