I'm struggling with importing multiple customer hierarchy. Row 1 and 2 works fine, but having issue with row 3-5. I get below issue:
HZ-HZ_IMP_TREE_NODE_EXCEPTION (HZ- -1) Details: HZ-HZ_IMP_TREE_NODE_EXCEPTION Cause: The message, HZ-HZ_IMP_TREE_NODE_EXCEPTION, can not be accessed. Action: Report this problem to an administrator.
Tried to made some edits in the position but no success. Checking some reference in the knowledge search but can't find same scenario.
| CustomerHierarchyMember_HierarchyType | CustomerHierarchyMember_HierarchyCode | CustomerHierarchyMember_PartyOrigSystem | CustomerHierarchyMember_PartyOrigSystemReference | CustomerHierarchyMember_ParentPartyOrigSystem | CustomerHierarchyMember_ParentPartyOrigSystemReference | CustomerHierarchyMember_AsOfDate |
| 1 | HZ_CUSTOMER_HIERARCHY | TESTNODE | CSV | ABB1 | | | |
| 2 | HZ_CUSTOMER_HIERARCHY | TESTNODE | CSV | ABB1.1 | CSV | ABB1 | |
| 3 | HZ_CUSTOMER_HIERARCHY | TESTNODE | CSV | ABB2.1 | CSV | ABB2 | |
| 4 | HZ_CUSTOMER_HIERARCHY | TESTNODE | CSV | ABB2.1 | CSV | ABB3 | |
| 5 | HZ_CUSTOMER_HIERARCHY | TESTNODE | CSV | ABB4.1 | CSV | ABB4 | |
Please advise. Many Thanks!