Integrate BSP with the MSS Teamviewer

Hi,
does anybody know how to integrate a bsp application with the MSS teamviewer navigation - like other MSS services are integrated(i.e. receive Teamviewer event in BSP application)?
Thank you,
Serge

Hi sergey,
I also fedup in searching the integration functionality & finally built the 'TeamViewer' in BSP Page itself.
It's simple. Pick up your 'directly reporting employees' or 'All employees' from the Org structure using the fn module <b> RH_DIR_ORG_STRUC_GET </b> .
I hope the foll thread will be helpful.
/thread/132644 [original link is broken]
Rgds,
Jothi.
Message was edited by: Jothivenkatachalam.P

Similar Messages

  • Integrate TLN with the Portal Masthead

    Hello Experts,
    I am trying to integrate the top level navigation with the portal masthead. Please let me know if you know of any poosible soulution for the same.
    I have a custom jsp file "X.jsp" which I have used to modify the TLN as per my requirements. I have now downloaded the masthead par file and trying to include the "X.jsp" in the branding image area of the "HeaderView.jsp" as in the below line:
    <TD><jsp:include page='header.jsp'/></TD>
    However, the content of the TLN is displayed above the masthead instead of in the branding image area.
    Looking for answers,
    Thanks and Regards,
    Anil Sabbani

    Thanks.  That worked.  Do you know if there is the potential for class version conflicts when you upgrade portal versions?  I would suspect there is if I don't update the referenced .jar and re-deploy my project after an upgrade has been done.
    Also, I tried to find where I can reward you point, but could not find it.  Do you know how?
    Thanks again,
    Steve

  • Is there a way to integrate contacts with the email client on the Mac?

    I am switching from a PC to a Mac.  Is there a way to integrate the email client with contacts?  For example on the iphone you can email through your contacts.

    It is integrated.

  • BSP with the link using MVC

    I need to call an another controller from a view using a htmlb:link
    Here is my code for example:
    <htmlb:link   id  = "<%= l_htable-id %>"
                  text = "<%= l_htable-data %>">
                  onClick   = "click">
    Here is my code in method DO_HANDLE_EVENT:
    if htmlb_event is bound and htmlb_event->server_event = 'click'.
          navigation->goto_page( 'temp.do' ).
    endif.
    But it doesn't works! It seems that this event never be catched. I tryed to set a breakpoint in this method and it never called.
    Could you please help me?
    (Sorry for my possible bad English)

    You can try the following.
    I dont know about htmlb:link
    but there is another option u can try.
    u can BSP: Call
    and pass your controller name in URL attribute
    and comp_id.

  • MSS TeamViewer and WebDynpro

    Hi,
    I'm writing an WebDynpro application that needs to communicate with the MSS TeamViewer (version 60.1) via Portal Eventing.
    I've got the two talking to each other when a selection is made in the TeamViewer using the following code
         WDPortalEventing.subscribe("urn:com.sap.pct.hcm.orgmanagement:CurrentObject","objectChanged",
         wdThis.wdGetTeamViewerEventAction() );
    However when you first enter the Application I need a way of identifying who the currently selected employee in the TeamViewer is. As far as I can tell this is done using a callback event, so I've tried the following code:
         WDPortalEventing.subscribe("urn:com.sap.pct.hcm.orgmanagement:CurrentObject","objectForcom.abc.App",
         wdThis.wdGetInitialEventAction() );
         WDPortalEventing.fire("urn:com.sap.pct.hcm.orgmanagement:CurrentObject","sendCurrentObject","com.abc.App");
    The event seems to be firing ok as another iView on the page responds to it, however my application never recieves a response.
    Has anyone managed to do this? Any other suggestions?
    Thanks
    Ian

    Hi ,
    Does not the team viewer already have ther personnel number of all the employees in that list ?
    The easier solution would be to just make use of the RFC in skills and not the whole essskl component as such. This way , you need not bother abt the clutter on how essskl related apps would respond for your changes. And when you use an RFC directly in mss team viewer component .. u need not bother abt passing pernr.. If you still want to use the same.. mebbe.. u can pass the select personnel number as a parameter(as a plu parameter or as a url parameter) to ess~skl.. and if the parameter value is present.. display the skill details
    Regards
    Bharathwaj

  • MSS TeamView (Team Calendar) Colours

    Hi All,
    Have an issue where people who are colour blind cannot see leave request on the MSS TeamView Application.
    Can change the colours in the portal theme to reflect different colours on the leave request/leave approval process, however the ess~lea/TeamView application uses the IGS and does not use the theme colour scheme.
    I believe the colours are built in the RFC call which builds the graphical output.
    Have tried to debug the RFC PT_ARQ_TEAMCALE_GET but I cannot see where the colours are set.  THought that RFC PT_ARQ_EECALE_GET might set the colours (as it contains blue/red/green colour fields) but it doesn't seem to be call.
    Please don't tell me how to change the theme colours in the Date Navigator as I've already tried this and it does not reflect on the ess~lea/TeamView app.
    Thanks
    Brian

    Hi Experts,
    I have an issue with TeamCalendar.
    Its the Team Calendar in SAP HR Portal.
    Runtime Technology : Java/Web Dynpro
    Technical Name of iView : com.sap.pct.erp.mss.teamcalendar
    Technical Name of Web Dynpro Application :sap.com/ess~lea/TeamView
    Available as of : SAP NetWeaver 2004s
    Data Origin : SAP ECC 5.0 and higher
    RFC function module called:·   PT_ARQ_TEAMCALE_GET
    Software Component :   EA-HR
    Support : EP-PCT-MGR-HR
    The calendar is displaying one column of days before every month of the calendar.
    Can anyone help me out in this issue.
    Thanks in advance.
    You valuable answers will be rewarded.
    Regards,
    Ponneswari.

  • How to Integrate Seibel with ADF ?

    Hi All,
    JDev Ver : 11.1.1.5
    We need some Information about Seibel integration with ADF
    So for we use to Integrate Seibel with the help of Web Services. We need the Is there any other approach for the Integration ?
    I have gone through below link and got some information about JCA adapter, and URI based approach. If we use this, how to implement in the development part,
    http://siebel-essentials.blogspot.com/2011/02/first-encounter-with-sai-ofm.html
    We don’t know exactly how to do the implementation like if you want to retrieve/update some values to Seibel from Jdeveloper ADF using the above approach.
    Is there any other approach for the Seibel integration with ADF ?
    Thanks,
    Gopinath

    The blog you point to seem to show an example of using a REST service exposed by Siebel.
    ADF allows you to create data controls based on REST services and then build the UI on top of them through the URL data control.
    See step 4 of this tutorial:
    http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_53/jdtut_11r2_53.html

  • Looking for a third-party affiliate program that will integrate well with Adobe Business Catalyst.

    Dear Adobe Community,
    I am looking for a third-party Affiliate Program that will integrate well with the Adobe Business Catalyst platform.
    The requirement is fairly basic, i.e.,  to track multiple affiliates and down-stream affiliate-to-affiliate referrals. Also looking to report and display these referrals an affiliate’s dashboard.
    We have looked into Affiliate Program Software, Affiliate Tracking Software Marketing and would like to entertain other options before making a decision.
    Any assistance would be greatly appreciated! —Thank You!
    Kind Regards,
    Doug McClure

    For what it is worth, I am a fan of NuGen, I have both SEQ 1 and 2 and two stereo enhancing tools (stereoizer and stereoplacer I think they're called). Since I have the SEQ 1 it replaces all Channel EQ's. And the stereotools sound great and very lush, in stead of the more usual cheezy combfilterthingies that pass for stereo enhancing tools.
    And I actually like the interfaces. Simple, but stylish, functional and ergonomic (in this case meaning you can see all parameters in a quick glance, no guessing at settings).

  • TIME on ESS/MSS with the SAP Portal, release ERP2005 ECC6.

    Hello,
    I need to implement TIME (Leave request) on ESS/MSS with the SAP Portal, release ERP2005 ECC6.
    Any informations about the customizing for a proof of concept would be appreciated.
    All the back-end (R/3) as allready been customized.
    Thanks for your responses.
    Olivier

    Hello,
    If you already have all the templates and such configured then its easy. We don't have ESS and only one MSS scenario. However we support the web environment via BSP HAP_DOCUMENT. You can include our list pages in an Iview and assign that to the ESS or MSS scenario in the portal.
    They also run stand alone, so you can test it as well without configuring the portal.
    See also <a href="/people/sap.user72/blog/2007/02/20/objective-setting-appraisals-the-web-environment bloggy</a> on OSA and the web Environment, especially the last part will be of interest for you.
    Regards and Groetjes,
    Maurice

  • How to integrate SQL table with the cahce

    Hi,
    In normal ASP.net application we use the
    sqlCacheDependency to integrate the SQL server with the cache in ASP.NET, so that any change in the SQL table row will replace the cache with the latest data.
    How to achieve the same in the Azure cache.
    We need to integrate the SQL server with the Azure cache so that any change in the SQL table row should replace the cache with the latest data.

    Hi,
    Cache in Azure is not different with ASP.NET, please see
    http://msdn.microsoft.com/en-us/library/windowsazure/gg278356.aspx for more details, Azure provides for multiple types of persistent storage which can be leveraged for caching (Azure SQL Database, Azure Table Storage, Azure Blob Storage etc…). I would suggest
    you read this article (http://www.dnnsoftware.com/blog/cid/425642/Understanding-Windows-Azure-Caching-for-building-high-performance-Websites
    ), because of we know where the cache data is, so we can sync up the data as expected.
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to integrate cProjects with R/3 to get the Material Classification Data

    Hi all,
       We are installing the cProjects and we have to integrate it with R/3 to get the Material Classification data.
      Is any one has developed the object link, which links cProject and Material Classification data in R/3?
      Thanks in advance.
    Regards.

    Hi Venkat,
    Refer SAP cProjects Guide for Implementing an Object Link. This Guide also includes User Defined Object Links.
    You should be able to find it on SAP Service Marketplace. In case you cannot, pl send me your email ID, I will mail the same to you.
    Regards,
    Reema.
    Pl award points to all useful answers.

  • What  is mechanism to integrate with the rdf and Rtf with concurrent manger

    hi
    what is mechanism to integrate with the rdf and Rtf with concurrent manger in oracle apps .
    can any one help me
    Thanks in advance

    1. Create executable for Oracle Reports.
    2. Create a concurrent program based on this executable with output type as xml.
    3. Now from XMLP responsibility, create a data definition with data definition short code = concurrent program short code
    4. Create template definition choosing the data definition created above. Upload RTF/other template format created.
    Now run the concurrent program and test it.
    Step by step guide is available here http://www.oracle.com/technetwork/middleware/bi-publisher/overview/xmlebsrep-132947.pdf

  • Problems with reports run from the MSS Launchpad

    Hi,
    The problem I am facing is with the reports being run from the MSS Launchpad. When i click on it, I can see that certain buttons like "Selection Fields", "org Assignment" are disabled. But there in one more button "More" which is enabled and clicking on it gives all the disabled options as enabled. However when the report window is maximized, the button "More " vanishes and all the buttons become disabled.
    I need to enable all the buttons now showing as disabled. Eagerly awaiting your reply.
    regards,
    Pinki

    Hi,
    Thanks for the reply. But can you please let me know how?
    regards,
    pinki

  • How to Integrate OIM API with the Application in NetBeans

    Hi All,
    I'm Facing problems to Integrate OIM API with the Application. I'm using Netbeans IDE. Can anyone please let me know the steps to do so?? any documents will also help me.
    Thanks

    Hey,
    Helpful links for you:
    1- http://www.youtube.com/watch?v=Yccl0HqfA3o
    2- http://www.youtube.com/watch?v=ZdMTLRF7P_4
    Let me know if it helps you. I hope so.
    Thiago Leoncio Guimaraes

  • How to integrate Note Service with the webservice space?

    Hi
    Can anyone please guide me how to integrate *"Note Service"* with the webcenter spaces. I need to implement "Personal Note" in my webcenter space application. Please can anyone give me article showing step by step procedure to implemennt note service with webcenter spaces or some sample examples.
    Regards
    Raj

    Hi
    Already i have seen this document, here they did not mention how to get the "Note TaskFlow" in resource catalog. In Resource catalog I didn't find any component named "Note TaskFlow".
    To make it visible in resource catalog. What should I do?
    To integrate Webcenter Services(link, mail, notes, etc..) with webcenter spaces, what do i need to do? Itseems all services are in the form of taskflows. How can i make it enable and to bring it in resource catelog?
    Regards
    Raj

Maybe you are looking for