cancel
Showing results for 
Search instead for 
Did you mean: 

Embedded Consolidation BPC 11.0 on BW/4HANA execute successfully but 0 records generated

former_member636080
Discoverer
0 Kudos

Dear Experts,

We are now implementing the SAP BPC Embedded Consolidation for BW/4HANA. We have configured all prerequisite data to execute the Consolidation step and added the Business Rule in Task Sequence.

When we execute this task in Consolidation Monitor, we found no errors, but 0 records generated. We already maintain Global Parameter as mentioned in the SAP Note: https://launchpad.support.sap.com/#/notes/2482819

But we found no luck.

Also, I have debugged the Consolidation via the program BPC_TASK_SEQ_TEST and found that its method LINK_RULE_WITH_DATA has not got the value parameter i_own_timeid

and field direct_group_id is empty in the internal table DT_CURR_OWN_W_METH as a piece of code below.

LOOP AT DT_CURR_OWN_W_METH into ls_ownership

" <l_timeid> " or <l_timeid> is INITIAL )

" xief 20100506 --- note 1445066

where timeid = i_own_timeid "and entity = <l_entity>

and direct_group_id = <l_group>.

I tried to fix the value while debugging then the record can be written back. And I also found that the parallel execution is not working even I put the parameter in SPRO.

Please help suggest any step I may miss.

Best Regards,

Sukanya N.

BPC Consultant

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member636080
Discoverer
0 Kudos

Dear Experts,

We already fixed this issue. It is from our configuration that we use InfoObject with conversion routine "ALPHA". Also the period InfoObjects we used in Category must be 3 digits.

Thank you,

Sukanya N.

BPC Consultant