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 cocept in database tables

Former Member
0 Likes
508

Hello Experts,

I am creating an application where i am dealing with master tables and transaction tables. I have a doubt regarding 'Buffering Concept' in technical settings,

I want to know which type of table (like master or transaction) should be buffered and if it is buffered then what kind of buffering should be applied (like fully buffered or singly buffered).  ?????

Hello Experts,

I am creating an application where i am dealing with master tables and transaction tables. I have a doubt regarding 'Buffering Concept' in technical settings,

I want to know which type of table (like master or transaction) should be buffered and if it is buffered then what kind of buffering should be applied (like fully buffered or singly buffered).  ?????

2 REPLIES 2
Read only

manish_shankar
Participant
0 Likes
481

Hi Mallikarjun,

Buffering should be applied to only those tables, whose data doesn't change frequently (Master). If your table size is small with less number of fields, then you can go for fully buffering. Better you read the documentation provided by SAP.

Hope this link will help you:

http://help.sap.com/saphelp_nw70/helpdata/en/f7/e4c5a5a84a11d194eb00a0c929b3c3/content.htm

- Regards,

Manish Shankar.

Read only

0 Likes
481

Thank you