Hi All,
Formula in conversion sheet doesn't work. BPC 10.0 CPMBPC801 SP 9. Below is the transformation file. Two fields are of importance -
1. 0COPASLQTY (BW Key Figure) mapped to signeddata
2. 0COPASLQTU (BW Unit) mapped to account. This could be KG or TO (tonnes).
*OPTIONS
FORMAT = DELIMITED
HEADER = YES
DELIMITER = ,
AMOUNTDECIMALPOINT = .
SKIP = 0
SKIPIF =
VALIDATERECORDS=YES
CREDITPOSITIVE=YES
MAXREJECTCOUNT= -1
ROUNDAMOUNT=
*MAPPING
Category=*NEWCOL(Actual)
RptCurrency=*NEWCOL(LC)
TIME=0FISCPER(1:4) + *STR(.) + 0FISCPER(6:7)
Product=0MATERIAL
COST_CENTER=0PLANT
Customer=*NEWCOL(Dummy_Customer)
PROFIT_CENTER=0PLANT
Account=0COPASLQTU
Segment=0PLANT
SIGNEDDATA=0COPASLQTY
*CONVERSION
PROFIT_CENTER=Planttoprofitcenter.xls
Segment=PlanttoSegment.xls
COST_CENTER=PlanttoCC.xls
Account=Account_KG_TO.xls
Below is the conversion file -
External Internal Formula
TO Vol_in Value*1000
KG Vol_in
The data gets loaded to Vol_in from both TO and KG but as is. The conversion from tonnes to KG is not happening. Any help is much appreciated.
Regards,
Ashish