How to map the column in t_src_item_tmpl which needs to populate the value into the desc column of l
Hi All,
We have code(p2a1) and description(p2a1_desc) column in level table t_ep_p2a1. But t_src_item_tmpl table has only one column t_ep_p2a1, there is no description column.
As there is only one column in tmpl table, same value is getting updated to both code and desc column of level table.
We want to load the code and desc to the respective column of level table. So we need to map the column in tmpl table accordingly.
Please help me to map the columns here.
Thanks,
Raja