Trainning and Performance Appraisals on EHP5

Hi,
We are implementing ESS/MSS on EHP5.
In Appraisal Documents solution on EHP5, which is developed in WD4A, only the performance appraisals are showed in the list to the employees perform theis appraisals.
Our customer would like that training appraisals were showed in the list as well as performance appraisals. I searched for a BADI, but I haven´t found it. SAP told us to use LSO, but the customer won´t use LSO.
Is there any BADI to use or will we have to create an Z?
Thanks.
Bruno

Hi Siddharth,
For whom needs to achieve the same requirements as mine, follow the solution to list the learning appraisals as well as performance appraisals.
1 - Create an enhancement point in CL_HRHAP00_STARTPG_POWL method IF_POWL_FEEDER~GET_ACTIONS
How to: http://wiki.sdn.sap.com/wiki/display/ABAP/EnhancementFramework-ImplicitEnhancement-EnhancingstandardtransactionPA30forinfotype0618-Academic+Qualifications
2 - Add the code:
ZHRT0009 is a table which we created to store the VA codes.
IF i_applid EQ 'OSA-POWL-ESS'.
      data lt_template_lso TYPE TABLE OF ZHRT0009.
      data ls_template_lso TYPE ZHRT0009.
      select * from ZHRT0009 INTO TABLE lt_template_lso
      WHERE ZNOME = 'PORTAL_AVAL_REACAO' AND ZPARAMETRO = 'VA'.
      loop AT lt_template_lso INTO ls_template_lso.
        ls_templates-objid = ls_template_lso-ZVALOR_PAR.
        ls_templates-plvar = plan_version.
        ls_templates-otype = ls_template_lso-ZPARAMETRO.
        APPEND ls_templates TO lt_templates.
      ENDLOOP.
*     Call method to fetch the documents.
      CALL METHOD cl_hap_wd_start_page_ui=>document_get_list
        EXPORTING
*         sel_filter            =
          add_on_application    = lv_add_on_application
          plan_version          = plan_version
          t_categories          = lt_categories
          t_templates           = lt_templates
          t_appraisers          = lt_appr
*         s_and_or              =
*         t_appraisees          = lt_appr
*         t_part_appraisers     = lt_appr
*         t_others              = lt_appr
          s_sel_dates           = ls_sel_dates
          s_sel_status          = ls_sel_status
*         t_sel_status_sub      =
          s_sel_with_or_without = ls_sel_with_or_without
          s_document_fill       = ls_document_fill
*         extract_m_n           = ' '
        IMPORTING
          t_document            =  lt_documents
          t_return              =  lt_return.
        e_results = lt_documents.
  ENDIF.
And it´s done.
Bruno

Similar Messages

  • Training and OSA appraisals

    Hi All experts,
    We are implementing HR module on ECC 5 and EP 6. We plan to use OSA for Personnel Appraisals and Appraisal Model for training. I am facing some problems and wish to have guidance from u all.
    1 . As per the documentation, I have set the switch as X under PD for only using OSA for personnel appraisals. But when i go under Training for creating a new appraisal form, it still gives me the OSA screen. I have tried all possible things but could not locate the cause for this behaviour.
    2. Under OSA, I am trying to create a new category group , but the system does not allows me to create the same. Please tell me how can i create a new category group?
    3. We are using the EP 6 and the business package 60.1 for ESS, but in the system , i can not find the services related to Training calendar and My booking services, which I think should be there as a part of package, or is it that they have moved it to LSO?
    Please guide me on the same, thanks in advance
    Regards
    learner

    Hello,
    1. As mentioned, the flag replaces both appraisals for PD as well as TEM. The seperation as described in the docu is technical not possible. It is not that we don't want to correct this, but we can't. However if you want to replace PD and not TEM appraisal then leave the flag to space and call the OSA functionality directly via the transactions
    - phap_catalog_pa
    - phap_create_pa
    - phap_search_pa, phap_change_pa, phap_admin_pa
    2. From an OSA business process there is no need to create another category group. We won't even regard it. However the underlying AES engine is used for multiple applications like LSO and E-Recruiting.
    They all have another category group assigned. You can use transaction oohap_cat_group to create your own category group ID. Via the engine transactions (the same as above mentioned but without the _PA) you can erach then your category group id. The engine transactions show all available category groups in your system.
    Be carefull though, you acn maintain every category group here without any business check and by doing this you can create inconsistencies in applications that will cause the application to stop functioning. So, be carefull.
    Hope this helps,
    Regards and Groetjes,
    Maurice

  • Appraisals & training and event management problem

    Hi gurus.
    I'm trying to configured the integration between Appraisal and Training & Event management (Appraising a Business Event and Attendee Appraisal
    I set an attribute HAP00 REPLA = A .
    But two problems occurred.
    1.
    The definition of Appraisal catalog for employees is no problem. But I have a problem with definition of Appraisal catalog for Business event and for Attendees.
    Through the definition of Appraisal catalog via SPRO (Training and Event Management/Recurring Activities/Appraisals/Edit Appraisals Catalog) its possible to create an appraisal templates only for employees (it looks like that, because there is only Category group Personnel Appraisals and it’s not possible to add new category for example Attendee Appraisal).
    Can somebody help me where I can define appraisal templates for Event management or how can I get the Appraisal catalog category groups - Appraising a Business Event and Attendee Appraisal?
    2.
    I set the attributes SEMIN EVAEV/EVAPA to the values 2/3 in connection with table T77BF.
    When I run tcode PV33 or PV34 the matchcode of appraisal templates contains the list of all object type VA. The problem is that when I run tcode PV33 I don’t want to see all appraisal templates, but only for appraising a Business Event.
    It is possible to configure that so? If yes, how.
    Thanks in advance.
    Regards

    Hi,
    1. transaction LSO_CATALOG
    Regards and Groetjes,
    Maurice Hagen

  • EHP5 - Training and Event Management in ESS

    Dear Experts,
    Please let me know, what all are the Iviews are possible in ESS for Training and Event Management. If it possible please let me know the ivews.
    We are not using LSO.
    Regards,
    Anbazhagan.N

    Dear Siddharth,
    Thanks for your valuable reply,  I have seen the following Iviews  are part of the integration in TEM (in ECC6.0 documentation).
    like Transaction PV7I  (Training Center) and PV8I (My Bookings).
    in ECC6.0 - EHP5, Is it possible to have those transaction in ESS (TEM) ?
    If I want to create, TEM Module in  ECC6.0 - EHP5 will support from the backend(r3) for ESS.
    or
    Can I suggest them for LSO.
    Regards,
    Anbazhagan.N

  • Siebel Upgrade and Performance Tuning On Oracle 11g Training At Oracle Open

    Hi All,
    If you are interested in attending a Siebel Upgrade and Performance Tuning for Oracle 11g please let me know. We are planning to offer this course during the same week as OOW in San Francisco. For anyone who can’t attend in person we are planning to offer a net meeting with a dial in.
    This education is offered to actual Siebel customers.
    R
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com

    Hi All,
    If you are interested in attending a Siebel Upgrade and Performance Tuning for Oracle 11g please let me know. We are planning to offer this course during the same week as OOW in San Francisco. For anyone who can’t attend in person we are planning to offer a net meeting with a dial in.
    This education is offered to actual Siebel customers.
    R
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com

  • Training classes for Administrator and Performance Tunning

    Hi All,
    I would like to learn more about ORACLE database so do you know any where offering the classes for Administrator and Performance Tunning in California Bay Area.
    THanks,
    JP

    Oracle. :-)
    http://education.oracle.com
    Alison

  • Training and event management issues

    Hi guys,
    i am stucked with some of issue in training and event management...
    1. Altough client is using TEM but for frontend they are using ESS.. Now problem is search functionality is not working in system. I am getting 0 result.
    2. I can see the catalog properly but when i do the booking for the future course then system shows course is successfully booked but in Training Activities list that course is not appearing and nothing updated in backend and if i do booking for future course in the backend then after that i can see that course in the frontend also.  same is happening for cancellation. other functionality like prebook, qualification working properly in the system
    3. Client is using Appraisal functionality. i have configured appraisal in the backend but how we can do for frontend.
    kindly help me regarding these issue as early as possiblee....
    Thanks and Best Regard
    Puneet

    Puneet
    Can you please check SAP Note No. 1440812, 1439690, 1386556
    Notes : 1421707,  1408134 ... if these can help....  Hope it helps...
    Regarding training activities :
    Can you please check the assignment of PERNR with User IT0105...
    Also, are you using the customized BSP page ... If yes :
    Please create a new BSP page copying from the standard BSP page and then enter the new page in the view LSPAGE_ALIAS_C.
    Regarding appraisals in frontend, you will see a link of "perform course appraisal" under completed courses if you have configured this in a correct way.
    Best Regards
    Chetan

  • PMS and Training and Event Management

    Hi Gurus,
    Our one the of the client implementing PMS and Training and Event Management.
    Could anyone suggest me what are the questions need to be asked in initial meeting with the client.
    and if anyone has configuration documents on PMS and Training and Event management please forward to me,
    my id would be [email protected]
    Regards,
    Rajesh Soma 

    The prerequisites of PMS is OM and PA is mandatory,
    PMS is just like an interaction between the manager and the employees in an enterprise, based
    On his work they are going to put some rating etc.
      In the standard system employee called as “Appraise” Manager called as an “Appraiser” and Manager’s Manager called as Higher level manager “Part Appraiser “ can be a self-peer & customer they can save & provide their Comments to  the “Appraiser”
    First you take the requirement form client side what are the process and how Appraisal system in client then you have to prepare one sheet like Preparation ,Planning,Process
    for business functions and other check below :-
    HCM, Performance Management (Flexible) 01 - SAP Documentation
    HCM, Performance Management (Predefined) 03 - SAP Documentation
    check below once :-
    Tcodes for PMS Basic Setting
    OOHAP_BASIC      Basic Appraisal Template Settings
    OOHAP_CATEGORY      Appraisal Category Settings
    OOHAP_CAT_GROUP Category Group Settings
    OOHAP_SETTINGS_PA PA: Settings
    OOHAP_VALUE_TYPE Standard Value Lists
    T codes for PMS Process
    PHAP_ADMIN     Administrator - Appraisal Document
    PHAP_CATALOG     Appraisal Template Catalog
    PHAP_CHANGE     Change Appraisal Document
    PHAP_CREATE     Create Appraisal
    PHAP_PREPARE     Prepare Appraisal Documents
    PHAP_SEARCH     Evaluate Appraisal Document
    start your work with above things any other post here again ......

  • Training and Event Management Implementation based on competencies

    Dear Friends,
    My client is going ahead for Training and Event Managment Implementation. They have a basic requirement to start with and that is :
    1) They have done competency mapping for all its employees and they want that the competencies of each employees(along with the skill levels) to be recorded in the system and that has to be the starting point of using Training and Event Management module.
    2) They want, if the competencies can flow based on Job/ Position.
    3) Some identifier to the competencies, whther it has flowed from Appraisal or any other sources in the Final Training Needs.
    Kindly provide me help, as to how I will be able to achieve that and in what Infotypes the data pertaining to Training and Event Managment will be stored.
    If u all can kindly share with me the User Manuals and Configuration Docs of Training and Event Management, it will be of great help.
    Thank you all.

    Hi,
    Competencies can be stored as qualifications in PD and then by activation of PD PA intergration can be seen from pa30 infotype 24.
    Qualifications can be stored against a Job/Position and are called as the Requirements. They are seen as a separate Tab and to which ever position the person is linked to the corresponding qualifications of the position will appear in the requirements tab.
    You can maintain the proficiency and a note along with the qualification when assigned to a person.
    Also Appraisals can have qualifications in the template rather than criteria and criteria groups.
    Also after training is completed during the follow up we can create an appraisal and transfer the qualifications or simply transfer the qualifications to the employee.
    Regards,
    Divya

  • Training and Event Management - Invoicing in different Countries

    Hello
    we are on SAP 4.7 110
    we have implemented training and event management in one company now for years and everything is runnig fine. We use also the SD-module to create invoices for the participants.
    We now want to introduce a new training company in another country. This means we need another Country for tax determination in billing. In customizing transaction OOSS I can only assign one default country.
    Does anybody know a way to set additional country settings for different training companies within on SAP client?
    Thanks for your Help
    Rauno

    Hello,
    From what I recall, TEM in ESS can be configured via ITS based service iviews. 
    There are some services like PV3I, PV7I, PV8I etc which you can find out using tcode SICF.
    The portal consultant can then create ITS based iviews for these services. 
    Since you are using EHP5, I think these services are now obselete. Please check further on this.
    As mentioned earlier, you can go for the LSO rather than TEM.
    Best Regards.
    Karan.

  • Training and Event management.Process Flow..

    Hi, Experts,
    Can any body give me some notes on  Training and event management and process flow also like integration between ECC-6.0 to Non SAP
    1.Training request
    2.Appraisal documents for performance feedback
    3.Tracking Feedback processes
    Pls help me in configuring these services.
    With Regards,
    San Rao.

    Hi san rao,
    as per your reply you using the new appraisal template and also you have released the template now simply run the BSP application HAP_DOCUMENT and access the appraisal documents  
    attach these BSP applications in your portal system.
    following pages of the above application will  be help full
    documents_todo
    documents_received_open2
    documents_where_participated
    Regards,
    Umesh Chaudhari.

  • Training and event management config in ESS

    Hi,
    where we can do the training and event management configaration for ESS.
    we are using EHP5
    Thx
    J

    Hello,
    From what I recall, TEM in ESS can be configured via ITS based service iviews. 
    There are some services like PV3I, PV7I, PV8I etc which you can find out using tcode SICF.
    The portal consultant can then create ITS based iviews for these services. 
    Since you are using EHP5, I think these services are now obselete. Please check further on this.
    As mentioned earlier, you can go for the LSO rather than TEM.
    Best Regards.
    Karan.

  • Training and Event Management Calendar in Portal iView

    Has anyone implemented Training and Event management in the portal and if so, how did you develop the Calendar iView? 
    Did you use WebDynpro, .NET, or some other method?
    Your assistance is appreciated.
    Thanks,
    Donna Maupin

    Hello,
    From what I recall, TEM in ESS can be configured via ITS based service iviews. 
    There are some services like PV3I, PV7I, PV8I etc which you can find out using tcode SICF.
    The portal consultant can then create ITS based iviews for these services. 
    Since you are using EHP5, I think these services are now obselete. Please check further on this.
    As mentioned earlier, you can go for the LSO rather than TEM.
    Best Regards.
    Karan.

  • HowTo create IT2002 from a training and event managed course?

    Hi there,
    I have been digging the way to automatically create the IT2002 for an employee following a course (managed through the training and events module)
    I cannot still find when the IT gets created.
    I setup the system to enable integration, setup events type, create the event, book the employee, fix the event, and even add qualifications, but still the IT does not get created.
    Is there any report I need to run in order for the system to recognize the event participation and therefore create the presence on IT2002?
    I have read on some threads that the IT gets created when you firmly book the employee for the event but it does not work for me. Should it work this way?
    Thank you very much for any input.
    BR

    If you mean by dynamic action the actions you get automatically performed after a PA infotype update, it is not what I am looking for.
    What I need to know is how I setup the Training and event module to automatically create the IT2002. No other PA infotype is required.
    Let me know if you mean something different.
    Thanks for the reply
    Message was edited by:
            Miguel Guardo

  • Billing within Training and event management

    Dear experts!
    Now, I'm getting some issue about performing billing in training and event management.
    - The first, I created business event, book attendees for the business event with billing.
    - Second, I firmly business event, after that billing for the business event.
    At the same time, the system display error: "E VF 022 Customer 0000110003: Customer master table KNVV is missing"
    Really, I configured the integration between training and event management module and SD module.
    Help me, please!
    Best regards, Huy!

    Close the question.

Maybe you are looking for

  • New Macbook Pro Wont Connect to Internet

    I just got a Macbook Pro today and it wont connect to the my wireless connection. The only thing I can think of is when I was in the start up it ask what I connected to the internet with and because I was not within my own network I press "This compu

  • Error status of output type in sales order (va02)

    hi, I have created a output type in salse order for Idoc generation. My problem when i create a order and if it's credit limit excced then it show me red status of out put type, and no idoc generated. If credit limit is not excced than it show green

  • Can not connect to store flashes when i am not trying to connect

    I am working on my macbook pro, and i am away from a wireless connection, (I am not trying to connect to the itenes store). i am working away on my computer and iTunes icon starts bouncing in the doc, it says that it can not connect to the store beca

  • Planning Plant in COR3

    Hi Everyone, I have a process order with production plant in plant A, I assigned batch automatically with our own customize program. I am wondering why the batch was created in Plant B. But as I was checking the process order itself I noticed in Assi

  • SAP By Design and Google Integration

    Hi, We are planning to integrate SAP By Design with Google, which allows not only Google docs integration but the complete Google integration including Gmail, Calender, Google Apps etc., Could you please point us in the right direction on this? Any d