Skip to Content
0
Former Member
Oct 05, 2006 at 01:57 PM

select * from <customizing view>

340 Views

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.