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

retrieving data from view in ABAP

Former Member
0 Likes
1,289

Is it possible using query in ABAP to retrieve a data from a view V_CURC ?

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
806

Hi,

Since it is a mainteaneance view you cannot retrive data from that.

instead you can use for all entries to retrive same from TCURC,TCURT tables.

5 REPLIES 5
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
806

Hello,

Hard Luck !! You cant do so, its a maintenance view.

You can SELECT data from DB view only (e.g., TRDIR)

Suhas

Read only

Former Member
0 Likes
806

Hope it is possible.

Read only

GauthamV
Active Contributor
0 Likes
807

Hi,

Since it is a mainteaneance view you cannot retrive data from that.

instead you can use for all entries to retrive same from TCURC,TCURT tables.

Read only

Former Member
0 Likes
806

Hi,

Thanks. I have used TCURT table to retrieve currency and its details.

Read only

GauthamV
Active Contributor
0 Likes
806

If your requirement is met close the thread by rewarding helpful ansrwers.