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

Please explain deeply about Internal Table

hemachandu
Explorer
0 Likes
1,677

I would like to know in detailed about Internal table concepts in SAP ABAP

1 ACCEPTED SOLUTION
Read only

sandeep_suggu
Contributor
0 Likes
1,612

Hi hemachandu,

Hope you are doing great

From This Diagram will get a clear information :

Data Base - it's a permanent Storage,


Internal tables are temporary storage location.
> We can access the internal table within the program only
> Internal tables are dynamic.

Thank You,
Suggu Sandeep.
(SAP - The Best Run)

3 REPLIES 3
Read only

sandeep_suggu
Contributor
0 Likes
1,613

Hi hemachandu,

Hope you are doing great

From This Diagram will get a clear information :

Data Base - it's a permanent Storage,


Internal tables are temporary storage location.
> We can access the internal table within the program only
> Internal tables are dynamic.

Thank You,
Suggu Sandeep.
(SAP - The Best Run)

Read only

Sandra_Rossi
Active Contributor