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

Issue with Cost centre retraction in BPC10.1-LOAD_DIMENSION_MEMBERS

former_member382811
Participant
0 Likes
536

Dear Experts,

I m doing cost center retraction from BPC to ECC .. while doing this i am facing few issues with the BADI.

In this badi, previously they have implemented the method

.LOAD_DIMENSION_MEMBERS

IF_UJA_DIM_DATA~GET_MD_HANDLER -- this method says assert = 1 depreciated kindly use API method,

Kindly help me the alternate method to resolve the issue

Load all the master data for all dimensions

loop at it_dim_list into ls_dim_dtl-dim_name.

call method me->load_dimension_members
exporting
i_dim_name = ls_dim_dtl-dim_name
importing
e_dim_mbrs_ref = ls_dim_dtl-dim_md_ref.

insert ls_dim_dtl into table pt_dim_mbrs.

endloop.

How to overcome this issue!!

Regrds,

Venu

Accepted Solutions (1)

Accepted Solutions (1)

former_member194529
Active Contributor
0 Likes

HI Venu,

Please can you check the correct Community Tag for BCP topic? I am afraid we won't be able to help much from IBP perspective.

Regards,

Ivan

Answers (0)