Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

SQL injection

Injection of malicious SQL statements by an attacker. SQL injections are possible whenever programs use 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 ABAP SQL, when ADBC is used, and in generic programming.

More

Other versions: 7.31 | 7.40 | 7.54