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

SQ02 authorisations

Former Member
0 Likes
460

Hi all,

At our company we're doing analysis on data in production-environment using ABAP/4-queries (SQ02), also using the coding-sections. However, this in dangerous, because tables could be edited by mistake.

Is it possible to make the queries build read-only? So that if someone makes a mistake, it won't be disastrous?

Thanks!

Bart

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
433

I didn't know that you could edit the tables via an ABAP query. I pretty sure that you can't. You edit tables via SM30. ABAP queries are just reports.

Regards,

Rich Heilman

Hi all,

At our company we're doing analysis on data in production-environment using ABAP/4-queries (SQ02), also using the coding-sections. However, this in dangerous, because tables could be edited by mistake.

Is it possible to make the queries build read-only? So that if someone makes a mistake, it won't be disastrous?

Thanks!

Bart

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
434

I didn't know that you could edit the tables via an ABAP query. I pretty sure that you can't. You edit tables via SM30. ABAP queries are just reports.

Regards,

Rich Heilman