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

buffering

Former Member
0 Likes
548

Hi,

Can any one tell me what is "BUFFERING" in abap,how many type are there and where to use it?

and also what is field level checking & domain level checking(in check table & Value table ).

points guaranteed

cheers

kaki

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
525

Kaki,

Buffering (you can set this property for a database table) means that the records of this table are in the buffere for faster access. You can specify whether you want to buffer the entire table or a single record.

Rgds,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
525

Hi

if You are Talking about Tables

then

Buffereing Not allowed

Buffering allowed But switched off

Buffereing Switched on

you can see this in se11, and select a table and go to technical settings

then you can find the info of buffering.

regards

vijay

Read only

Former Member
0 Likes
526

Kaki,

Buffering (you can set this property for a database table) means that the records of this table are in the buffere for faster access. You can specify whether you want to buffer the entire table or a single record.

Rgds,

Ravi

Read only

0 Likes
525

Hi,

Thanks for the replies.Points allowted.

cheers

kaki