‎2010 Apr 20 8:28 AM
hi,
i am calling selecting data from view but it gave me this erorr.
VIEW NAME,is not defined in the ABAP Dictionary as a table, projection view, or database view.
Even though i have define this View in my Database, but can't understand what is the problem.
Thanks.
‎2010 Apr 20 8:39 AM
While creating the View ensure that you have created it as Database View as data can only be fetched from Database view and Projection View.
‎2010 Apr 20 8:39 AM
While creating the View ensure that you have created it as Database View as data can only be fetched from Database view and Projection View.
‎2010 Apr 20 9:07 AM
actually this view is not made by me, it is made by someone else and i don't know whether it's Database View or Projection View.could u tell me from where i can identified that it's Database View or Projection View.?
Thanks
‎2010 Apr 20 9:14 AM
hi,
when u enter a view on left hand top where the name is given there type is also written.
check it.
Thanks
Gaurav.
‎2010 Apr 20 9:20 AM
Hi,
if you go to se11 and input the view that you want to see and hit on display, it will take you to the next screen.
in that screen you will be able to see the type of view it is .
This will be displayed just to the left hand side of the view name.
Regs,
SuryaD.
‎2010 Apr 20 9:09 AM
Hi,
I think the view created by you may be maintainence or help view, these cannot be
used in select queries for reports.
Regards and Best wishes.