Register relation dimension

Relation dimensions are registered in the same way as reference dimensions (see chapter Register reference dimension) except that relation dimensions can be registered at different process tree elements (process tree root, process type groups, or process types). For the registration at superordinate process tree elements, the same inheritance mechanisms apply as described in the introduction to the process tree configuration (see chapter Registration of measures and dimensions at the PPM system).

If necessary, the same relation dimension is registered individually at the corresponding process tree element for each relation for which it is to be available.

Example (extract from process tree configuration):

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE processtree SYSTEM

"KeyindicatorProcesstree.dtd">

<processtree name="Processes">

<processparamset>

...

</processparamset>

<functionparamset>

...

</functionparamset>

...

<processtypegroup name="Customer Services"

dbtablename="CUBE6">

<processparamset>

...

</processparamset>

<usereldim name="SOURCEFUNC"

relname ="REL_WORKS_TOGETHER"/>

<usereldim name="TARGETFUNC"

relname ="REL_WORKS_TOGETHER"/>

...

<processtype name="..." autovisible="TRUE">

<typifierrule function="..." priority="..."/>

...

<usereldim name="..." relname="..."/>

...

</processtype>

...

</processtypegroup>

...

</processtree>