cancel
Showing results for 
Search instead for 
Did you mean: 

Nakisa - Dotted line relationships between Organizational Units

Former Member
0 Kudos

NHi,

I know that for dotted line relationships the application uses ZNG and 005 by standard: ZNG for O to S and 005 for S to S. I also changed these ABAP Add-on paramters to use another custom relationship S-S  that I created on SAP.

However, the client requirement is to manage also a dotted line relationship between two Organizational Units for a custom relationship we created on SAP. Is it possible (and how) to do this? I guess I have to create another Abap Add on parameter in the Data Center and do a custom development on SAP ECC. Is it right?

Can you help me?

Thank you very  much for your collaboration.

Domenico

Accepted Solutions (1)

Accepted Solutions (1)

StephenBurr
Active Contributor
0 Kudos

You would need to return the dotted child OU in your RFC but also mark it in some way as dotted (e.g. field OU_DOTTED_OU and set to X).

Then create a sub-category group in the relevant hierarchyconfiguration XML:


<subcategory defaultdisplay="Seperate" grouped="false" name="Dotted" separate="false">

<identificationfilter><![CDATA[OU_DOTTED_OU = 'X']]></identificationfilter>

<caption key="Dotted"><![CDATA[Dotted]]></caption>

<altviewfornonfiltered></altviewfornonfiltered>

</subcategory>

That is way I would look to do it ... would be good to test the principle first before you fully code.

Stephen

StephenMillard
Active Contributor
0 Kudos

Hi Domenico.

Has Stephen's response answered your question?

Regards,

Stephen.

Former Member
0 Kudos

Yes,

thank you very much.

Regards,

Domenico

Answers (0)