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

question on BPC conversion file for multiple selections

Former Member
0 Likes
530

Hi Gurus,

I have a requirement where useres want to load the data for entity - FRA and FRACI from BW provider, and map both to the Entity 'FRA' in BPC.

The package is only bringing FRA entity and not FRACI. below are selections and log.

for Ex in source we have data as below -

I have written the conversion file as below which will convert FRACI entity to FRA -

and transformation file as below -

can you please advise what i am missing?

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member186338
Active Contributor
0 Likes

I can recommend to implement very simple routine badi with endless loop to enter debug:

  method IF_UJD_ROUTINE~RUNROUTINE.
  DATA i_d TYPE C. " for bg debug.
  CLEAR i_d.
  WHILE i_d IS INITIAL.
  ENDWHILE.
    er_data = ir_data.
  endmethod.

In tr SM50 you can enter debug and look on er_data to see the real picture!

Former Member
0 Likes

Hi Vadim,

Sorry that was a typo. i corrected that now, but i still have the same log Vadim.

Former Member
0 Likes

Hi Vadim,

Rest of the conversion files as below -

Please note that i use this transf/conv file for other entities also. I am just facing a problem with FRACI conversion

ACCOUNT_FTE

CATEGORY_W01

TIME_BWIP

former_member186338
Active Contributor
0 Likes

Once again "AMOUNT mapping is missing"

former_member186338
Active Contributor
0 Likes

Strange thing:

former_member186338
Active Contributor
0 Likes

AMOUNT mapping is missing!

Former Member
0 Likes

Hi Vadim,

Amount is mapped at the account dimension here where ZIPA is the Keyfigure value-

This is working for entities