Skip to Content
0
Jul 22, 2016 at 02:52 PM

BPC NW 10.1 embedded BW 7.4SP13 : fox - copy with other infoprovider

276 Views

HI,

I would like to copy data records from info provider A to info provider B

But I have two problems of mapping :

the codification of key figure in infoprovider B is not the same : 0AMOUNT1 and not 0AMOUNT

The codification of characteristic in info provider B is not the same : 0ACCOUNT1 and not 0AMOUNT

INFOPROVIDER A INFOPROVIDER B 0ACCOUNT 0ACCOUNT1 0AMOUNT 0AMOUNT1

I would like tu use the FOX formula

DATA ACCOUNT TYPE 0ACCOUNT1.

INFOPROVIDER A.

FOREACH ACCOUNT.

{0AMOUNT1;ACCOUNT}=A.{0AMOUNT;ACCOUNT}.

ENDFOR.

But, it's KO, How to manage the mapping for KF 0AMMOUNT and the characteristic 0ACCOUNT?

Thanks

Bastien