cancel
Showing results for 
Search instead for 
Did you mean: 

OrgChart 3.0 SP 1- vacant icon in occupied position box

Former Member
0 Kudos
82

Hi expert,

We have implemented org chart 3.0 sp1 staged environment.

I have one issue. in position hierarchy, i see vacant position icon for filled positions. I have excluded IT1007 during the extraction all though it comes.

please give some inputs, how to remove it?

Thanks

Dave

Accepted Solutions (0)

Answers (2)

Answers (2)

StephenBurr
Active Contributor
0 Kudos

Dave,

If you aim is to simply remove the vacant icon fully then marking the BAPI called to get this data as downloadable = False should stop this.

See functionconfiguration.xml - do not extract vacancies (this is done by marking the functionas downloadable = "False"):

<function name="BAPI_SAP_NakisaRfcProcessor_PositionVacancy_Staged" critical="True" encoding="Unicode">
<download>False</download>

Stephen

Former Member
0 Kudos

Hi Steve,

Thanks for your reply and my apologies for not responding quickly.

Your suggestion is excellent plan B. If we won't resolve the issue by adding FM /NAKISA/RFC_POSVACANCY. We would open discussion with business for this solution.

Many Thanks

Dave

lukemarson
Active Contributor
0 Kudos

Hi Dave,

The vacancy code looks to see if the Vacan field is populated (HRP1007-VACAN). If it is then it checks if the STATUS field = 2, in which case it shows the position icon. If STATUS does not equal 2 then it displays the Vacant icon. If Vacan is not populated then it displays the Open position icon.

This might not match with your SAP logic.

Best regards,

Luke

Former Member
0 Kudos

Hi Luke,

Thanks for reply. Apologies for not responding soon. We are missing FM /NAKISA/RFC_POSVACANCY. We downloaded SP1 ABAP Add on once again to get this to our system.

I will be testing it soon and update you the results.

Best Regards

Dave