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

Select Single with Full buffering

Former Member
0 Likes
1,501

Hi,

I know that when we use single buffering in a table, if we don't use select single then it'll bypass the buffer and directly hit database. But what will happen if we use select single with full buffering? Will it bypass the buffer?

Thanks,

Sarif

Hi,

I know that when we use single buffering in a table, if we don't use select single then it'll bypass the buffer and directly hit database. But what will happen if we use select single with full buffering? Will it bypass the buffer?

Thanks,

Sarif

1 REPLY 1
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
681

See SAP Buffer -Restrictions ...

Only accessing a table with single buffering with a SELECT where the key is not fully specfied bybasses the buffer.

Using SELECT SINGLE for a fully buffered table does not bypass the buffer.


In fact, since 7.02 it is not the addition SINGLE but only the key specification that counts.

(see Modification 2, the documentation for single buffering is misleading and needs to be corrected - thanks to your question).



B.t.w., see also