Interview Questions

What is table buffer? Which type of tables used this buffer?

SAP ABAP questions and answers


(Continued from previous question...)

What is table buffer? Which type of tables used this buffer?

buffer is nothing but a memory area. table is buffered means that table information is available on application server. when you call data from database table it will come from application server.

transperent and pooled tables are buffered. cluster tables can not buffered.

(Continued on next question...)

Other Interview Questions