‎2008 Jul 29 6:08 AM
Hi Experts,
Can we buffer Internal Table.
If yes then in which case.
Thank you.
‎2008 Jul 29 6:09 AM
Hi,
No we can't buffer internal table.
Actualy buffering is a concept in Database table where we store data of the database table temporarily for further access in runtime.
But in internal table the data itself is is hold during runtime only. So no question of buffering an internal table arrises.
for detail in beffering check
http://help.sap.com/saphelp_nw70/helpdata/en/cf/21f244446011d189700000e8322d00/content.htm
Regards,
anirbvan
‎2008 Jul 29 6:11 AM
internal table is itself a kind of buffer...you can select records from a database table in an internal table and use it as required in your programs...
if you want to know about the buffering of dictionary tables then go to the technical settings of your table and find the buffering options there.
‎2008 Jul 29 6:13 AM
Hi,
You Can not Buffer Internal Table.
Internal table is used for Storing data in runtime, there is no bufferring concept related to internal table.
Regards,
Sujit
‎2008 Jul 29 6:14 AM
Hi Praveen,
We cannot buffer the internal table.
Internal table is a temporary storage location which is only available at runtime.
<removed_by_moderator>
Thanks in advance,
vijay
Edited by: Julius Bussche on Jul 29, 2008 8:32 PM