2009 Jul 07 3:39 PM
Hi everybody,
how can i read the data from a databaseview. I try it with a select but it doesn't work.
SELECT * FROM mydatabaseView INTO lt_databaseview.
regards,
Sid
2009 Jul 07 3:56 PM
Hi,
Select on database view will work....
try this example and check with yours
caufv is a database view.
eg:-
data: itab_cauvfv type satandard table of types_caufv.
SELECT * FROM caufv
INTO TABLE itab_caufv.
HI,
You can use the select statement on Database view.
2009 Jul 07 3:51 PM
2009 Jul 07 3:56 PM
Hi,
Select on database view will work....
try this example and check with yours
caufv is a database view.
eg:-
data: itab_cauvfv type satandard table of types_caufv.
SELECT * FROM caufv
INTO TABLE itab_caufv.
2009 Jul 07 3:59 PM
Please search the forum. This question has been asked and answered before. You can only SELECT directly from certain types of views.
Rob
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |