2009 Feb 03 10:35 AM
Is it possible using query in ABAP to retrieve a data from a view V_CURC ?
2009 Feb 03 10:47 AM
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.
2009 Feb 03 10:43 AM
Hello,
Hard Luck !! You cant do so, its a maintenance view.
You can SELECT data from DB view only (e.g., TRDIR)
Suhas
2009 Feb 03 10:43 AM
2009 Feb 03 10:47 AM
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.
2009 Feb 03 11:31 AM
Hi,
Thanks. I have used TCURT table to retrieve currency and its details.
2009 Feb 03 11:46 AM
If your requirement is met close the thread by rewarding helpful ansrwers.