on ‎2017 May 17 7:36 AM
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
Request clarification before answering.
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
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 | |
| 15 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.