Hi,
I have a customizing view. I want to select data from that view in a ZREPORT. How can I do that?
report ZREPORT .
select * from zview into it_view.
Compilation error: "ZVIEW" is not defined in the ABAP Dictionary as a table, projection view or database view.