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 read data in a program from a MAINTENANCE View

Former Member
0 Likes
818

Hi Experts,

Requirement:

1. I have maintained a maintenance view on three Database tables.

2.Data can be entered in the view as it is a Maintenace view as i have created maintenance generator for that and it is a requirement.

3. In one of my programs i need to read this data, into an internal table, that is maintained through this view.

Problem: When i am firing a SELECT query on this view, it goves me a syntax error that i cannot get data by select query on a Maintenance view.

Solution required for: Is there any way i can get the data from this Maintenance view.

Thanks in advance for your exteemed replies.

Regards,

Raghavendra Goutham P.

1 ACCEPTED SOLUTION
Read only

Former Member

Hi Experts,

Requirement:

1. I have maintained a maintenance view on three Database tables.

2.Data can be entered in the view as it is a Maintenace view as i have created maintenance generator for that and it is a requirement.

3. In one of my programs i need to read this data, into an internal table, that is maintained through this view.

Problem: When i am firing a SELECT query on this view, it goves me a syntax error that i cannot get data by select query on a Maintenance view.

Solution required for: Is there any way i can get the data from this Maintenance view.

Thanks in advance for your exteemed replies.

Regards,

Raghavendra Goutham P.

2 REPLIES 2
Read only

Former Member
Read only

Former Member
0 Likes
545

Hi,

Only projection view or database view can be used

in select query.

Find the tables used in view and

Select data into report program by

joining tables .

Regards

Amole