Hi everyone,
I am trying to create a new node for a hierarchy in SAP BW.
Here an example from DEV:
In the ABAP i retrieve hierarchy for InfoObject 0COSTCENTER with function moduleRSNDI_SHIE_CATALOG_GET.
After retrieving the hierarchy for 0COSTCENTER, I need to build a new hierarchy node.
The idea is to build a superio hierarchy node which is going to include in my examples my two chid nodes.
May be i can perform it with those following FMs RSNDI_SHIE_BW_NODENAMESCREATE3 and/or RSNDI_SHIE_STRUCTURE_UPDATE3.
I can't find examples ABAPs using these function modules, neither can I find ocumentation.
Can anyone tell me which functions I need to use in what order from the function group RSNDI_SHIE or give me an example?
Many thanks in advance,
Amine