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: 

how can we fetch data from mentinance view.

former_member375669
Participant
0 Kudos

hi all experts,

i want to fetch the data from a mentinance view V_T572E.

i simply place the Select Query on it but it makes a syntex error.

can i do it .

if yes then how plz give any example. .

points will be awarded

thanks

4 REPLIES 4

Former Member
0 Kudos

fetch the data from

T572E

T572F

T582A

T582S

teables

by the use of common fields.

regards

shiba dutta

Former Member
0 Kudos

Actually, You can't fetch the data from maintainence veiw,but can fetch the same from database and projection veiw.

so try to fetch data from these tables

T572E

T572F

T582A

T582S

Message was edited by:

Amit Singla

Former Member
0 Kudos

Hi,

You cannot write a select statement for maintenance view. Go to se11 give V_T572E in view field and click on display button, you can see the tables that are used in this view. You can write select statement in these tables only to get the desired output.

Thanks,

Sri.

former_member375669
Participant
0 Kudos

thanks to all