on 2011 Dec 02 7:34 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
91 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.