
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
"Run PPM Organization Unit Interface" Report
This report runs the Organization Unit Open Interface.
It validates and imports data from the organization unit interface tables or an LDAP server into the standard PPM Center organization data model.
From PPM 9.42.0001 this report supports moving, renaming, disabling, and enabling org units.
To edit an org unit, you should populate relative columns in the KRSC_ORG_UNITS_INT table before running the Run PPM Organization Unit Interface report:
1..To move the org unit, populate the following columns:
a-GROUP_ID
b-ORG_UNIT_ID: current org unit ID
c-ORG_UNIT_NAME: current org unit name
d-PARENT_ORG_UNIT_NAME: name of the org unit where the current org unit will move
Note: When you move an org unit, the child org units under this org unit will also be moved.
2..To rename the org unit, populate the following columns:
a-GROUP_ID
b-ORG_UNIT_ID: current org unit ID
c-ORG_UNIT_NAME: new name of the current org unit
3..To disable or enable the org unit, populate the following columns:
a-GROUP_ID
b-ORG_UNIT_ID: current org unit ID
c-ORG_UNIT_NAME: current org unit name
d-PARENT_ORG_UNIT_NAME: parent org unit name
e-ENABLE_FLAG: "N" is to disable; "Y" is to enable.
Note: When you disable or enable an org unit, the security group and child org units of this org unit will also be disabled or enabled.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello Eduardo,
Thank you so much for your feedback.