Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to get data from view using select statement

Former Member
0 Likes
1,466

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,128

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.

5 REPLIES 5
Read only

Former Member
0 Likes
1,129

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.

Read only

0 Likes
1,128

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

Read only

0 Likes
1,128

hi,

when u enter a view on left hand top where the name is given there type is also written.

check it.

Thanks

Gaurav.

Read only

0 Likes
1,128

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.

Read only

Former Member
0 Likes
1,128

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.