Hi all
I m having a slight problem with a table control. First this is my table:
MANDT MANDT
INVID ZIC_INVID
INVLINE ZIC_INVLINE
.INCLUDE ZIC_ITEM
.INCLUDE ZIC_GLACCOUNT
.INCLUDE ZIC_MATERIAL
.INCLUDE ZIC_FI_ITEM
I have different includes in my table, because I have more then one table control, but everyhing is related so i work with includes.
In one of the includes i have an amount and currency.
First the amount is for example 1,00 and the currency is EUR. if i should change this to JPY i expect that the amount should change to 1 JPY like in transaction fv60, but this is not the case.
In my table i have a reference of my amount to the currency.
Also in the table control i have a reference. Is there something that I m missing?
thanks
Message was edited by: Kristof De Bruecker
Hello,
If you change the currency in the table control, you also should change the target amount as maintained in the foreign key relations. Otherwise it will not be converted automatically.
regards,
Naimesh
In amount column of table control you must to refer to waers column of that table control.
Are you doing it?
Add a comment