rspec/rules/S1503/abap/rule.adoc

17 lines
366 B
Plaintext
Raw Normal View History

== Why is this an issue?
2021-04-28 16:49:39 +02:00
Subqueries bypass the SAP table buffer. You should, if possible, only use simple ``++SELECT++``s with buffered tables to avoid the risk of the buffer being bypassed.
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Message
Remove this subquery.
endif::env-github,rspecator-view[]