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

Querying data from the maintenance view.

Former Member
0 Likes
588

Hi Experts,

Well, i need the STEXT field value from the maintanance view V_T591A created for the standard table T591A.

Table T591A has the field Subtype but doesn't have the field Stext, which consists the description of the subtype. The Stext field is there in the maintenance view V_T591A.

So, if i want to query the respective description of the specific subtype, how do i get the values from the maintenance view?

Please advice.

Thanks in anticipation to all!

Cheers,

Sundar.

Hi Experts,

Well, i need the STEXT field value from the maintanance view V_T591A created for the standard table T591A.

Table T591A has the field Subtype but doesn't have the field Stext, which consists the description of the subtype. The Stext field is there in the maintenance view V_T591A.

So, if i want to query the respective description of the specific subtype, how do i get the values from the maintenance view?

Please advice.

Thanks in anticipation to all!

Cheers,

Sundar.

3 REPLIES 3
Read only

Former Member
0 Likes
556

Just treat mainatainace view as another DB table and write the query on the same.

Regards,

Atish

Read only

0 Likes
556

Atish,

It is not possible that way! U cannot Query directly from MV as a DB table.

Anyways, i managed to find the answer.

Thanks though.

Regards,

Sundar.

Read only

Former Member
0 Likes
556

Thanks!