cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear a::

Can I create an Internal Table through SE11 and use in my report ? How ?

Thanks & Regards

Vinayak Deosthali.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Vinayak,

We can't create internal tables using SE11.

we can define internal tables in Program only.

*Internal tables provide a means of taking data storing it in working memory in ABAP.

*In ABAP, internal tables fulfill the function of arrays. Since they are dynamic data objects, they save the programmer the task of dynamic memory management in his or her programs.

*Internal tables are a standard data type object which exists only during the runtime of the program.

*They are used to perform table calculations on subsets of database tables and for re-organising the contents of database tables according to users need

Hope this will help you.

Cheers

Sunny