cancel
Showing results for 
Search instead for 
Did you mean: 

Modify nodes FM

amine_lamkaissi
Active Contributor
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

sander_vanwilligen
Active Contributor

Hi Amine,

I suggest to work with Function Module RSNDI_SHIE_STRUCTURE_GET3 for retrieving a lot of information re. the current Hierarchy. However, I strongly recommend to not use the other Function Modules to create a new Hierarchy.

An approach could be to use the 7.0 Hierarchy Transformation i.c.m. the above mentioned Function Module in the Start Routine.

Best regards,

Sander

amine_lamkaissi
Active Contributor
0 Kudos

Hi Sander,

Thanks for your answer.

What i.c.m stands for?

thanks.

Amine

sander_vanwilligen
Active Contributor
0 Kudos

Hi Amine,

I wanted to write: i.c.w. (in combination with).

Sorry for the "typo" and unclear abbreviation...

Best regards,

Sander

Answers (0)