Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Custom made Extractor for Hierarchy related Data Sources

Former Member
0 Kudos

How to make custom made extractor for hierarchy related Datasources?

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

There are manny tools, you must give more information on your context (where/how is the hierarchy maintained in source system)

To build one from scrap/flat file/customer rule, read Loading Hierarchies from Flat File using the new DataSource and Transformation Technology and adapt.

Use search tools (google, SAP launchpad) there are many blogs/wiki/discussion.

0 Kudos

Hi Ray,

We are dealing with WBS Hierarchy datasource right now, in which we need to filter out some projects. So to fulfill this, we have made custom made FM and view and now we need to make custom made extractor to load this hierarchy.

So now can you suggest some steps or any T-code?

Either

  • Generate a supported hierarchy (like the one maintained by GS* transaction) in ECC with your code, then use transactions like BW07.
  • Code the generation of a 'flat file' output that you then map in BW to the hierarchy (structure NODEID INFOOBJECT NODENAME LINK PARENTID LANGU TXTSH TXTMD TXTLG)
  • Use some standard hierarchy and use RSAP0001/EXIT_SAPLRSAP_004 to change its results (e.g. C_T_HIENODE)