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

maintenance view

Former Member
0 Likes
672

Hi Experts,

I have to read data from a maintenance view.

How can I do it?

Can I read data by writing a select query/

Regards,

Kushagra sharma

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
651

hi

for database view we can use select statement not maintenance view .. use FM.

VIEW_GET_DATA

5 REPLIES 5
Read only

Former Member
0 Likes
651

Yes.

Read only

0 Likes
651

Thanx

I tried

but system is giving an error saying that tat particular view is not maintained as dictionary view or table....

Please advice

Regards,

kushagra sharma

Read only

0 Likes
651

I think to put the SELECT Query that particular Object should exists at database level.

So can put query only on Database table, Project View and Database View.

Read only

Former Member
0 Likes
651

HI Kushagra,

you cannot use a select query for a maintenance view

instead you have to do the table joins, what ever maintenace view is usiing.

or you can use the FM VIEW_GET_DATA for getting the data.

For more info check this

Thanks!

Read only

Former Member
0 Likes
652

hi

for database view we can use select statement not maintenance view .. use FM.

VIEW_GET_DATA