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
560

Hello Freinds,

I need to use a maintenance view in my report program to populate the fields of an internal table.

But I am getting the error that the view which I am using is not an error " "V_T350I" is not defined in the ABAP Dictionary as a table, projection

view, or database view."

Kindly let me know the method of using a maintenance view in the report.

3 REPLIES 3
Read only

Former Member
0 Likes
532

maintainance view can be used for the tables , what are u going to do in reports?

Read only

0 Likes
532

Hi..

I need to use a maitenance view like a DB table for extracting data.

the syntax I am using is

SELECT ilart ilatx FROM v_t350i

INTO CORRESPONDING FIELDS OF table

gi_v_t350i.

v_t350i is the name of maitenance view which I need to use.

Read only

0 Likes
532

Hi,

Check this thread.