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

Select data from Maintenance view.

Former Member
0 Likes
1,768

Hi,

Can any body tell me how do we select data from Maintenance view?

Thanks ,

Atul.

7 REPLIES 7
Read only

Former Member
0 Likes
911

hi atul

VIEW is nothing but the selection query

it contains only structure

select ..field1 field2

from zview

into table itab

where matnr = '11087'.

Read only

0 Likes
911

Dear Sudhakar,

Thanks for ur reply but it is giving me error that:

Zvew is not a database table or database view or projection view....!

Plz note that Zview is Maintenance view.

Thanks,

Atul

Read only

Former Member
0 Likes
911

No its not possible to retrieve data from maintainance view..

Reward if it helpful

Read only

0 Likes
911

Thanks Arun,

My requirement is select data from Maintenance view.

Can u plz suggest any alternative to it?

Thanks,

Atul

Read only

0 Likes
911

For this u have only one option according to my view.........

Take the tables for which they established join condition to constuct maintainaace view , and <b>write select querry using INNER JOIN</b> to fetch the related data by establishing join conditions.........

Reward points....

Read only

0 Likes
911

Just create a database view with the same fields, selection and join conditions as the maintenance view.

Rob

Read only

Former Member
0 Likes
911

hi

good

check the below link

http://www.ask.com/web?q=Howmanytypesofviewsinabap&qsrc=1&o=333&l=dir

thanks

mrutyun^