MSS - team - General Data, Employee selection add Custom col with KM link

Hi There,
I am trying to add a custom column for MSS team selection for general data. Which works alright, now i want to make that column click able (like email) and this should direct me to a dynamic Km link based on employee selected.
I have added custom column and able to display custom content on the team member selection table. I am able to make it clickable if i select "link" option on column configuration. So that also works.. now i want to pass employee number to my custom webdynpro application. Can you suggest anything here.
Thanks a lot.
Regards,
Sudhir

Hi Sudhir,
If I understand correctly, though oadp config, you have added new column and attached a service key to make it as a clickable one. Once u er clicks on the link, I believe you want to display the KM doc which takes pernr as url parameter or some thing like that.
If my understanding is correct then, you have to  create a WD Application, which reads the selected pernr( or org or position). You need to add pcui_gp/xssutils as used DC and then add context nodes of FcObjectSelection to read the selected record details as described in the above wiki which I gave i.e. https://wiki.sdn.sap.com/wiki/display/profile/How-toaddacustomWebDynproiViewtotheMSSEmployeeProfile%28ECC+6.0%29
You have to pass the value returned by the Selected Object to the KM as url parameter.
Also use this blog to see the frontend context values of WDJ application. It will help you in understanding the various values of the context nodes.
/people/yugandhar.reddy/blog/2011/03/26/simple-way-to-debug-ess-and-mss-web-dynpro-java-based-applications--very-useful-technique
This should wok for you, let me know if your requirement is different.
Regards
Yugandhar Reddy

Similar Messages

  • Runtime error in MSS - Team- General Information- Related links- Employee Dates

    Hello All,
    We recently upgrade from 7.01 to 7.31, we also updated the respective XSS components also to compatible levels. All applicatoins are coming up well except the Employee dates and Desciplinary actions based on related links under MSS ->Team->General Information.
    Below is the error -
    java.lang.ClassNotFoundException: com.sap.pcuigp.xssfpm.wd.interfaces.wdp.IExternalIVAC ------------------------- Loader Info ------------------------- ClassLoader name: [sap.com/mss~hras] Loader hash code: 5ed59f53 Living status: alive Direct parent loaders: [system:Frame] [interface:webservices] [interface:cross] [interface:security] [interface:transactionext] [library:webservices_lib] [library:opensql] [library:jms] [library:ejb20] [service:p4] [service:ejb] [service:servlet_jsp] [library:tc~bl~exception~lib] [library:tc~aii~base~offline~facade] [library:tc~cmi] [library:tc~ddic~runtime~facade] [library:tc~bl~logging~api] [sap.com/tc~wd~api] Resources: /Q1ETP001/usr/sap/QP4/J44/j2ee/cluster/apps/sap.com/mss~hras/servlet_jsp/webdynpro/resources/sap.com/mss~hras/root/WEB-INF/lib/sap.com~mss~hras.jar ---------------------------------------------------------------
    Please note our ECC is on EHP4, so we cannot proceed as mentioned in http://scn.sap.com/thread/3415508
    Thanks,
    Vamshi

    Same here: ClassNotFoundException in getting connection>>java.lang.ClassNotFoundException: com.sap.portals.jdbc.db2.DB2Driver Found…
    cheers

  • Customization of MSS -- Team -- General Information Page

    Hi Experts,
    I have to customize MSS --> Team --> General Information Page.
    The General Information page contains following iViews:
    1) Employee Search iView
    2) Personal Data iView
    3) General Data iView
    4) Absence Days iView
    Personal Data iView, General Data iView and Absence Days iView are populated based on Employee Search iView.
    For the new requirement, we have to add one new iView say XYZ iView in General Information page. The XYZ iView will be populated based on Employee Search iView.
    There are two approach to do this work:
    a) Make changes in the Web Dynpro code of Employee Search iView - This appoach seems to be difficult. If you have worked on similar requirement, kindly share with me your experience and how you completed the work.
    b) Do some configuration changes - This appoach seems to be easy. If you have worked on similar requirement, kindly share with me your experience and how you completed the work.
    Regards,
    Gary

    Didn't get any answer

  • How to add custom columns with BO data from GP to UWL

    Hi
    We have CE 7.1 in our project UWL taskitems only have GP workflow tasks.
    In UWL we can see that by default there are standard columns but now we need to add custom columns with data from ours BO associated to process instance
    For that we need to develop one custom connector for UWL where we can retrieve the values from custom conenctor to UWL.
    Currently our NWDS 7.1 does not have plugins for UWL Connector can anybody tell me where can I download this plugins?
    thanks in advance!
    Regards
    Cristian

    Hi,
    plz refer the following link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0ee5047-c7a0-2a10-70b7-9557e3e4d440
    Regards
    Manohar

  • How do you add a menu with External Links?

    Does anybody have a link to a fast tutorial on how to add a menu with External Links?

    I should add that what I'm trying to make is a basic drop-down menu...

  • MSS iView - General Data

    Hi All,
    I copied the "General Data" iview from MSS biusiness package. I am on EP7.
    When i view this page, i see "Contract Data", "Communications Data", "Organisational Assignment" and "Personnel Structure".
    I want to remove "Communications Data" from the above iview.
    How to achieve this ?
    Your help is much appreciated as we are in a critical phase.
    Thanks,
    Sathya

    Hi,
            Can you help me regarding MSS iview customization (based on par and not webDynpro).There is one iview General data in which we have to add one new field.For that a new function Module is created in the Backend R/3 by ABAP persons.The New Function module wraps the old function Module + the new Field.Do you know How this filed can be shown in our iview.
    Regards
    Imran

  • MSS: Team View Data drop down auto refresh

    Hi all,
    I'm trying to figure out if it is possible in the Team View for MSS to be able to automatically refresh the Team View when the drop down changes.  Right now, when a user chooses the Display drop down (Employees or Org Units and Positions, in our case), the Data drop down options automatically refresh, BUT, when you choose an option from the Data drop down, nothing changes on the screen.  You have to click on the refresh button on the screen, and it will then update.
    We have played around with the C_REFRESH and G_REFRESH options, and we get a refresh button in the Team view, but nothing happens with the drop down. 
    Anyone have an idea as to what can be done to force the refresh on the Data drop down option?
    Hope this makes sense!
    Cheers,
    Kevin

    Ok, so I have figured out how to get the refresh to work the way I want it to.  I had to call wd_comp_controller->fill_object_node( ) in a post exit and the screen refreshes the way we are looking for. 
    Cheers,
    Kevin

  • MSS: Team View data refreshing itself in background

    Hi all,
    I'm running into another issue with the Team View.  I have created a custom routine that takes the information stored in wd_this->mt_hierarchy_data, and removes information that I don't want displayed on the screen.  Right now the routine works when the view loads, and when you change the Display drop down, and when you click the refresh button inside the Team View display.  BUT, when I go to drill down into another org unit, the code somewhere is resetting itself so the fields that I removed from the table are now back in there. 
    Is there somewhere on a Post-Exit that I could add my routine to modify the table.  I have tried numerous Post-Exits, but have had minimal luck. 
    Hope this makes sense.
    Cheers,
    Kevin

    If you are in latest releases we have a OADP buffer to performance optimization since you have enhanced it, i m not sure how its going to work for you 1801637 - MSS Add-On 1.0: Buffer for Organization and Position *& Object          METH CL_HIER_VIS_OADP_MSS_IMPL *&                      IF_HIER_VIS_BUILDER~GET_OBJ_CHILDREN *& Object Header  CLAS CL_HIER_VIS_OADP_MSS_IMPL

  • MSS reports launch pad - Employee selection

    Hi,
    I have configured the reporting launch pad and I can run a report on MSS launch pad. I am on ECC 6 ehp 4.
    When manager runs a report, he can not select employees and then run a report.
    In the ITS version of report launchpad, manager could select an employee or set of employees reporting to him and then run a report for selected employees. I want to use similar functionality in ECC6 ehp4.
    The Reporting launchpad does not allow me to select an employee and then run a report. Is there any configuration for this or the new reporting launch pad does not support this functionality?
    Many Thanks
    Ashutosh

    Hi,
    I have configured the reporting launch pad and I can run a report on MSS launch pad. I am on ECC 6 ehp 4.
    When manager runs a report, he can not select employees and then run a report.
    In the ITS version of report launchpad, manager could select an employee or set of employees reporting to him and then run a report for selected employees. I want to use similar functionality in ECC6 ehp4.
    The Reporting launchpad does not allow me to select an employee and then run a report. Is there any configuration for this or the new reporting launch pad does not support this functionality?
    Many Thanks
    Ashutosh

  • Add custom embedded region or link in talent management

    We are doing a proof of concept implementation of Oracle Talent
    Management. As part of this implementation we have been requested to
    add Salary change functionality to the employee performance appraisal
    process. Usually this process is only used to evaluate
    competencies, objectives and overall performance and does not include
    salary information.
    Our Thoughts:
    Oracle provides out of the box the Salary change process on its own.
    There is an entry page for the values, PRatePG, and then a review
    page, ReviewPG. We would like to take the majority of the
    functionality on those 2 pages and add that functionality to the 2
    similar pages used for performance review. On the performance review
    side the equivalent pages are the entry page MAFinalRatingsPG and the
    review page,MAFinalRatingsRevPG.
    We are looking for the best way to move forward regardless to
    incorporate the functionality of entering and reviewing the salary
    into the performance appraisal set of pages which don't currently
    contain the data or functionality at all for salary.
    We have considered also going a complete custom route, however the
    functionality on the Salary screens are intricate and have several
    PPR elements. Additionally, there was the thought to somehow add the
    Salary page functionality as an additional page on the page flow as a
    customization. This might still be an option as well. We are open
    to any ideas.
    Please let us know if any of you have done anything similar and would
    like to share with us.
    We would like to know what is the best option to meet the requirement
    1)Create a link to seeded salary page
    2)Embed the seeded salary region in Appraisal form
    3)Create custom salary region and embed that into Appraisal form
    Thanks

    We are doing a proof of concept implementation of Oracle Talent
    Management. As part of this implementation we have been requested to
    add Salary change functionality to the employee performance appraisal
    process. Usually this process is only used to evaluate
    competencies, objectives and overall performance and does not include
    salary information.
    Our Thoughts:
    Oracle provides out of the box the Salary change process on its own.
    There is an entry page for the values, PRatePG, and then a review
    page, ReviewPG. We would like to take the majority of the
    functionality on those 2 pages and add that functionality to the 2
    similar pages used for performance review. On the performance review
    side the equivalent pages are the entry page MAFinalRatingsPG and the
    review page,MAFinalRatingsRevPG.
    We are looking for the best way to move forward regardless to
    incorporate the functionality of entering and reviewing the salary
    into the performance appraisal set of pages which don't currently
    contain the data or functionality at all for salary.
    We have considered also going a complete custom route, however the
    functionality on the Salary screens are intricate and have several
    PPR elements. Additionally, there was the thought to somehow add the
    Salary page functionality as an additional page on the page flow as a
    customization. This might still be an option as well. We are open
    to any ideas.
    Please let us know if any of you have done anything similar and would
    like to share with us.
    We would like to know what is the best option to meet the requirement
    1)Create a link to seeded salary page
    2)Embed the seeded salary region in Appraisal form
    3)Create custom salary region and embed that into Appraisal form
    Thanks

  • Can i get current date in XSL FO customized file with Apex 3.0??

    Hi Oracle staff,
    i have a problem with the insert of current date in customized layout's XSL FO file..
    I have just tried to insert current-time() function and js scripts....but nothing.....PDF,Word or HTML output file that's printed by Bi Publisher displays an error that says:"Content file not supported or damaged".
    Why???is Bi Publisher a XSLT processor that supports currrent date functions????.
    and if not.....how can i install a new processor in substitution of Bi Publisher/Apache FOP???
    Regards
    Emanuel

    Yes, you can click the title bar of any document (the down arrow) to access the current file name:

  • In browser editing: Can my client add new images with hyper-links to their websites without having to replace images already there?

    My client would like to be able to add new images to their site themselves and use them as hyper-links to external sites without having to replace an old image with the new one (or blank place holding images - far from ideal). Is there ANY way that this is possible? They do not wish to update and add new images/links regularly and it is certanly not intended to be used as a blog or way of being able to constantly keep content new and fresh otherwise I would set them up with a blog account and add that to the site. It is merely a way of adding links to other local businesses every once in a while.
    Please see the page they wish to update... Friends. (Please excuse the layout... the customer will not be able to resize or edit the images themselves and wishes to add them as-is!)
    Thanks in advance for any help. If anybody knows how I can ask an Adobe official mod, that would be great... that, or make a request for a future addition in an update?
    Warm regards,
    Ben Gathercole

    Hi Andria,
    Changing links is currently not possible with in-browser editing.
    Please post this as a feature request in the following feedback form :
    http://feedback.inbrowserediting.com/?url=
    Regards,
    Akshay

  • How to  add Custom Relationship in MSS Employee Search Drop down

    Dear Sap Fans,
    I would like to link Custom Drop down link at following path.
    Manager Self-Service->Team->Employee Information->General Information->Employee Selection
    Drop Down 1. Direct Reports
              2. Employee from Organization Structure
              3. Employee from Organization Units
              4. Who's Who
    We would like to add one more custom drop down. Can any one suggest how to add custom drop down in this list ? We have created custom relationship in R/3 but it is not showing in Portal.
    Your prompt reply highly appreciated and points will be rewarded.
    Regards,
    Ashish Brahmbhatt

    Barin,
    I have done settings in back end. I have created new realtionship for evaluation path. I am not able to see that link on portal. How/From Where I can use object and data provider tool and eventing for config ?
    rds,
    Aashish

  • MSS Team calender in acting position

    Hi Gurus,
    this is regarding MSS team calender, an employee with his actual position X , if he acts in a acting position Y and if he logs in MSS then he should be able to see all the subordinates under position Y, but presently he cannot see any team under position Y,
    can any one please let me know where can be the problem is?
    Thanks in advance,
    Sud.

    Dear Raphael,
    Now I checked team view in MSS. Manager is able to see all the employees & their leave + travel in separate colours.
    But in attendance overview, nothing is getting display.
    So functionality of  Team Calendar is only to get information to manager who are on leave & who are present in each month.
    Is there any more functionality available in Team Calendar.
    Thanks,
    Namsheed.

  • How to manually add custom code snippets to Xcode?

    I have a lot of code snippets made for programming. In the past, when I used MS Visual Studio , I could simply add my own snippets , but in Xcode I can't find where to add custom codes.

    See this link.

Maybe you are looking for

  • Creation of cluster database failed

    Hai all, We have successfully implemented Oracle 10g RAC on windows 2003.. but when am trying to create a new cluster database using DBCA ..DBCA failed after reaching 70% with the error PRKR-1001 PRKR-1001 "cluster database dbname does not exist" The

  • Change of Discounton in case of Back order processing

    Hi, We are having specific order type in which if cient unable to supply the stock as per requisted delivery date bu customer- client needs to give more discount. We are doing back order rescheduling- we want to new pricing discount for rescheduled o

  • How to limit the length of text in a column

    Hello All, I have a report built from direct database request. I have a comments column , for some of ID's the comment lines are more than 10. For soem rows it is 1 line and for some rows it is having 10 lines. Even though in properties if i select w

  • Read out loud feature

    I recently purchase a Satellite P755-S5263. I am not sure if the issue is with Adobe Reader X or my new Satellite laptop. I can not play a pdf CD. I know the speakers and sounds work as music CDs work, but not when I try to play my book on a pdf file

  • Ecommerce within incontext

    Can you have paypal ecommerce buttons in an editable region allowing your client to swap item photo and item number?