Skip to content

Commit

Permalink
Deactivated dangerous_statement -> dynamicSQL
Browse files Browse the repository at this point in the history
Class /USI/CL_BAL_DATA_CONT_COLL_DAO is using secondary database connections (just like the SAP standard logging API does).

To avoid redundancy the connection name is stored in a constant and used as dynamic SQL (SELECT ... CONNECTION(db_connection) ... ).
  • Loading branch information
NeumannJoerg authored Sep 27, 2022
1 parent f2e709b commit 398c53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abaplint.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"deleteTextpool": true,
"deleteDynpro": true,
"exportDynpro": true,
"dynamicSQL": true
"dynamicSQL": false
},
"db_operation_in_loop": {
"exclude": [],
Expand Down

0 comments on commit 398c53d

Please sign in to comment.