‎2009 Apr 16 11:43 AM
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
‎2009 Apr 16 12:11 PM
hi
for database view we can use select statement not maintenance view .. use FM.
VIEW_GET_DATA
‎2009 Apr 16 11:47 AM
‎2009 Apr 16 11:49 AM
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
‎2009 Apr 16 12:10 PM
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.
‎2009 Apr 16 12:01 PM
‎2009 Apr 16 12:11 PM
hi
for database view we can use select statement not maintenance view .. use FM.
VIEW_GET_DATA