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

Modifying Open SQL statement

akil_syed1
Explorer
0 Likes
758

hi all,

I had come across a term in my first development "Potential read performed on an illegal database table in a modifying OpenSQL statement".

please explain me what actually this modifying open sql means with example.

Thanks in advance,

Akil Syed.

1 ACCEPTED SOLUTION
Read only

Chintu6august
Contributor
0 Likes
713

Hi,


the Code Analyzer searches for and reports potentially vulnerable statements where the input comes from untrusted sources.. and inconsistent use of open sql statement..


Open SQL consists of a set of ABAP statements that perform operations on the database


check the link below


thanks!!

3 REPLIES 3
Read only

oliver_wurm
Active Participant
0 Likes
713

Hi,

would you please share the Statement?

Regards

Oliver

Read only

0 Likes
713

... and the message ID and number.

Rob

Read only

Chintu6august
Contributor
0 Likes
714

Hi,


the Code Analyzer searches for and reports potentially vulnerable statements where the input comes from untrusted sources.. and inconsistent use of open sql statement..


Open SQL consists of a set of ABAP statements that perform operations on the database


check the link below


thanks!!