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

Selecting Data From Maintainence View

Former Member
0 Likes
656

Hi,

I have a requirement to select data from V_001_B view,

but it's a maintainence view,

When use this in FROM clause, i get a syntax error .

Is there any other way say FM etc to select data from Maintainence views.

regards,

Raghavendra

5 REPLIES 5
Read only

Former Member
0 Likes
608

Hi,

You can't select Data from Maintenace view.

Data can only be selected either from Projection or Database View.

You can select it from the corresponding tables.

Regards,

Nitin

Read only

Former Member
0 Likes
608

Find the underlying database tables for the maintenance view and write the select on that table.

Regards,

Ravi

Read only

Former Member
0 Likes
608

Hi,

Check the tables which are used in this view V_001_B. based on your select fields, you can use the respective tables and write separate Select statement using join for those respective tables.

thanks,

sksingh

Read only

Former Member
0 Likes
608

Hi Raghu,

check for the underlying database tables for the maintenance view exists and write the select on that table.

regards

Manish yogendra

Read only

Former Member
0 Likes
608

Hi Raghu,

check for the underlying database tables for the maintenance view exists and write the select on that table.

regards

Manish yogendra