cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic OrgChart root not display in OrgModeler 4 SP 1

Former Member
0 Kudos

I got an error "Cannot find your OrgChart root...." when I configured OrgChart source as User Record -> OrgUnit ID

But I can set OrgChart root with specific root number, search in listing and click view in OrgChart, both work fine.

( There is no error in cds.log when visualized OrgChart. )

I used to done it in another client, OrgChart shown and I can create Scenario, so I configured in the same way in this cllient.

Is there any problem with the SAP Source Data? for example, relationship in HRP1001 or anything else.

Thank you.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

After I do initial load again, all problems are gone, I can view OrgChart in any case.

But today I got same issue, I'm not able to view OrgChar, so I check in Database and found that there are duplicate table of some table, for example: hrp1001_1, hrp1002_1, pa0001_1, etc. In table detail state that create date is yesterday, which I didn't do it for sure.

Is it because of SAP Data change and it auto copy data to database?

Former Member
0 Kudos

Hi Apitchaya,

The only automatic copy should be through the IDOC receiver. In this case though, it should be updating the existing tables (hrp1000, hrp1000, hrp1002, etc.). If new tables are being created, they are probably just backups, or copies of the tables for use in one of the scenarios you created.

Best regards

Matthew

Former Member
0 Kudos

Hi Apitchaya,

The User Record is most likely not getting populated properly. You can preview the contents by modifying the XML in the dataelement UserPopulationInfo. Add the following to the <extrainfo> section:

<item>

<name><![CDATA[Description]]></name>

<value><![CDATA[UserPopulationInfo]]></value>

</item>

<item>

<name><![CDATA[WIZARDTYPE]]></name>

<value><![CDATA[OTFADVANCED]]></value>

</item>

Then you can load the data element in the Data Center under the "...Nakisa RFC using multiple SAP Tables" option.

Cheers

Matthew

StephenBurr
Active Contributor
0 Kudos

If you use the same user in OrgChart in the same system, it works?

This feature relies on the user (in SAP HCM) being linked from their user id to PERNR (PA0105) and that they have an OU / Position in PA0001.

Stephen