Get Example source ABAP code based on a different SAP table
VERSION 5 OUT
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 transferred to the database system> without being checked or escaped. In ABAP, SQL injections must be prevented by appropriate checks or escaping whenever tokens> are specified dynamically in AB_SQL >, when ADBC> is used, and during generic programming. ABAP_MORE_INFO >