ABAP Keyword Documentation → ABAP Glossary
SQL injection
Injection of malicious SQL statements by an attacker. SQL injections are possible whenever programs adopt external statements (or parts of statements) that are then are passed to the database system without being checked or escaped. In ABAP, SQL injections must be prevented by appropriate checks or escape methods whenever tokens are specified dynamically in Open SQL, when ADBC is used, and in generic programming.
Other versions:
7.31 | 7.40 | 7.54