Application Development 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: 

Select data from Maintenance view.

Former Member
0 Kudos

Hi,

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

Thanks ,

Atul.

7 REPLIES 7

Former Member
0 Kudos

hi atul

VIEW is nothing but the selection query

it contains only structure

select ..field1 field2

from zview

into table itab

where matnr = '11087'.

0 Kudos

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

Former Member
0 Kudos

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

Reward if it helpful

0 Kudos

Thanks Arun,

My requirement is select data from Maintenance view.

Can u plz suggest any alternative to it?

Thanks,

Atul

0 Kudos

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....

0 Kudos

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

Rob

Former Member
0 Kudos

hi

good

check the below link

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

thanks

mrutyun^