cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Root Issue

Former Member
0 Kudos

Hello, I want to know if there is a way to convert infoobject master data to hierarchical format?

I have 0Customer which has data like this:

Customer Number
101
102
103
104


I want all these customer numbers to show up in a hierarchy format like

-Customer Number
--101
--102
--103
--104

all customer numbers under root node.

Thanks. 

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes create selection under structure and you will be able to do that. Name the selection as customer !

Former Member
0 Kudos

What will happen when customer numbers get added? I think i want to load these into Hierarchy table some how but don't know how to do that.

Former Member
0 Kudos

There are 2 things:

  • One is customer hierarchy which is a completely different way of extracting (Using datasource 0CUSTOMER_LKLS_HIER)
  • The one you are talking about is just to arrange all customer numbers in master data table under a head called "customer" in your query display and this can be achieved by just creating a selection and assigning 0customer infoobject to it and it will automatically take care of new customers added if there is transaction data against it

Let me know what you want to achieve.

Answers (0)