cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPC 10.0 NW complex mapping when loading data from flat file

Former Member
0 Likes
645

Dear Experts,

We need to load data from flat file creating conversion files for Account, Entity and CC (Cost Group); in source system the dimension is called Cost Center and in destination system the dimension is called Functional Area.

In CC/FA mapping we mostly have one to one mapping (CC1 to FA1) but there are some exceptions which are based on specific Entity member.

Example:

CC1 goes to FA1

but for Entity X with CC1 mapping should be

CC1 to FA5

How do I take care of these special cases?

Thanks in advance for the help

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor

It's possible to have conditional mapping when loading from flat file (IF in transformation file). But you need to provide a detailed sample!

Former Member
0 Likes

Hi Vladim,

Example:

source Account "KP1" is mapped to destination account "Acc1" when source Cost center is "NO_CC"

source Account "KP1" is mapped to "Acc2" for any other Cost center

Thanks

Answers (1)

Answers (1)

former_member5472
Active Contributor
0 Likes

Hi,

Is it possible to do all these logic in BW layer instead of BPC ? In that case your transformation/Conversion logic will be simple 1:1

Prat

former_member186338
Active Contributor
0 Likes

The question author is talking about loading from flat file. How BW is related???