Dear a::
Can I create an Internal Table through SE11 and use in my report ? How ?
Thanks & Regards
Vinayak Deosthali.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.