2008 Apr 10 6:32 AM
Hi .
I want to copy an existing view to my internal table .How can we achieve it?
I want to display my alv report into no of pages? How can i do this?
Regards,
SSR.
Hi .
I want to copy an existing view to my internal table .How can we achieve it?
I want to display my alv report into no of pages? How can i do this?
Regards,
SSR.
2008 Apr 10 6:35 AM
Hi VIEW can be used like a table
declare a internal table type of view and write a select query for that
select data from view into table ur internal table where condition
it will get data into ur internal table
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |