Skip to main content
Question

Is is possible to pass the changes of the Knowledge Model to another copy of it in the different Package or Space? Via the option dependencies I didn't manage to do it. Thanks for the hints!

  • April 11, 2024
  • 2 replies
  • 38 views

bunyod.sap
Level 7
Forum|alt.badge.img
Is is possible to pass the changes of the Knowledge Model to another copy of it in the different Package or Space? Via the option dependencies I didn't manage to do it. Thanks for the hints!

2 replies

michael.kaemp
Level 5
Forum|alt.badge.img

Hi Bunyod,

how this works, I learned just yesterday. What you'll need to do is not a copy, but an extension of your knowledge model. Therefor your basic (first/main) KM must be of kind BASE - which it is most likely by default. You can see this in the first line of the YAML code of the KM (kind: BASE). Once you made sure, it's of that kind, you can extend it. To do so, click the three dot menu next to the KM's name in the navigation tree. There you'll find "Extend". Now set a name and select a data model for the new knowledge model, and confirm. And it's done.

BR Michael


bunyod.sap
Level 7
Forum|alt.badge.img
  • Author
  • Level 7
  • April 12, 2024

Hi Bunyod,

how this works, I learned just yesterday. What you'll need to do is not a copy, but an extension of your knowledge model. Therefor your basic (first/main) KM must be of kind BASE - which it is most likely by default. You can see this in the first line of the YAML code of the KM (kind: BASE). Once you made sure, it's of that kind, you can extend it. To do so, click the three dot menu next to the KM's name in the navigation tree. There you'll find "Extend". Now set a name and select a data model for the new knowledge model, and confirm. And it's done.

BR Michael

Hi Michael, Thanks very much for your detailed information. I will test it. I believe it helps also other celopeers. Appreciate your help. Cheers, Bunyod