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

Check table buffer problem

stefan_porges1
Participant
0 Likes
1,606

Hi,

I got following problem:

I inserted a row into a table (during running WEB UI) which is used as check table. During this session, the "generic" check using this check table raise every time an error ( insert valid value). I deactivated the buffer for this check table, but it looks like, that SAP ignores this. Does someone of you know a possibility to solve my problem?

Kind rgeards Stefan

2 REPLIES 2
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
1,233

Hmm, all I know about buffering is here:

https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abensap_puffering....

I wonder a bit, what you mean with "session". Because buffering takes place in the application server's shared memory that is not bound to user sessions or internal sessions. Therefore, the effect you notice might not come from buffering and therefore switching off buffering did not help.

Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
1,233

PS: And thinking a bit more about it. I wonder how the value check of classical dynpros - I guess that's what you are talking about - accesses the check table at all. I must admit I don't know. Is it Open SQL, Native SQL, some dynpro specific stuff? Is table buffer involved at all? Maybe one should trace with SP05. Or I'll ask one of the dynpro guys that are still around ...