Appraisals - Column settings

We are implementing Ehp4 Web Dynpro ABAP UI for Performance Management. The appraial template has been configured and released via transaction phap_catalog_pa. Tab and Process configuration for the Temaplate has been defined. Apprasial documents are created using this template. Although a rating scale is assigned to a Score column in the Appraisal Template, this rating scale seems to be inactive or missing as the values are not displayed in this column in the portal (via MSS). The 'Weighted Average'  is assigned to the Criteria Group as part of configuration, the individual (criteria) elements are not averaged up to the Criteria group level when assigning rating to the documents. What could be causing this as this configuration is working fine in SAP (back-end). Is there something that needs to activated.

Hi,
So for that you have to either pass the values to the column using web dynpro , or u have to change that column to a listbox & insert  the values in Adobe form.
Then you can able to see the values when you re executing it from ESS portal.
If you want to  pass the values to the column using web dynpro, try to search it in Web dynrpo using ABAP/Java section.
If you want to know how to pass the value from Adobe form then please try to search in Interactive form Fourms.
Hope this might help you.
Thnkx & Regards,
Gaurav

Similar Messages

  • Error saving column settings with ORA-01403: no data found Error

    Hi
    I have a region with multi row report updatable.
    When I am trying to change the query I am getting below error.
    Anybody let me know what will be the problem.
    ORA-01403: no data found
    Error saving column settings
    Regards
    Kiran

    Hi
    I was using below query for this region.
    SELECT
    result.segment1 Item#,
              result.inventory_item_id,
              result.revision,
              result.lot_number,
              result.Lot_Onhand,
              result.Heat,
              result.Cert_Site_Number Cert_Site_Number_Display,
              result.status_code Status_Code_Display,
    result.Cert_ID Cert_ID_Display,
              result.Cert_Site_Number,
              result.status_code,
    result.Cert_ID,
              result.transaction_id,
    result.po_header_id,
    result.po_line_id,
    result.rcv_transaction_id,
    result.shipment_header_id,
    result.shipment_line_id
    FROM          
    SELECT      
    msi.segment1,
              mmt.inventory_item_id,
              mmt.revision,
              mtln.lot_number,
              xx_utility_pkg.get_available_qty(mmt.inventory_item_id,mmt.organization_id,mmt.subinventory_code,mtln.lot_number,'ONHAND') Lot_Onhand,
              mtln.attribute1 Heat,
              mtln.attribute2 Cert_Site_Number,
              mms.status_code,
                        (          SELECT     clx.cert_id
                        FROM     xxqc.cert_mst cm,
                                  xxqc.cert_lot_xref clx
                        WHERE      cm.cert_id = clx.cert_id
                        AND cm.cert_type='MILL'
                        AND     clx.lot_no = mtln.lot_number
              ) Cert_ID,
              mmt.transaction_id,
              rsl.po_header_id,
              rsl.po_line_id,
    mmt.rcv_transaction_id,
    rt.shipment_header_id,
    rsl.shipment_line_id
    FROM      mtl_material_transactions mmt,
              mtl_transaction_lot_numbers mtln,
              mtl_material_statuses_tl mms,
              rcv_transactions rt,
              rcv_shipment_headers rsh,
              rcv_shipment_lines rsl,
    mtl_system_items_b msi
    WHERE     mmt.transaction_id = mtln.transaction_id
    AND          mmt.organization_id = mtln.organization_id
    AND          mtln.status_id = mms.status_id
    AND          rt.transaction_id = mmt.rcv_transaction_id
    AND          rsh.shipment_header_id = rt.shipment_header_id
    AND          rsl.shipment_header_id = rsh.shipment_header_id
    AND          rsh.organization_id = mmt.organization_id
    AND          rsl.item_id = mmt.inventory_item_id
    AND msi.inventory_item_id=rsl.item_id
    AND msi.organization_id = mmt.organization_id
    AND          rsl.po_line_id = DECODE(:P5_PO_LINE_NUMBER, 0,rsl.po_line_id,:P5_PO_LINE_NUMBER)
    AND rsl.po_header_id IN (     SELECT     po_header_id
                        FROM      po_headers_all
                        WHERE      segment1 = :P5_PO_NUMBER
                        AND      org_id = :P5_ORG_ID)
    AND          mtln.status_id = 90 -- Which is 'T' Status means Temporary
    AND          mmt.transaction_action_id = 27
    AND          mmt.transaction_source_type_id = 1
    AND          mmt.transaction_type_id = 18
    ) result
    WHERE result.Lot_Onhand > 0
    when I use above query I am able to update the region perfectly.
    But when I comment last WHERE CONDITION I am getting above problem.
    What could be the possilbe reason for this?
    Regards
    Kiran Akkiraju

  • Tutorial 2 for BAPI WDA - set column settings in Wizard - page 7, step 4.

    To the Pretty Good WDA Programmers, and/or Experts,
         I am new at this, so any help is appreciated.
         In the tutorial: Dynpro for ABAP: Tutorial 2 - BAPI Usage at: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9cb5d345-0801-0010-6a8e-fc57c23fd600  has in page 7, step 4. Seems a little vague to me:
    The Required Methods and Context Elements
    On the two subsequent dialog windows, default values are listed for giving names to the context nodes and attributes required by the service call as well as to the required methods. The proposed names are based on the names of the embedded service, but you can change them as required.
        So the question is, in the wizard for page 7, step 4, what are the column settings set to: Parameter Values / Controller Attribute / Context Node ... to get the BAPI Input/Output and Changing columns looking like they do in the tutorial on the next page (pg 8)?
       Step-by-step, or in this case, column-by-column directions would be most helpful!
    Thank You...
    Edited by: Daniel Perecky on May 4, 2009 10:58 PM

    To Trikanth and  Saurav,
       Thank you for those screen-shots Trikanth. They definitely helped point me in the right direction. The problem was that all of the 'Changing' structure sub-structures would end up in the view node.
       When I would try to map 'Changing | Flight_List' with the context, a message would appear: 'Mapping is only possible for Flight_List if Parent is Mapped'. Then when I mapped the entire 'Changing' node, it would map to the Component Controller, but then it would not map correctly to the output display table.
       Apparently only one dimension of structures could be mapped. A (deep) structure of structures cannot be.
       So in step 4, in the wizard, to make this work, I had to only make visible 'Changing' by what you both kindly confirmed: making it Context.
    Settings Summary: Root Node- unchangable.
    Parameter Group 'Importing'- Context (Node/Attribute)- Unchangeable 
    Parameters-  Airline - Changed to Context (Node/Attribute)
    Dest_From              - Changed to Context (Node/Attribute)
    Dest_To                  - Changed to Context (Node/Attribute)
    Max_Rows              - Changed to Context (Node/Attribute)
    Parameter Group 'Changing'- Context (Node/Attribute)- Unchangeable                             
    Date_Range            - left as Controller Attribute
    Extension_In           - left as Controller Attribute
    Flight_List               - Changed to Context (Node/Attribute)  <---
    Extension_Out         - left as Controller Attribute
    Return                     - left as Controller Attribute
    So, when 'Changing' and ONLY 'Flight_List' was made visible in the node, it mapped correctly to both the Context node and to the output table columns.
    This is great. Thanks a Lot!

  • NW04s: How to change column settings like 'do not adjust' 'fit to resuts' e

    In the new Analyzer, old report format: how to change column settings: do not adjust, fit to results, etc.?
    Regards
    -Bala

    Hello,
    In the properties dialog of the Grid and some other items, there is a checkbox by name "Autofit". When this is checked, the result columns are expanded to correct data widths.
    Regards,
    Manjunath

  • Batch Apply EQ and Column Settings.... Anyone??

    This has been driving me nuts. I am a DJ, i use Serato, so it is crucial that my column settings and output EQ apply to ALL tracks in a given playlist... without having to assign each and EVERY tune.
    Has anyone sorted this out? PLEASE HELP!!
    i.e. "Custom" EQ - i am tired of going through 30 tracks and applying to each song... individually. Same goes for column settings... i want to set it up once [title-artist-length-size-bitrate-format-year-genre-dateadded] then apply that to my whole library.
    I would really appreciate some help here.... i will return the favor with some of my music for free... if you like hip hop or jungle ; )
    thx

    I am going through the same thing... any help would be appreciated.

  • How I can insert one row on table,  with columns settings: readonly = true

    I have a problem. (jdeveloper 11.1.1.2.0)
    How I can insert row on table (EditingMode= clickToEdit), with columns settings: ReadOnly = true.
    When I make click on button create insert, ADF create one row on the table with output text invisible ( ReadOnly = true.)
    I make double click, then output text is visible (ReadOnly = false)
    I dont want make double click. I want output text is visible (ReadOnly = false), when I make click on button create insert
    Thanks

    Hi,
    try changing the edit mode of the table when pressing the button and refresh the button. This of course turns the whole table into editable mode, but this is how it needs to work. Alternatively, you create an input form for the user to edit the new record and show the form in a popup or beneath the table. Then when the user submits the created row data, you refresh the table to shwo the new row
    Frank

  • How to customize row and column settings in BI report

    Hi SDN,
    We have integrated EP702 and BI 704systems and uploaded BI roles into portal. Now i want to personalize BI report settins.
    There are 10 columns in BI report, but initially 4 columns are only displayed. But we want to display all the columns initially. I didn't find any option to customize these settings. And variable screen button is displayed when click on Filter link. But we require this button in report itself. Information and Show chars buttons are not available in report.
    I am working on BI reports for the first time. Please help me to customize settings.
    regards,
    Sree.

    By default BEx web using a web template called 0ANALYSIS_PATTERN to render the queries. Most clients create a copy of SAP supplied standard web template and customize it to their needs. Most of the changes are what you have described. You can add a new button on the toolbar. Change the Analysis Item properties to control the number of columns.
    Once you have a new desired web template, you can set it as your default adhoc-analysis web template in IMG. Look for a node called Report relevant settings. All this setup needs to be done on the BW system. A restart of BI java is required after the customizing settings have been changed.
    Thanks
    Vineet

  • WD ABAP ALV: filter in unsorted columns settings

    Hello WD ABAP experts,
    in a WD ABAP ALV Table, in settings, it is possible to filer in the "hidden columns" section for the column name. Unfortunately this filter is not possible in the "Sort" section, where I get only a list of unsorted columns. In a big table it is then hard to find the right columns.
    Can the filter somehow be generally enabled for settings->sort in "unsorted columns" ?
    thank you
    Johannes

    Hi Ragini,
    Please refer this thread: [alv total and subtotal|How to display graphs;.
    I hope it helps.
    Regards
    Arjun

  • Display workspace - column settings

    Hello everyone,
    I have an enquiry regarding display settings in the workspace. Depending on screen resolution and side panes some tables are not displayed correctly (e.g job console). In particular the column widths in some tables are too narrow with respect to the content and force a linebreak instead of widening the column/scrollbar. Unfortunately, the subsequent columns don't match in terms of row height which makes the tables difficult to read. Are there any user-defined settings preventing line breaks/envoking fixed colunm widths etc? Is this a IE versioning issue?
    Thank you in advance
    Florian

    Hi,
    For setting column width
    DATA :     gr_columns   TYPE REF TO cl_salv_columns,
                     gr_column    TYPE REF TO cl_salv_column.
      CALL METHOD gr_table->get_columns
        RECEIVING
          value = gr_columns.
      gr_column ?= gr_columns->get_column( c_bukrs ).
      gr_column->set_output_length( 12 ).
    For alignment
    gr_column->SET_ALIGNMENT( IF_SALV_C_ALIGNMENT=>LEFT ).
    Regards

  • Appraisals Dynamic Settings

    Hi Guys,
    I have a little problem of using the Dynamic Settings under the Appraisal Template Catalog (Tcode: phap_catalog_pa). There is a function Free Enhancement - Add up to Seven New Elements (Calalog Group -> Category -> Appraisal Template -> Columns -> Dynamic Settings). I cant add more than one elements. Please kindly advice. Many Thanks.

    Hi
    If you select "Add upto Seven Elements" Free Enhancement under the dynamic settings you should be able to add seven elements there should not be any problem with that functionality.
    Against an Element you would have a create icon, by selecting that icon you can create elements dynamically.
    BR
    Reddy

  • Mac Mail 'Sent' Folder Column Settings get lost after exiting application

    In Mac Mail, I have set the columns I'd like to view in my 'Sent' folder to "To", "Subject" and "Date." Those are the only fields I need to see in that folder. It is NOT a smart folder. If I exit Mail with the 'Sent' folder open, when I come BACK to Mail, the 'To' column has disappeared and the 'From' column has taken its place. Has anyone noticed and fixed this bug?
    On the up-side, Letterbox works just fine.

    You haven’t answered what type of mail account is this (POP, IMAP, .Mac)...
    Report the names of the files and folders present at the first level of the ~/Library/Mail/ folder in the Finder.
    In order to post the exact file names and avoid typing mistakes, proceed as follows. In the Finder, go to ~/Library/Mail/. With that folder open, if you’re looking at it in View > as List mode, first collapse any expanded folders so that the Finder only shows the files and folders at the first level of ~/Library/Mail/. Now, do Edit > Select All (⌘A), then Edit > Copy (⌘C), and paste it in your reply to this post.
    Before actually posting that information, edit it so that the file/folder names do not reveal any details you should keep private, e.g. replace any real username with “username” to hide your real email address. Try to be consistent in how you disguise those details, though, as we may need to refer to them in subsequent posts.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder, i.e. ~/Library is the Library folder within the user’s home folder.

  • Column settings not saved to iPod/iTunes

    Hi all.
    After my iTunes updated to v7.2.0.34, every time i close it and reopen, my iPod window keeps showing original columns. IE, i uncheck columns like Last Played, My Rating and Play Count, then close iTunes, open it back and columns are back again.
    I have used the Restore button for my iPod then sync'ed my entire library again, no success.
    Related soft/hardware: Windows XP Pro/Vista 32-bit, iPod video 5G 60Gb, latest iTunes/Quicktime.
    My other Nano 4Gb do save this information.
    Any clues?
    Regards.
      Windows Vista  

    It's a bug that's been discussed here before. I find it annoying too that I have to keep re-opening things like "show browser".
    Please send Apple a reminder to change this odd behaviour in the next iTunes release.
    iTunes Feedback.

  • FSG Row / Column Settings

    Can display setting be used to show 1 column for a certain range of rows and another column for a second range of rows in the same report?
    For example, Col 1 Col 2 Col 3
    Actual % 1 % 2
    Row 1 Mdse Revenue $1,000 4% 10%
    Row 2 Svc Revenue $2,000 5% 8%
    Row 3 Total Revenue $3,000 6% 5%
    Row 4 Cost of Goods $ 500 5% 15%
    Row 5 Gross Margin $2,500 4% 16%
    Row 6 Operating Expense $1,000 3% 17%
    Row 7 Operating Income $1,500 2% 18%
    For Rows 1 - 3, display Column 3
    For Rows 4 - 7, display Column 2
    All in the same report.

    Hi,
    You can define a rowset without account assignments or with a wide range, then you assign accounts in the column set definition, you can do it for each column, it works as rowsets do.
    If need help e-mail me [email protected]

  • Column settings in Portal

    I have a report that executes fine when I run it though BEx (Excel).  But when I run it via the Portal I only get the first few columns of the report.  Is there a Portal setting that I'm missing?
    Thanks,
    Dave

    Hi Dave,
    Assuming you are using BW 7.0 and you have not many changes to the standard web template (0ANALYSIS_PATTERN), you could increas the following Analysis Item parameters: "Number of Data Columns Displayed at once" and " Number of Data rows displayed at once". These parameters are by default set to 4 and 17. You could increase this count as per your requirement. Hope this helps.
    Thanks and Regards
    Subray Hegde

  • Performance Appraisals- Column creation

    Hi All,
    I want to create anew columm, but it is not available,How can i create a new column, is it possible to create by configuration ?
    Regards,
    Evani

    Hi Evani,
    Yes you can create new columns in appraisal template. But before that you need to configure the column in OOHAP_BASIC.
    Once this is done add the column details to the Category group and Category. Then you can configure the new column in the template level.
    I am sure this question is answered in past in the forum. So please search the forum for additional details. Also please dont ask the same questions in multiple threads.
    I hope you agree with me.
    Regards,
    Subbu

Maybe you are looking for

  • HT4898 Keeping Mac Mail after moving to iCloud

    I installed Lion on one of my MacBooks and am moving to iCloud from Mobile Me. I need to keep using 10.6.8 on my work MacBook for use with Adobe applications that I use daily. Will I stilll be able to access my Mail account on the MacBook that isn't

  • BT NetProtect Plus Problems

    Just wondering if anyone has had problems with bt netprotect plus and found any solutions. I was a customer of McAfee for some years, I upgraded to BT Broadband Option 2 with bt netprotect plus provided by McAfee included, my original McAfee software

  • Does OracleConnectionCacheImpl cache physical or logical db connections?

    Hello - Can anyone tell me if the "cache" in oracle.jdbc.pool.OracleConnectionCacheImpl is of logical or physical database connections? (My app selectively enables roles (depending on end user) on the connections it gets - trying to determine if I ca

  • Adding numbers with a length of 50 digits.

    Hi folks, Could any one please tell me how to add two numbers with 50 digits each. What should be the datatype for each column, in a table, to hold the above said precision. However, I know that NUMBER couldn't hold this b'coz its precision is upto 3

  • How do I view .m4b files in iTunes?

    Hello, everybody! I have quite a few podcasts that are in .m4b format.  And I don't mean to insult anybody's intelligence, but for the purpose of clarification I would like to reemphasize that most of these files are podcasts, and not Audiobooks. The