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
688

Hello Everyone,

Can anyone tell me the concept of bufffering in ABAP?

And what are change tables?

Thnks in anticipation.

Regards,

Sirisha.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
653

Hi Rich,

I was asked in an interview as which is best suited for buffering, master data,transactional data or change data as in change tables.Can u tell me?

Regards,

Sirisha.

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
Read only

Former Member
0 Likes
654

Hi Rich,

I was asked in an interview as which is best suited for buffering, master data,transactional data or change data as in change tables.Can u tell me?

Regards,

Sirisha.

Read only

0 Likes
653

Buffering is more suitable for master data or config(customizing) tables. Tables which hold data that does not change often.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
653

Thanks a lot Rich.

Read only

0 Likes
653

Hi !

clearly spoken... you should never buffer a table with application-data in it. If you do so you may see different data in different application-serves if the buffers between them are not yet updated...

Regards

Rainer

Some points would be nice if that helped a bit.