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

You cannot create an internal table in SE11, but you can create an internal table type using this transacation.

To create an internal table type, Select option 'Data type' in SE11 and create. Select 'Table type' on being prompted for the type to create.

You can use this in your program while creating an internal table, as follows:

DATA itab type standard table of <typename>.

Hope this helps.

Sudha