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

Buffer Internal Table

Former Member
0 Likes
1,565

Hi Experts,

Can we buffer Internal Table.

If yes then in which case.

Thank you.

4 REPLIES 4
Read only

Former Member
0 Likes
715

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

Read only

Former Member
0 Likes
715

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.

Read only

Former Member
0 Likes
715

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

Read only

Former Member
0 Likes
715

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