‎2008 Sep 08 5:59 AM
Hello to all,
I need to get data from the maintenance view but we can not apply select query to maint.. view please suggest some alternate for doing the same...
Thanks & Regards
Ashu Singh.
‎2008 Sep 08 6:03 AM
Ashu
Check which tables are used in the Maintenance View through SE11... and Do select query with appropriate join on those tables to fetch the required data.
Thanks
Amol Lohade
‎2008 Sep 08 6:03 AM
Ashu
Check which tables are used in the Maintenance View through SE11... and Do select query with appropriate join on those tables to fetch the required data.
Thanks
Amol Lohade
‎2008 Sep 08 6:04 AM
Hi,
Read the data directly from the DB table or create a new view for it and read the data.
Thanks,
Sriram POnna.