cancel
Showing results for 
Search instead for 
Did you mean: 

Manager Position Sorting in OrgChart Box.

Former Member
0 Kudos

Dear Experts,

We are Implementing Nakisa 4.0 SP1, we are facing some problem in Manager Position sorting in OrgChart Box. Please any help me on the same.

In my client SAP system having More than one manager positions eg: 4 manager positions in one OrgUnit and all managers should display in OrgChart box, all 4 Manager details are displaying in OrgChart box but those position are not in sorting order, Position should be sort like first HR Deputy Manager and follows HR Manager then HR Assistant Manager but my OrgChart box displaying different way.

Please find the current sorting order in OrgChart box screenshot for your reference.

Sorting order should display

1. HR Deputy General Manager

2. HR Manager

3. HR Assistant Manager

4. HR Assistant Manager.

Please help me how to sort the positions in OrgChart box, thank you so much in advance for your great help.

Best Regards,

Vijaya.

Accepted Solutions (1)

Accepted Solutions (1)

StephenBurr
Active Contributor
0 Kudos

From memory I think you will have to change the logic in the RFC to achieve this.

Look at function module:


/nakisa/oc_ou_structure

You could use an implicit enhancement point to undertake a sort on the structure "orgunit_structure" at the end of the function.

Stephen

Former Member
0 Kudos

Hi Stephen,

We are trying run this functional module but it is not returning any data after enter the ORGUNIT_ID and PARENT_ORGUNIT_ID also.

Could you please help me, this issue is creating big impact in my client environment.

Best Regards,

Vijaya.

StephenBurr
Active Contributor
0 Kudos

Within the AdminConsole there is a section called Application Wide Settings. In it is "RFC Trace".

Use this (see instructions on p50 of "OrgChart_VSN40_SP1_Admin_En.pdf" for example) to trace the call to SAP and confirm the input parameters. You can then replicate direct into SE37 and record a test case in the Test Data Directory.

I believe you will need to add an enhancement to resolve this. It won't take you long (couple of hrs).


Stephen

Former Member
0 Kudos

Hi Stephen,

Thank you so much for your guidance, we are trying to resolve this issue.

I am hoping that, if we change the logic in FM that will resolve the issue.

Best Regards,

Vijaya.

Former Member
0 Kudos

Hi Stephen,

We have enhanced the functional module in SM37, after enhancement Nakisa application not displaying any data and displaying error like "Cannot find the root of your OrgChart. The OrgChart box may have been deleted or incorrectly specified, or no valid org structure can be found for the selected effective date. Please change the root of the chart or select another effective date."

And we revert back our enhancements, now application displaying OrgChart properly.

Could you please help me on this issue?

Best Regards,

Vijaya.

Answers (1)

Answers (1)

Former Member
0 Kudos

Nakisa RFC render's information to application same way it receives from SAP system.

Either go with Stephan's suggestion to change the sort logic in RFC using enhancement point

Or ask Nakisa to guide you guys to meet this requirement.

Thanks,

Hardeep