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,

Creation of internal tables through SE11 is not possible.

Internal table is created at run time to store the data temporarily. It is destroyed

as soon as the program execution is finished.

You can create a ZTable or a table type in SE11 and then declare an internal table of type Ztable or table type.

Hope it helps...

Lokesh

Pls. reward appropriate points