Part Appraiser Column in R/3 - not visible

Hello,
I'm facing trouble in getting the Part Appraiser column in OSA document within R/3. I've configured Appr. template with FAPP column with access to change for the Part Appraiser. Also the elements - Objectives are given individual access to the Part Apprsr.
I'm suspecting if there is an authorization issue here. I'm using SAP_ALL access for testing purposes and still cant view the details in the Appraisal Document.
Can you give me some direction on this please.
I thank you.
Regards,
Sandeep

Ok, this is the scenario.
Part appraiser is the manager itself. It's basically been setup to achieve the mid year review. So its the same manager doing the Mid/Yearly review.
Now, when Mgr logs in, he is able to maintain the weightages and Final Appraisal columns. Mgr login is not able to see Part appraiser columns in editable.
We are on ECC6.
Thanks Sameer for looking into this.
Regards,
Sandeep

Similar Messages

  • OSA - Part Appraisal Column Contents not saved

    Hi All:
    We are implementing OSA in ERP 2005.  We have implemented the header access BADI, that lets the employee change the part appraiser during the appraisal process. But when the part appraiser is changed, all the comments entered in the notes by the previous part appraiser is deleted.
    We would like to retain the notes entered by the previous part appraisers ( just like how it works fine for "Appraisers").
    Can we add additional code in the header access BADI to save the notes column and not delete and add a new one.
    Or is there an OSS note.  I looked in the market place could not find one.
    Thanks
    Iliana

    Hello Iliana,
    This is not possible. The reason for it is following. An appraiser is assigned to a document, a part appraiser is assigned to a part appraisal column with an unique part appraisal ID.
    If you replace the part appraiser we perform 2 actions, delete the old part appraiser. Here his notes are deleted. And create a new part appraisal column with a new ID for the new part appraiser.
    We would not have a possibility to display the old notes on the document even if we did not delete them.
    Regards and Groetjes,
    Maurice

  • Part Appraisal column in appraisal document

    Hi,
       In a template we have one appraise , one appraiser and one role as part appraiser...
    In R/3 that part appraiser column is coming in the editable mode.. but in standard BSP itself that part appraisal column is coming in the display mode always//
    is there any solution for this..?
    i need that column in editable mode..

    If in R/3 its coming in editable mode and only in BSP Page (HAP_DOCUMENT) its coming in Non-editabl emode, then I will ask you to check the Implementation for the BADI "HRHAP00_ACC_HEADER"....
    Note -
    1) The filter name (Filter created for the Implementation of the BADI) is assigned in the Appraisal Template as follow..
        Transaction PHAP_CATALOG -> Select the Template -> Processing Tab -> Further Template Behaviour -> Enhancement Area   
        name = "Header Access",
    2) Inside this implemetation (hope you will find one in the step1, they case code with the UI_MODE, which differntiates BSP and R3

  • Webdynpro Table: Column Header sort icon not visible

    In design time in NWDS, my table headers have this up/down arrow icon that is visible to indicate sorting.
    At runtime it is not displayed.  How come?

    Hi KF,
    According to the Node Structure
    Employee
    |----
    name
    |----
    no
    |----
    sal
      public static void wdDoModifyView(IPrivateEmployeeView wdThis, IPrivateEmployeeView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
    if (firstTime) {
               IWDTable sortTable = (IWDTable) view.getElement("Put the table id here");
    <b>
               wdContext.currentContextElement().setEmployeeTableSorter(new TableSorter(sortTable, wdThis.wdGetSortEmployeeAction(), null,
               new String[]{"name","no","sal"})); </b>
    //Instead of column id passes the attribute name of the node that is bound with the table.
    //EmployeeTableSorter is the context attribute of type …….utils.TableSorter
      public void onActionSortEmployee(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionSortFundID(ServerEvent)
         wdContext.currentContextElement().getEmployeeTableSorter().sort(wdEvent, wdContext.nodeEmployee());
        //@@end
    Table Sorter : table not getting sorted
    Regards,
    Mithu

  • HANA Studio: On "New Calculated Column" window Add Button Not Visible

    Hi Geeks,
    On HANA Studio, I'm trying to create a calculated column on Analytical view but "Calculated Column" window doesn't have "Okie" or "Add" buttons visible to save entered values on this applet. Could you please suggest me how to fix this. Thanks.
    Regards, Amit

    Hi Experts
    We have here right the same kind of problem :
    In the expression editor, I don't have any 'OK' button to validate my Input.
    I tried ENTER and TAB, as suggested by Kunal Arvind Gandhi, but with no clue of success.
    I am running on SAP HANA SPS07, with the SAP HANA studio version 1.0.7300 (Build id:  389160). My colleague running the studio version 1.80.x has the same problem, whereas some other guys with the same version do have 'OK' on the bottom right of their screen. (Same view, same expression !).
    Any suggestion is more than welcome !

  • Part appraiser process in OSA

    in the part appraiser process in OSA,
    1.  is employee allowed to chose the part appraisers or the part appraisers are selected by the system (using BADI Default Appraiser HRHAP00_DOC_DEF_D1)
    2. is it mandatory for the part appraiser to complete the part-appraiser process step before the final appraiser can appraise?
    can final appraiser appraise without the part appraiser's input?
    3. if multiple part-appraiser exist, will the employee see multiple part-appraiser columns (one for each part appraiser)?
    4. can i have a part-appraiser process without the standard part-appraiser column (i.e. the part appraiser uses the final appraiser column)?
    thanks.
    Tiberiu

    1. Is employee allowed to chose the part appraisers or the part appraisers are selected by the system (using BADI Default Appraiser HRHAP00_DOC_DEF_D1)?
    A: As Cheta says, the employee can not select or modify the appraisers assigned in the preparation process. The BADI HRHAP00_DOC_DEF_D1 is usefull is you want to implement a customer logic to select part appraisers. The system deliver an implementation assigning by defaul the appraiser and appraisee as part appraisers too, but to select this implementation is optional.
    2. Is it mandatory for the part appraiser to complete the part-appraiser process step before the final appraiser can appraise?
    can final appraiser appraise without the part appraiser's input?
    A: In the standard or proposed process, the part appraiser doesn't need to complete the part appraisal before the final appraisal. And the final appraisal itself can be completed even if the part appraisals has not been completed yet.
    3. If multiple part-appraiser exist, will the employee see multiple part-appraiser columns (one for each part appraiser)?
    A: The employee can or can not see all the part-appraisals columns (PAPP), you can customize this behavior in the "Column Access" tab at template level (VA object). You can make customizations too in the "Element Access" tab at criteria (VC object) or criteria group (VB object) level.
    4. Can I have a part-appraiser process without the standard part-appraiser column (i.e. the part appraiser uses the final appraiser column)?
    A: You can customize the "Multiple appraisers allowed" behavior in the "Processing" tab at template (VA Object) level. All the appraisers you assign using this option, will be allowed to modify the FAPP column. But this is not a "part appraisals" process, because the system can not mantain the information about what person make what value change.
    I hope this can help you.
    Best regards,
    Alejandro.

  • Value attribute not visible in runtime collection

    Hi,
    I have created some 2-3 value attributes (display only) in a standard model node for BTDOCFLOW (which also contains some display only fields). Put in the logic in their Getter methods and fields are getting displayed in UI with the values.
    Now, my requirement is to display this table view (Assignment block) in default sorting based upon one value attribute and one model node attribute. But the problem here is, I am unable to find value node attribute at runtime in BTDOCFLOW collection at DO_PREPARE_OUTPUT. (Even display only standard context node attributes, which are not part of model node structure are not visible)
    I have re-defined method GET_TABLE_LINE_SAMPLE with the value attributes, resulting in enhanced rv_sample line, but still the value attribute is not visible at runtime in the collection.
    Can someone pl. tell me, how can I display my value attributes in collection along with model node attributes, so that I can do default sorting based upon one custom and one model node attribute.
    Thanks,

    Hi,
    Whne you define value attributes within the model attribute then the node becomes mixed instead of either value node or model node.
    So you need to access the mixed node and then should access model attributes and value attributes separately.
    Get your collection into a normal entity then assign the entity to mixed node
    DATA: lr_mixed TYPE REF TO cl_bsp_wd_mixed_node ,
                current TYPE REF TO if_bol_bo_property_access,
                 lr_current TYPE REF TO cl_crm_bol_entity.
         current ?= me->typed_context->entity name->collection_wrapper->get_current( ).
          lr_mixed ?= current..
          lr_current ?= lr_mixed->if_bsp_wd_ext_property_access~get_model_node( ).
    Best Regards,
    Dharmakasi.

  • Broadcasting schedule not visible

    With a webreport I can use Broadcasting with Distribute command. I this workflow I have a popup with the choice :
    Step 4 From 4: Determine Scheduling Details
    Determine when the broadcast setting is to be executed
    1/ Execution with Data Change in the InfoProvider 
    2/ Scheduling in SAP Background Processing 
        Create New Scheduling 
        Periodic All, Day(s), Week(s), Month(s) 
      Next Start at  At  
    <b>The (/2) second part Scheduling in SAP Backgound is not visible, only visible when I use a SAP ALL user</b>
    Have you any idea ?

    Thank you for your reply.  We checked RELE in the S_BTCH_JOB Authorization but the SAP Scheduling option is still not displayed for our user in the Information Broadcaster.  The first part (Data Change in InfoProvider) is displayed, but not the second part that allows the user to schedule a specific date and time and frequency.  Can you give us any other authorizations to check for?

  • Appraisal document not trigerring to the part appraiser ID

    Hi All,
    In PMS,the appraisal document is not triggering to the part appraiser's ID.It is triggering to the direct manager (appraiser ID),but the document is not visible to the part appraiser.Can anybody throw some light on the issue.Help is highly appreciated.
    Thanks,
    Deepti R

    Resolved.

  • Column names not visible in JTable

    Hello everyone,
    i have an Object array columns that i pass to the constructor of JTable, but for some reason the column names are not visible in my table.
    private final Object[] columns = {"Zeit", "Termin"};
    private Object[][] rows;
    //the next line fills the two-dimensional rows-array
    fillRows();
    //here the constructor
    JTable table = new JTable(rows, columns);
    table.setColumnSelectionAllowed(false);
    table.setDragEnabled(false);
              table.setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION);
    TableColumnModel colModel = table.getColumnModel();
    TableColumn column = colModel.getColumn(1);
    column.setCellRenderer(new BookedCellRenderer(new int[] {3,4}));What are possible reasons/sollutions for this problem?

    Gosh, thanks! Usually i always use a jscrollpane for
    jtables and was about to use it too, but i got
    confused because of the headers when i tried to see
    whether the data in the table was right.You're welcome. The JTableHeaders object can be displayed in, say,
    the NORTH part of a BorderLayout while the JTable itself is displayed
    int the CENTER part. You can even display the headers SOUTH of
    the table itself if you like. A JTable object is quite flexible.
    kind regards,
    Jos

  • Part Appraisal - can not show 'note' box

    Good evening experts,
    That may be a very simple question but i didn't manage to figure out why i couldn't find the solution.
    I'm developing an appraisal template with part-appraisal and final-appraisal. Some criteria group and/or criteria need a 'note' box (eventually with draft) for both part appraisers and final appraisers. The note text box appears fine for the final appraiser but it doesn't for the part appraisers, whatever the config i do on the column access, element access, etc....seems pretty simple though :o(
    Anyone who has done this ? We're running ECC 6.00 with Enhancement Package 2005.1.
    Thanks in advance !
    Sylvain.

    Hi Sylvain ,
    This is not to answer your query but another question.
    I am too trying to implement Part Appraisers in Appraisal Process but not getting it done.
    When Part Appraiser try to change document from his user id the Document doesn't open up in change mode and also the relevant push Button is mising .
    Can you tell me when are the Part Appraisers added and if I am missing some basic thing for this.
    It will be of great help .
    Thanks
    Sudarshan

  • Does anyone know why since upgrading to ML notes are not visible in Time Machine. They used to be part of mail and could be recovered from Time machine but since ML I don't seem to be able to access notes in Time Machine. Any help would be useful.

    Does anyone know why since upgrading to ML notes are not visible in Time Machine. They used to be part of mail and could be recovered from Time machine but since ML I don't seem to be able to access notes in Time Machine. Any help would be useful.

    Welcome to Apple Communities
    Mail doesn't support notes. If you use iCloud, you have them in it because Notes is an application

  • JScrollPane scroll setting first column is not visible?

    Hi All,
    i am using jtable and jscrollpane. in this my first column of 70 pixal width and rest 125 pixal width.set focus is on 1 cell(1 row, 1 column) in table. but due to this scrollbar is slightly on right side whice coz first column not visible.(need to drag for visibility). i am trying to make it visible without dragging.
    how to do this? HELP.
    i tried with tableScroll.scrollRectToVisible(table.getCellRect(0,0,true )); & -1,-1
    but it didnt worked.
    Code is like this..........
    table = new JTable(64,65){
    table.setName("Table");
    ((DefaultTableModel)table.getModel()).setColumnIdentifiers(vectName.getColumnIdentifiers());
              for(int i = 0;i<table.getRowCount();i++) {
                   table.setValueAt((i+1)+"",i,0);
              table.setGridColor(Color.black);
              table.setSelectionBackground(new Color(125,255,144));
              table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
              table.setCellSelectionEnabled(true);          
              table.addKeyListener(listener);
              table.addMouseListener(listener);
              table.getSelectionModel().addListSelectionListener(this);
              table.getColumnModel().addColumnModelListener(this);
              table.getColumnModel().getColumn(0).setResizable(false);
              table.getColumnModel().getColumn(0).setMinWidth(70);
              table.getColumnModel().getColumn(0).setMaxWidth(70);
    JScrollPane tableScroll = new JScrollPane(table);
    Dimension minimumSize = new Dimension(100,25);
    tableScroll.setMinimumSize(minimumSize);          
    add(tableScroll);

    Hi weebib ,
    pls find some working code which shous my problame .
    you can see its coming to column 'B'. but i want it to show from column 'A' .
    sample working code : =
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    import javax.swing.table.*;
    import java.util.*;
    public class myTable extends JFrame{
    JTable table;
    JScrollPane jsp;
    JPanel p1;
    int NO_OF_ROWS = 64;
    int NO_OF_COLUMNS = 65;
    Vector vColumnNames ;
    myTable(){
         Container con = getContentPane();
         p1 = new JPanel();
         table = new JTable(NO_OF_ROWS,NO_OF_COLUMNS){
              public boolean isCellEditable(int row, int column) {
                                  if(column == 0){
                                       return false;
                                  else{
                                       return true;
         setTableProperties();
         jsp = new JScrollPane(table);
         p1.add(jsp);
         con.add(p1);
         setSize(400,500);
         show();
         //System.out.println("Hello there");
    public Vector getColumnIdentifiers(){
         vColumnNames = new Vector();
                   for(int i=65;i<129;i++) {
                        vColumnNames.add(new String((char)i+""));// setting the alphabets for the column names //orig
         return vColumnNames ;
    public void setTableProperties(){
         ((DefaultTableModel)table.getModel()).setColumnIdentifiers(getColumnIdentifiers());
         for(int i = 0;i<table.getRowCount();i++) {
                        table.setValueAt((i+1)+"",i,0);// Set the names of the row
         table.setGridColor(Color.black);
         table.setSelectionBackground( Color.RED);
         table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
         table.setCellSelectionEnabled(true);
         table.addMouseListener(new myMouseListener());
         table.addKeyListener(new myKeyListener());
    //     table.getColumnModel().getColumn(0).setPreferredWidth(125);
    //     table.getColumnModel().getColumn(0).setResizable(false);
    //     table.getColumnModel().getColumn(0).setMinWidth(70);
    //     table.getColumnModel().getColumn(0).setMaxWidth(70);
         for(int u =0 ;u<64;u++){
              if(u==0){
                   table.getColumnModel().getColumn(u).setPreferredWidth(70);
              else{
                   table.getColumnModel().getColumn(u).setPreferredWidth(200);
         table.changeSelection(0,1,false,false);
    static public void main(String[] args){
              myTable test = new myTable();
              test.addWindowListener(new WindowAdapter(){
                   public void windowClosing(WindowEvent e){System.exit(0);}
    public class myMouseListener extends MouseAdapter{
         public void mousePressed(MouseEvent me){
                   table.repaint();
    public class myKeyListener extends KeyAdapter{
         public void keyPressed(KeyEvent ke){
                   if(table.getSelectedColumn() == 0){
                        ke.consume();
    ================
    pls do reply back if i am doing something wrong.
    == Gavin

  • Button not visible in ess or mss appraisal portal.

    i have implimented custome BADI implimentation for standard BADI " HRHAP00_ADD_HEADER " for my appraisal template for ess and mss. it is showing one additional data button in header section of the template. when i see this template in R/3 system in dev cleint or any cleint in server it is showing the additional data button. but when i go to web browser to open appraisal portal for ess or mss adn check the button is not visible there. please help. if it showing the additional buton in R/3 system adn standard BADI is implimented then it must show it in portal in web browser also. portal is built in web dynpro abap standard only.

    I guess HRHAP00_ADD_HEADER badi is for only backend changes
    Thanks
    Bala Duvvuri

  • ESS- ABAP Webdynpro- table column not visible

    Hi,
    We are using SAP travel management for expense approvals. In the package PTRM_WEB_UI, you will find the component FITE_VC_RECEIPTS. In the VIEW - RECEIPTS_VIEW you will find in the table that there is a column called "Short Info". However this column in not visible in the portal.
    There is no personalization done to hide this column.
    The visible property of this column  is set to "visible".
    In portal content directory if i right click....this column is not even available to be added/removed.
    Please help me understand why this column in not visible and how can i make it appear in portal.
    Thank You!

    Any input?

Maybe you are looking for