‎2008 Aug 06 10:44 AM
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.
‎2008 Aug 06 11:09 AM
maintainance view can be used for the tables , what are u going to do in reports?
‎2008 Aug 06 11:23 AM
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.
‎2008 Aug 06 11:32 AM