Dear a::
Can I create an Internal Table through SE11 and use in my report ? How ?
Thanks & Regards
Vinayak Deosthali.
Request clarification before answering.
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
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.