Approver in Vacant Position

Hi,
This is related to Shopping Cart Approvals.
I am not able to find Vacant Position of Approvers.
Regards,
Maruti

Hi Maruti,
Could you please clarify your question? I have no idea what you are trying to do and what the problem is. Where do you try to find the vacant position?
Regards,
Martin

Similar Messages

  • BW HR Reporting Issue- Vacant Position & Filled Position

    Hi All,
    I am using the standard extractor 0hr_pa_os_1, it brings up two records for a position one with no pernr & with pernr. Loaded in the same way to cube.
    In my report I am  trying to display number of filled position and number of vacant positions. When I run the query it displays two entries for a position one with employee ID and the other with '#' sign. I tried to exclude the '#' employee from the report but it also removes the position which is vacant.
    Example,
    Position | Employee | Filled | Vacant |
    1002 | 7009 | 1 | 0 |
    1002 | # | 1 | 0 |
    1003 | # | 0 | 1 |
    Total shows as filled = 2 & vacant = 1. which is incorrect filled should show only 1, as the records in the query displayed twice I am getting the total as 2.
    when I exclude '#' from employee, it removes the position 1003 from the report and I am not able report on vacant position.
    Pls let me know is there a way to solve this.
    Regards,
    Anand

    Hi,
    looking at the data example, there could be couple of options.
    1) Exceptional aggregation on Position
    Create a formulae KF on the top of base KF with exceptional aggregation with reference to position to show unique count of position.
    2) Restricted KF
    Create 2 separate restricted KFs one each for filled and vacant. For filled, set a fillter condition of pernr ne '#' and for vacant the condition would be pernr eq '#'.
    Hope this helps?
    Thanks.

  • OM - Report S_AHR_61016509 Vacant Positions doesn't pull the Org Unit data

    Hello,
    When I run the report - S_AHR_61016509 Vacant Positions, it pulls all the vacant positions. But it does not pull the information on which Org Unit the vacant position belongs to.
    The end user would like to know which org unit the vacant position belongs to in the org structure, so if there is a new hire in that org unit, we can reuse the same position.
    Please guide.
    Thanks in advance.
    Madhu

    Hi,
    On the output, click on print preview button (ShiftF6). On the next screen, click on change layout button (CtrlF8). Select the 4 hidden fields and transfer them to the left pane and click on copy.
    You can then transport the output as excel too.
    Iu2019d recommend you to save the layout by going to Settings>Layout>Saving. You would then get an option on the report selection screen to specify the layout and you could save your variant accordingly.
    Hope this helps.
    Donnie

  • Org Info (Vacant Positions and Position details)

    Hi there,
    I would like to find some info regarding the following -
    1. Table or FM which would give the list of all org units in a company.
    I know that we could probably get them from hrp10001, but I would want to know if there is a table which holds all the org units created in a company along with their texts
    2. Given the org unit, can we find all the vacant positions in that org unit. If so how?Also what is the table to get the position text.
    3. Is there a table or FM to get the location/state/city of the position. I mean if the company has positions all over the country, can we find the locations of the corresponding positions.
    Any kind of suggestions or input is highly appreciated.
    Thanks
    M
    Edited by: M on Dec 22, 2008 7:27 AM
    Edited by: M on Dec 22, 2008 6:48 PM

    If maintained, the location details of the position could be found in HRP1028.
    Also, some companies use a relationship to link the location to the position. If such a relation exits, then you can pick it up from hrp1001
    - Mahi
    Edited by: Mahi on Jan 15, 2009 5:14 AM

  • How to create multiple vacant positions in OM!

    Hi all,
    I would like to know if there is any transaction code or report for creation of  vacant positions in OM , data being uploaded from an excel/text file.
    Regards
    Bharat

    Hi Bob,
    I am trying to use the report RHVOPOS0 to create Multiple Positions.
    But, when I am trying to use "Multiple Selection" arrow button, it asks me for Object ID. Since I want to create multiple position (S) objects, what ID is it asking for?
    Please enlighten. Thanks.
    Sita

  • BAPI or RFM for either HRP1007 Table or BAPI/RFM to see the vacant position

    Hi all
    i need BAPI/RFM to display the list of vacant positions .I knoe HRP1007 Table. but my requirement is BAPI/ RFM.
    Plz help me
    Thanks in advance.
    Hema

    Hello
    Please check if the FM 'RHPH_GET_VACANT_POSITIONS' suits your requirement.
    Regards
    Ranganath

  • How to get list of Vacant positions

    Hi Experts,
    We have to display all the vacant positions with the personnel areas.
    I know we have one standard report S_AHR_61016509. But it is not showing the exact values.
    Is there any other function module to get all the vacant positions.
    Many Thanks in advance,
    Kind Regards,
    Shiva.

    Hi Shiva,
    Pls check if the FM HR_GET_VACANCY_LIST or class CL_HRRCF_VACANCY suffices your requirement.
    Thanks,
    Teja.

  • Inactive cost center is able to be assigned to a vacant position or Org uni

    Hi,
    Is there a config that can be turned on which prevent inactive cost centre, ie cost centre which has been blocked to be assigned to a vacant position or a Org Unit?
    Thanks
    Regards,
    HR team

    sounds straightforward...
    just supply a simple report screen with cost centre parameter and employee select options.
    Loop through all the employees in the selection option ITAB
    apply the cost centre parameter to each
    remember this info in a suitable internal table you have declared
    process that itab
    update the infotype 0001 as suggested by Kumar by HR Maintain BAPI, or BDC  to PA30-IT0001 or HR INFOTYPE Operation function - whatever is preferable your end.
    2 hours coding - (optional - pass the results in a simple SALV for completeness)
    Your over thinking it - you just want a simple utility to manipulate the cost centre in the employee infotype

  • Vacant Position Problems

    Hey Guys,
    We are using the STVN 2.1 Live version of OrgChart and OrgModeler. I have attached both modules to the same org unit, where all positions are filled and HRP1007 infotypes are maintained.
    In both Modules all positions are showing up with the vacant position Icon in the chart, except for the scenario mode of the OrgModeler.  When in position statistics view on org units, all positions are falling under Occupied Positions.
    (example)
    http://i54.tinypic.com/15cm6c6.gif

    Problem Solved!!! It was a problem in the Templates_SAP/sappositionchartxsl.xsl file.
    We are using the STVN 2.1 JAVA version.
    Code changes
    <xsl:when test="string-length(/cds/data/record[1]/field[@name='Vacan']) != 0">
    now
    <xsl:when test="string-length(/cds/data/record[1]/field[@name='Vacan']) != 0 or
                    string-length(/cds/data/record[1]/field[@name='VACAN']) != 0">
    <xsl:when test="/cds/data/record[1]/field[@name='STATUS'] = 2">
    now
    <xsl:when test="/cds/data/record[1]/field[@name='Status'] = 2 or
                    /cds/data/record[1]/field[@name='STATUS'] = 2">
    SAP standard uses VACAN = X STATUS = 0 for open/vacant positions and VACAN = X STATUS = 2 for filled positions.
    The Problem stemmed from using "STAUTS" instead of" Status", I also added the same logic to the rest of the fields in the XSL file. I believe there are several more files that need to be fixed because the icons seem to change per view/Style.

  • Vacant Position Report

    Fellows
    I've got an Org. Structure containing Org. Units, Positions and Holders of Positions.
    Some Position are currently vacant, some are occupied and were vacant before.
    So now I'm creating a report of Vacant Positions. When I put the Reporting Key date as current date, the report brings the correct output of currently unoccupied Positions.
    When I put a date that is old and contains periods where some Positions were unoccupied, those Positions appear on the report as unoccupied and the vacant from/to column show the date that the Position was created.
    Assistance please.

    Yes I'm using the SAP Standard Report : S_AHR_61015516.
    I don't want to maintain Infotype 1007. I want it to be done automatically by the system in background.
    And depending on the Key date that I put in, when running this report I want to see specific period
    that the Position was vacant.
    Example:  I hire a Person on 01.09.2009 and Terminate/Fire the Person on 05.09.2009, then
                    Rehire him on 01.10.2009.
                    When I put the Key Date as 04.09.2009, I want the Vacant from/to column to show me that
                    this Person was Vacant on 06.09.2009 - 30.09.2009. 
                   And Staffing Status column show Occupied since 01.10.2009

  • Personnel Cost Plannling for Vacant Position, ECC 6

    I am implementing Personnel cost planning and simulation ECC 6, based on Payroll results and Projected pay for vacant position only, no issue in payroll results but i am not clear about the projected pay, vacant position based on wage element from IT 1015.
    for testing purpose i have created one position and made it vacant through vacancy infotype, then i have created 1015 record for that specific position and not on job. for 1015 i have created one sample wage element and assigned in 1015. I am not using the planned compensation infotype (1005) although if i do then i am able to collect, any way without 1005 i am planning to collect data PHCPDCOO. based on object type position, first issue, i am not sure which collection method should be used, expecting that "Data for Vacant Positions" method should work, that method is not working in my case and wage elements are not comming.
    kindly advice
    one more concern is while creating wage element through comp management, i could not see any place to assign wage element to cost items or symbolic account but assigned the cost elements while creating, is this enough ?

    Hi Muhammad,
    Did you get through? I am in the process of researching Personnel Cost Planning.
    How did you set up wage elements and assign them to the infotype 1015?
    And what would be the next process after that?

  • Cost Planning for vacant positions-

    Dear Experts:
    Can anyone tell me the best data collection method for Cost Planning for Vacant Positions.
    regards,
    Srikanth Reddy

    Yeah we do:
    Scenario is like this:
    Assume Business Planning is done at the begining of the Fiscal year.
    And Manpower Planning is also done at the same time for the fiscal year.
    Now, based on the MPP user would create Vacant Positions in OM.
    Periodicity of Cost Planning could be Yearly/ Quarterly/ Monthly.
    Whenever i create Vacant Position for Future Periods the system should calculate the Personnel Costs for the Vacant Positions for the same period.
    I just wanted to know, which method would be the best if anyone has done this before.
    regards,
    Srikanth Reddy

  • Users can see Vacant Positions

    Hi Colleagues,
    In the the application Nakisa OrgChart , version 4.0 SP1, Live.
    We need that users can not see vacant positions in Organization structure, it´s this funcionality supported by standard, it´s necessary add the HRP1007 table fields to the output table?
    regards,
    albano

    Hi Stephen,
    Not yet, I have checked the log, and it seems to be ok. There are not errors.
    When I try to active the new language in admin console (section 6 the activation steps).
    I only see the english languages, this is not a expected behavior?
    I appreciate your help.
    regards

  • Substitution - Investment program name, approval year and position ID

    Hi,
    I wish to create substitution in my level 1 WBS to populate Investment program name, approval year and position ID, but these 3 objects are not substituable fields in table GB01.
    RAIP1-PRNAM
    RAIP1-GJAHR
    RAIP1-POSID
    I have configured to use "Only Exit" as the field in txn OPSN. Our developer has informed me that the exit routine could not work due to no parameter.
    Anyone can help?
    Thanks.

    Hi,
    Call the FM "AIPP_ALLOCATE_POSITION_DARK" in the substitution exit.
    rgds, manjunadh.

  • Vacant Positions Deletion/Delimit

    Experts,
    We have not maintained Vacancy Infotype for any of the positions maintained in the organization. But we can wee there are more than 10000 vacancies are pending in our organization which needs to be deleted or delimited.
    Kindly provide me solution on the same at the earliest.
    Regards,
    Devendra.

    Something along the same lines of delimiting, but a pre-cursor to the process.  Identifying vacant positions - Running report S_AHR_61016509, and get an error message stating that I need to specify an object ID?  I want to be able to run the report open to ensure all vacant positions are identified?  Has anyone ever had that issue?  I am wondering if there was some type of setup that was missed when implemented?
    Please advise.
    Thanks.

Maybe you are looking for

  • Creating a list with different row sizes...

    I'm new to AS 3.0 and CS4 and I've been getting up to speed on all of it. I've used the List component before with my own CellRenderer. I now need to create a list with different row heights. The List component is great and does everything that I wan

  • Windows 8.1 Pro WMC, Radeon R290X and ASUS VG248qe, cable advisor fails

    I ran cable adviser and for my graphics section it fails. The result is: Memory:     Pass Processor:   Pass Graphics:    Fail  Your graphics card or driver doesn't support content protection It used to work under windows 7 but what I changed since th

  • Problem in fetching data from 0025IT

    Hello... Here we are working on One Page Profile and when i had made enteries in dev server  for employee first aparaisal in infotype 25 , it has shown one record correctly.But in the table HRP1001 , it created two records with same  dates and rating

  • How to scrap an expensed gr item

    Hi,    I have a requirment at the client that we need to scrap an expensed GR item. When I tried 551, it is asking for a storage location. But this item is not stored in any storage location.  It is expensed to a cost center during GR. Can anyone let

  • Future career growth in SAP BW Support JOB Profile

    Hi, I am new in SAP domain. I got a job in multinational company. My current job profile is SAP BW support. I was a fresher in SAP BW when i joined this organization. But they mainly involved in support and few implementation/Enhancement activities.