Application Development 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: 

Data from maintainence view..

Former Member
0 Kudos

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

Read the data directly from the DB table or create a new view for it and read the data.

Thanks,

Sriram POnna.