Hello all,
While loading the MD hierarchy from BW to BPC, due to the leading zeros in nodename the hierarchy is not getting extracted.
Though there were 4 leading zeros in the MD, i used ID(5:10) in mapping and was successful in extracting it in the desired format. But when I used the same logic for the MD hierarchy, it is not working out. So, I got a BAdi (in UJD_ROUTINE) created and tried to use it in the transformation file and still failed in it.
While debugging the BAdi in the MD transformation file, it was reading all the records. But during debugging in the MD hierarchy transformation file, it is not reading any records. Please Advise.
BAdi, dimension types that I specified...
DATA: lo_dim TYPE REF TO cl_uja_dim,
lr_dim_data TYPE REF TO if_uja_dim_data,
lr_hier_en_data TYPE REF TO if_uja_hier,
lt_mbr_name TYPE uja_t_dim_member,
lt_mbr_node TYPE uja_t_mbr_node.