cancel
Showing results for 
Search instead for 
Did you mean: 

Required Hierarchy data in those Attribute Datasources

Former Member
0 Kudos

Hi Gurus,

we have the generic datasources for attributes, now my user saying that he has the required hierarchy data in those attribute datasources, and he wants to load these attribute data to hierarchy.

Now my question is :- Is it possible to load hierarchy from the attribute datasources??

If posible how we can?

if not possible, can anyone suggest how we can solve this issue??

Thanks in advance,

Venkat.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

It done

Former Member
0 Kudos

Hi,

The only solution is to write an abap program.

This program will read the characteristic and its attributes after it's been loaded to BI. Help to the values of the attributes, you generate a flat file with the required structure needed by BI (interval or not, time dependancies or not). The values of the attributes will help you designing the 0HIERNODE rows of the file. The values of the characteristic will be inserted as a record in the correct nodes.

You will have then to load the file help to a direct infosource based on the same characteristic, from a file source system that time.

Regards