Hello,
I need to build a custom extractor for a hierarchy. The hierarchy exists in R/3, but there's no standard datasource to extract it. I know I can upload it via flat file, but I have a question related to this.
Does anyone know if there's a program (standard or custom by SAP) or function module in R/3 which allows me to generate that flat file, with the required format by BW?
I would appreciate very much any help about this topic
Thanks in advance
Patricia
Hi Patricia,
if there is, I'd love to get hold of it.
I have only ever managed this by extracting the relevant data into Excel and then doing a long series of VLOOKUPS to establish parent and child ids.
I have a sample spreadsheet I can send you if you like.
Regards,
Mike
Hi,
1.Download the hierarchy from R/3 into a flat file and save it as a ".csv" file.
2.The file should be of the same type as that of the transfer structure.
3.The upload method would be thro' IDoc.
4.The node name for root node and all the text node(for which there is no info-object) would be 0HIER_NODE.
5.The structure would vary depending upon the hierarchy - time-dependent/sorted/with intervals,etc..
Add a comment