on ‎2019 Oct 30 1:45 PM
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?


Request clarification before answering.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AMOUNT mapping is missing!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 7 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.