Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP SQL INJECTION

0 Likes
393

Hi all,

Is there any possibility that anyone can make a SQL injection on the below program? I think there is no way someone can make an injection by changing the parameter text. Any answer will be appreciated.

Thanks in advanced.

Parameters: P_CHAR TYPE CHAR50.

SELECT * SINGLE FROM PA_XYZ INTO @DATA(LV_XYZ) WHERE BLA = P_CHAR.

0 REPLIES 0