‎2007 Mar 12 9:05 AM
Hi,
I am a functional person. I want to know the solution for the below one:
I got one error, in that they given data is not in Tabel TCURC, Now i don't no the Tcode for that table, How can i know that Tcode with table TCURC.
URGENT
Rgds
sunfico
‎2007 Mar 12 9:07 AM
hi,
go to txn
SE11give <b>table name</b> as TCURC
execute it. u will get tge records in that table.
Regards
Anver
‎2007 Mar 12 9:08 AM
‎2007 Mar 12 9:12 AM
Go to SE16;
Give the table name and press enter .
In the next screen enter the value you are looking for and execute.
u will find whether the data u are searching is available or not.
‎2007 Mar 12 9:12 AM
Hi....
Go to the transaction <b>SE11</b>.
It is (<b>ABAP Dictionary</b>) the transaction which contains all tables .
in that transaction enter the table name as TCURC. and press display button.
then :
<b>UTILITIES>TABLE CONTENTS>DISPLAY.</b>
Now press f8 (Execute) now u fill find the contents of that table....
you can also use the transaction <b>SE16</b>
Reward points if useful...
Suresh.....
‎2007 Mar 12 9:18 AM
Hi,
Four poeple has given response, but i know SE11 and SE16.
<b>If I don't no the Tcode and the path. I know only table name, then how can i know the table name.</b>
Rgds
sunfico
‎2007 Mar 12 9:21 AM
Check my answer, I gave you the maintenance path for TCURC table
‎2007 Mar 12 9:21 AM
If I don't no the Tcode and the path. <b>I know only table name</b>, then how can i know the table name.
didnt get, what u posted
‎2007 Mar 12 9:14 AM
Hi
Table TCURC does not have a transaction code.
To check for the error that you are getting.
Goto SE12
Give database table name as TCURC
Select Display
View the contents by pressing ctrlshiftF10 and then F8
The currency that you are specifying is not maintained in this table.
That is you do not have any entry for that currency in this table.
Hence you are getting the error.
Reward if useful.
Regards,
Suruchi
‎2007 Mar 12 9:15 AM
SPRO path
IMG -> General Settings -> Currencies -> Check Currency codes (this sets TCURC)
On netweaver
IMG -> SAP Netweaver -> General Settings -> Currencies -> Check Currency codes (this sets TCURC)
Also in the same path there are host of other currency related transaction
Reward those snippets which helped you, it does encourage!
‎2007 Mar 12 9:16 AM