Part-appraisers for 360 Feedback

Hi guys,
Have anybody ever had to treat different part-appraisers in a 360 feedback process?
My client needs some different types of part-appraiser: subordinated, pair and internal customer (and also self and manager appraisals). All these “types” of appraiser are represented by P object.
Then, in their appraisal calibration process, they need to analyze an employee behaviour/competence individually by seeing these different appraisers evaluation.
The alternative I though was the creation of different sub-status and, by BADI HRHAP00_COL_ACCESS implementation, set columns access based on status/sub-status combination. However, in standard system I have just a generic part appraisal so it would not be enough to a detailed calibration process.
I’d appreciate if you could give some suggestions and tips.
Regards.
Glaucia Miatto

Dear Carmen,
360° feedback is a process & not an iview. You have to define the process template at backend R/3 system & with the help of different iviews available employee can complete the process.
Hope this answer will help you.
Thanks & regards,
Vikas

Similar Messages

  • Error while creating part appraisers using HRHAP_DOCUMENT_CREATE

    Hi All,
    I was able to successfully create a appraisal document by using HRHAP_DOCUMENT_CREATE function module.
    There was a additional requirement that part appraisser details also need to be updated while the document is created.
    I am getting an error saying
    Maximum of 00 part appraisers allowed for template
    When i create the document  by using  transation PHAP_CREATE for the same template i am able to create part appraisers and there it says the maximum part appraisers is 14
    The more puzzling aspect is that when i try to add the part appraisers for the same document via HRHAP_DOCUMENT_MODIFY i am able to do so.
    Kindly let me know if i am missing something while creating the document.
    Any help is highly appreciated

    Hi
    You have, as far as i can determine without seeing the template,defined no Part Appraiser Column (PAPP) in your template. But you have defined a function on the template to automaticly default the part appraisers.
    On the Appraisal document persons (appraiser / appraisee) are getting defaulted as part-appraisers although no part appraisal column excist,and therefor 00 Part Appraisers are allowed. This gives the error. Remove the Part Appraisers default functionality from the template and this problem will be solved.
    FYI: The reason why this doesn't give a business check error is that the functions to default participants are BAdI's and we have no means of determining wether or not a BAdI implentation will create an inconsistency on the appraisal document.
    Also, the reason that it occurs as a S message and not as E or W is because of programming restrictions in combination with messages. All errors on the Appraisal Document will come as 'S' messages.

  • How to restrict maximum 5 part appraisers in the Appraisal template

    Dear All
    Our requirement is to allow maximum 5 part appraisers in the Appraisal template. Currently the System is calculating & restricting to only 2 part appraisers (as the total columns used is 16).
    Even on using the BADI - Maximum Number of Part Appraisers (HRHAP00_MAX_P_APPER), we are not able to attach more than 2 part appraisers as the defaulted value is overriding the BADI value. This is because as per BADI - Maximum Number of Part Appraisers (HRHAP00_MAX_P_APPER) : The calculated number of part appraisers must always be greater than the desired number of part appraisers. If this is not the case, the system outputs an error message and resets the desired value.
    Also the link http://help.sap.com/saphelp_rc10/helpdata/en/ae/ec6f01d143e141992f22fcf31a7aaa/content.htm says - "In the case of an approval process for a 360° degree feedback, you do not need to restrict the number of part appraisers. In all other part appraisal processes, the system restricts the maximum number of part appraisers". But even in 360° degree template, on selecting 16 columns the system is calculating & defaulting 2 part appraisers.
    Kindly advice how to restrict the no. of part appraisers to 5 when the system is calculating only 2 part appraisers as we are using 16 columns in the Appraisal template.
    Regards
    Ravindra

    Get Maximum Number of Part Appraisers
    Functionality
    The method determines the calculated number of part apparaisers.
    Result
    The number of desired part appraisers is returned.
    Notes
    The calculated number of part appraisers must always be greater than the desired number of part appraisers. If this is not the case, the system outputs an error message and resets the desired value.
    Parameters
    FLT_VAL (Import) Parameter FLT_VAL of Method MAXIMUM_NUMBER_GET
    CALCULATED_NUMBER (Import) Calculated Number of Part Appraisers
    MAXIMUM_NUMBER (Export) Number of Part Appraisers (set by implementation)
    see the note 530913 that ie no of appraisers are stuck at 17
    ELSE.
    no_of_part_appraisers = ( c_column_max_number - l_total_columns )
    DIV l_part_columns.
    ENDIF.

  • How to handle multiple part appraisers in OSA

    how do I configure the system for two part-appraisers and one final appraiser?
    1. do I need to configure two standard columns PAPP?
    2. how do I autorize partappr1 to access PAPP column 1 and partappr2 to access PAPP column2?
    3. how to specify who the part appraisers are? ex. john doe is partappr1 and mary jones is partappr2.
    4. do I need two process steps in the process flow (step1="partappr1 feedback completed", step2="partappr2 feedback completed" )
    Thanks,
    Tiberiu

    Hi Tiberiu,
    1. do I need to configure two standard columns PAPP?
    - No, one column is enough. system will occupy separate columns for each of the part appraisers.
    2. how do I autorize partappr1 to access PAPP column 1 and partappr2 to access PAPP column2?
    - In column access tab you can select "Phase dependent access for owner" ,in the Default field
    3. how to specify who the part appraisers are? ex. john doe is partappr1 and mary jones is partappr2.
    - There part appraiser names are determined when the form is first created by the HR specialist or the appraiser.
    4. do I need two process steps in the process flow (step1="partappr1 feedback completed", step2="partappr2 feedback completed" )
    - When you select part appraiser column, in status flow In Process - Part Appraiser in process substatus is automatically selected. You don't need a separate status. Please make sure that you hit "Set status" field while maintaining  Part Appraiser in process substatus  and determine the target status/substatus -probably In Process (by final appraiser)- when the last part appraiser is finished with the document.
    Regards,
    Dilek

  • Changing the header data in an appraisal to enable part appraisers

    Hi
    We have implemented the BAdi HRHAP00_ACC_HEADER and added the enhanacement in our template.  when we access the transaction PPPM as a manager and go into the appraisal document for an employee, we still cannot enable the Part appraisers button to add part appraisers on in the In Process Status.  Is there perhaps something we are missing or is there something that has to be turned on.  On testing the BAdi seperately, we do get the desired result, except accessing the appraisal via the transaction PPPM it enables nothing.  PLs help
    Nasmeetha

    Hello Nasmeetha,
    There are to standard delivered BAdI implementations that do what you want. One enables the header for adding part appraisers in status 'In Planning' and 'In Review'. The other in status 'In Process'.
    When configured on the document a button should appear called 'Change Header'. On pressing this the header is turned open.
    Now, pppm, means R/3 UI. Next to the line with 'part appraisers' is a button with an arrow. Press this button. A popup appears and this should be ready for input.
    If this is not the case you should create an OSS message on PA-PD-PM.
    Regards and Groetjes,
    Maurice

  • Part Appraisers Access

    Hi All,
    I hav made an Appraisal Template which has 2 Part Appraiser and 1 final Appraiser. Now for the 1st part appraiser i have made all the column entries as mandatory ie required entries but for second i want to make few columns as optinal entry or no entry, but its not happening as the condition applied to 1st part appraiser applies to all part appraisers.
    Any idea how to  change the Part Appraisers column access fields????
    I would really appreciate ur help...
    Anupama

    Raghu,
    There is no standard delivery for PartAppraisers & futherparticipants.But u can tailoring it with ease. Copy the 'app for managers' and pass different params (part_app) in <b>'HRHAP_DOCUMENT_GET_LIST'</b>
    call function 'HRHAP_DOCUMENT_GET_LIST'
          exporting
    *      sel_filter                  = 'TODO_LIST'
            add_on_application          = 'PA'
            plan_version                = '01'
    *     T_TEMPLATES                 =
    *     T_TMPL_DETAIL               =
    *      t_appraisers                = t_appraisers
    *     S_AND_OR                    = "where appraiser OR part
    *     T_APPRAISEES                =
            t_part_appraisers         = lt_part_appraisers
    Rgds,
    Jothi.P

  • What is the correct part number for dvi to vga adapter for macbook pro model A1260

    Can someone tell me the Apple part number for the DVI to VGA adapter that came with a Macbook Pro model A1260? (Early 2008)
    My adapter has reached the end of useful life.
    Thanks!

    You have a MacBook Pro 15" Early 2009 (MacBook Pro 4,1)
    The Mac's port is a Dual-link DVI (VGA, Composite and S-video with adapter)
    The DVI connector  connects to the Dual link-DVI port,thus you need a DVI to VGA adapter.
    http://eshop.macsales.com/item/Micro%20Accessories/DVIVGA/
    You also can search the Apple store online for the part, but it's so basic and simple that paying more for Apple's version is just for looks.

  • Unable to capture Part 2 for exicse materials

    Hi
    In import Purchase order scenario I am unable to capture part 2 for excise materials
    First I have created import PO. Then I did miro where I posted BED,AED,ECS,SECss
    After that I did migo and captured part 1
    After that while I was capturing part 2 with ref to vendor invoice I m getting an error message as
    NO CENVAT AMOUNT TO BE POSTED
    NO CENVAT AMOUNT TO BE REVERSED
    We are using taxinj
    Can u please help me out in solving this issue?
    Rahul

    Hi,
    Once you have entered the needed information about the connection string and container, go to Object Tab and select the objects. then the Start button will enabled.
    Another way to reverse engineer is to use ERD component. Refre to the Note 299067.1 in Metalink.

  • Satellite Pro P100: What is the Toshiba part number for a 2GB memory module

    Unable to find any way of emailing this question so I have posted it on the forum. Sure this info should be more readily available without having to ask.
    What is the Toshiba part number for a 2GB memory module for a PSPA4E-00F007. That's for a Satellite Pro P100 T2400
    http://uk.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/jsp/SUPPORTSECTION/discontinuedProductPage.do?service=UK&BV_UseBVCook ie=yes&PRODUCT_ID=115421
    Crucial Memory gives me this module - is that correct?
    http://www.crucial.com/uk/store/mpartspecs.aspx?mtbpoid=A332E10BA5CA7304
    Found this via Kingstons site - is this also correct?
    http://www.dabs.com/productview.aspx?QuickLinx=4P3V
    Would really appreciate some official clarification here.
    Many Thanks

    It must be PA3513U-1M2G. You must check if this module is compatible with your notebook model. I think so.
    Anyway I recommend you to buy high quality product like Kingston modules.

  • Web Dynpro Java : Failed to get deployable object part info for component

    Currently we have a web dynpro java project which connects to the ABAP backend with Web Services. Everything seems fine, and when we transport to the production server via NWDI, we have the following error. Everytime we try to access the application , the error is occurred.
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to get deployable object part info for component com.sie.attachmentcomp.AttachmentComp
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.getComponentDeploymentDescription(ClientComponent.java:784)
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:934)
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:177)
        at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:149)
        at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:116)
    It is working properly in our development , and testing environment. Only production has this error. And one weird thing is that this particular error occurred only sometimes to some user. For example; I could not access to the application with this error yesterday but my friend can access. Today, I can access in the morning but my friend cannot. For another friend , Yesterday he can access by using IE but not by Firefox. But today Firefox is fine but not with IE. It seems crazy.
    For more information, in our J2EE engine for the production server, we have 3 server nodes (clusters). And we are not sure it is the source of the problem. Is there any solution , and any way to know from the application that we are on which server?
    We also go and check from the Content Administrator in Web Dynpro Console. Under our project name, in the list of Components, sometimes we can see AttachmentComp but sometimes not.
    Please help us as our project is about to go-live next week.
    Thanks,
    Yu

    Hi Meenge,
    Please check below document for finding root cause for "Failed to start deployable object part info for <development component> and application <application name>"
    http://help.sap.com/saphelp_nwce711core/helpdata/en/44/7716e1633a12d1e10000000a422035/frameset.htm
    OR http://help.sap.com/saphelp_nw04/helpdata/EN/f4/1a1041a0f6f16fe10000000a1550b0/frameset.htm
    Hope it helps
    Regards
    Arun

  • What is the correct part number for the ac-charger for hp mini 110-1191eo (part vj213ea#uuw)?

    I need to find the correct part number for the ac-charger for hp mini 110-1191eo (part vj213ea#uuw).
    This question was solved.
    View Solution.

    Good question.
    That I don't have a definite 100% answer to.
    It probably is OK. Wattage is what it is rated at. More wattage is probably a good thing, and I have read that = or - .5v is not supposed to be an issue.
    You can do a google search of the part number for your power adapter and see if they still carry it, if you are concerned.
    Paul

  • What is the correct part number for an iPhone 3g battery

    It seems there are many different APN's for iPhone batteries.  What are the proper part numbers for the 3G and 3Gs?  Does it matter what the iOS is?

    The only supported source for iPhone batteries is Apple. Take it to an Apple store and they will replace the battery for $79. There are no officially supported batteries available from other sources; all of them are aftermarket replacements. The version of iOS doesn't matter. If you really want to install an aftermarket battery go by the reputation of the seller; that's the best you can hope for. Note that if you replace it yourself Apple will no longer service or support your phone.

  • What is the correct part number for the LCD inverter board for an A1138 15" powerBook G4 ( 1.67GHz superdrive/ Hi-res)?

    What is the correct part number for the LCD inverter board for an A1138 15" PowerBook G4 ( 1.67GHz superdrive/ Hi-res model)?

    Hello,
    Part number 614-0305-A
    Hope this helps.

  • Part number for hp officejet 8600 feed roller

    I have a  HP OfficeJet pro 8600 . What is the part number for the cassette feed roller ? Mine has ripped apart.

    Hi Babs,
    Unfortunately, there is not a separate brightness setting for the number pad.  If it is too bright for you, you might try turning down the brightness some in the setting you found earlier.
    Also, remember a click on the Kudos star to the left is a quick "Thanks" for a helpful post.
    Please select the "Accept as Solution" button on the post that best answers your question.
    I appreciate your input ! ___________________________________ _____
    Thank You,
    Rich
    Expert

  • Part Number for Bluetooth 2.0 module

    Does anyone have the part number for a Bluetooth 2.0 module for the Mac Pro?
    I want to make sure I don't end up with the older version 1.1.
    The part number I've been told to use is Model A1115, but one service site says that's a version 1.1 module, while the seller and another site say it is the 2.0 module.
    I can't find anything at apple.com which lists the part numbers, though I might know where to look.

    Updated information (why can't we edit our posts any more?):
    The part number I'm looking at is, well, several numbers on the module:
    7C748005XUZ4A
    ANATEL:0786-05-1993
    003NY05015 0000
    Model A1115
    FCC ID: BCGA1115
    IC: 579C-A1115
    Again, I'm trying to figure out what version of Bluetooth this module is.

Maybe you are looking for

  • Assassin's Creed Wont Play

    I just purchased an downloaded the Assassin's Creed game for my iPod Touch. After searching the net and Apple support I haven't found anyone else with this problem so I decided to ask here. After downloading and syncing, the "game" only plays a trail

  • Best way for clone db

    hi All, I've a simple question about clone DB. I've a big (5TB) production database. I need to clone this database for test environment on second server. I'm think to use rma DUPLICATE command. Both of server have can read and write on the same file

  • Image can't be displayed synchronous

    Hi Folks Here is a question about the image obtained from the camera can't be displayed synchronous in the indicator. What I want to do is to display the raw image in the indicator( called "Image"). I already set the indicator as synchronous display,

  • Opening iweb files?

    I am new to iWeb, and am wondering how to edit the website I created with iWeb. There is no "Open" option on the File menu. So does this mean that I can't go to the dot mac server and download the files to edit on one of my computers? a bit confusted

  • Upgrade from PSE9 needed?

    I have PSE9 (CD). It does everything i need it to do and I have many actions installed that would not work on later versions. The only reason I would upgrade is if this version no longer would work on new computers in the future...if I could not acti