WebDynpro ABAP + Team viewer integration

Hi All,
I have webDynPro ABAP application and a Enterprise Portal 6.0 SP2 with MSS package 6.0 installed on it. As you know there is a teamviewer iview on the left frame of portal and when you click on one person in the team viewer list and event is triggered and the program on the right frame get this trigger and changes its content accordingly. My question is how can the webdynpro abap application get the pernr clicked in the team viewer iview.
Thanks for replies

Hi, I have the same issue.
I need to capture the personal number selected in Team Viewer. Probably a Portal Eventing might be fired, but I need to know if someone knows whats the namespace and the name of that event. Or where can I find these information?
Thanks

Similar Messages

  • Eventing in Portal page between Team Viewer and Custom Webdynpro for ABAP

    We are trying to implement a new Portal page that contains a Team Viewer Iview and a custom Webdynpro for ABAP iview.
    The idea is that the when a manager select one of his direct report in the Team Viewer, the custom Webdynpro for ABAP would pick up the selection_changed event and retrieve the data for the selected employee.
    We followed the instruction provided by SAP in note 1112733 and it worked in our development environment. When we moved the iviews to our testing environment it stopped working.
    I also used the Diagnostic Iviews provided by SAP and I get the same result: Works in Dev, does not work in QA or in Prod.
    We also followed the troubleshooting steps of note 945516 and it still did not help us. We can not find a difference in our system set up.
    We are therefore looking for pointers as to what could be our problem.
    Thanks!
    Edited by: Benoit Fortin on Feb 20, 2009 2:28 PM

    Problem was solved internally:
    The reasons the eventing worked in Dev and not in QA or Prod, was that we had a different level of patch for ESS/MSS between instances, which I was not aware of.
    Dev was on ESS/MSS version 600 SP14 and QA and Prod was on a different level. Once we implemented ESS/MSS SP 14 accross the board, everything was good.
    Edited by: Benoit Fortin on Nov 13, 2009 11:57 AM

  • Webdynpro ABAP application integration with portal

    Hi,
          Can someone provide me the complete documentation for
           1. webdynpro ABAP application development and
           2. webdynpro ABAP application  integration with enterprise  portal.
    Thanks...
    Kundan

    hi Kundan ,
    design pattern or paradigm followed by Webdynpro ABAP is
      MVC concept
               M-Model
               V- View
                C-Controller
    and cms with the advantages like Structuring the programming
         Creation of easily manageable application blocks
         Reusability of whole components
    for more documentation about WD ABAP , refer
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7c/3545415ea6f523e10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/nw-ui?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11 [original link is broken]
    SAP netweaver provides the integrationof ESA , for integartion netweaver provides us wid the People Integartion
    refer
    http://help.sap.com/saphelp_nw70/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm
    as well
    I hope it helps
    rgds,
    amit

  • Webdynpro and eventing from team viewer

    Hi.
    We are trying to add new fields to the MSS "General Data" iView (com.sap.pct.hcm.eeprofilegeneraldata.par) and are considering the following approaches:
    1.) Write additional java code to retrieve the data we need and display it on the iview.
    2.) Create a new iview from scratch using webdynpro.
    At the moment we are leaning towards option 2 as we do not have much java experience and have found webdynpro relatively easy to use. But my question is....how difficult would it be for a webdynpro iview to pick up the eventing from the standard Team Viewer iview? I would want to make sure that when a user clicks an employee on the Team Viewer, his/her data would show up in the new webdynpro iview. Any details on how to go about this would be appreciated.
    Thanks in advance,
    Chris

    Hi Chris
    If you are creating a new  iview from the scratch to display the details you had to have the epcf subscribe function. Here you get the parameter passed from the first iview. For this the raise event have to be fired from the MSS iview. So in the Msssiview You write the code for Raiseevent ON click of the button.
    <b>Event Sending from par</b>
    EPCM.raiseEvent("urn:com.sap.tc.webdynpro.example.reponamespace","linkclickevent",variable);
    <b>
    Event Receving on Webdynpro</b>
    WDPortalEventing.subscribe("urn:com.sap.tc.webdynpro.example.reponamespace","linkclickevent",wdThis.wdGetEpcflistenAction());
    public void onActionepcflisten(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent, java.lang.String dataObject )
        //@@begin onActionepcflisten(ServerEvent)
    //    wdContext.currentContextElement().setName(dataObject);
    //      wdComponentAPI.getMessageManager().reportSuccess("listen eventfired......");
         wdComponentAPI.getMessageManager().reportSuccess("dataobj is....."+dataObject);
        //@@end
    (The variable dataObject cannot be changed to other name)
    Regards
    Geogi

  • Getting prob while creating view in webdynpro ABAP application

    Hi Guys,
    I am facing a problem while creating a view for webdynpro ABAP application. It is giving an error as "ICF service "/sap/public/bc/WebDynpro/ViewDesigner" inactive".
    can anybody let me know how to solve this problem.
                   Thanks In Advance
    Regards
    Ravikumar

    I think check Internet explorer Tools ->Internet Options ->Connections.>Lan Connections> if the proxy or anyting checkbox is clicked coz it doesn't work with Internet on .
    Please reward if useful.

  • How can we display photo of particular person on webdynpro abap view

    hello gurus,
                     i am very new to webdynpro abap.i have one requirement.could any one can suggest me to overcome my requirement.
    in my requirement i have one view.in that view i need to display one photo image which ever saved on my desktoop.if i click on save button i should generate one doc number and update what ever the photo image i have displayed in the view against this doc number.after some time if give the doc number in to docnumber field and click on display button it should display what ever the photo we have saved previously against this doc number.this is my exact requirement.i think for this we need to maintain one Z table to stroe the photo and respective doc.number.for this how can we stroe photo against doc number in ztables.what is the type i supposed to give for photo image field.
    could you please any one suggest me on this and could any one send me the sample code if possible.
    regards,
    babu.

    Hello Babu,
    I doubt whether you can directly display the image from your desktop into the webdynpro application using Image UI Element. Only solution what I can think of is to load the image into the MIME folder and then bind the path of image in the Source property of the image UI element. But if you ask me this is not a good solution. Let me propose my solution. If no one get back to issue with better approach then you can follow the same
    1. whenever the image the is uploaded from the desktop, create this image in the MIME folder ( you search in SDN for creating objects in MIME folder )
    2. then bind the path of the image in Mime folder to the Source property of the Image UI Element
    3. Once the image is persisted in the DDIC table, delete the image from the MIME folder.
    4. to persist the image in DDIC table, create an attribute of type RAWSTRING.
    5. Whenever you want to display image from DDIC table into the UI, then again create the image in MIME folder and delete the image from MIME folder when you are existing from the application.
    Alternative would be to use the Mime repository for storing the image and in the DDIC table just maintain the Mime folder path for the document number.
    Hope this helps you.
    BR, Saravanan

  • Team Viewer and WebDynpro IView

    Hi all,
    I have a two iViews, the first I use a team viewer and the second a WebDynpro Aplication. I want selected a employee in the team viewer and pass your key in the web dynpro Iview.How can i proceed?
    Thanks
    Ivo

    Thanks Armin!

  • Integration Webdynpro ABAP with Webdynpro Java in Portal

    Hi All,
    I am facing problem while integrating WDA application with WDJ. I can integrate successfuly one application and trying to invoke other one with different parameters, i am facing the problem
    There is no iView available for system "XXXX_SAP_XXX": object "xxx.xxxx.xxx.xxxx". For more information, contact your administrator.
    I am passing the parameters
    system                      
    object_type                
    object_value_name          
    operation
    Thanks in advance

    Hi Samir,
    Pls look into these threads -
    IE8 problem (WebDynpro ABAP iView call)
    WebDynpro for ABAP and IE 8.0
    Regards,
    Sen

  • Integration of webdynpro abap custom iview into standard ESS/MSS portal

    Hello all,
    Could anybody please throw light on how to integrate custom iview which is developed in Webdynpro ABAP into standard tab in MSS (Webdynpro java)
    For example.I want to add few custom fields(which are mapped to infotype 0041) into general information link of MSS.these fields will be created in webdynpro abap.
    or.
    I want to create a new link under general information which pops up as a custom iview (which is create in webdynpro abap) .
    please let me know how can i meet the above requirements.
    Thanks in advance.

    I am not really sure about your requirement. With my limited understanding of that , i think that you have few possibilities.
    1. You can let the ess/mss application communicate with WDA application via a Poral event.
    2. You can enhance the ESS WDJ component and use RFC destination to get the data from info type and build your own view in WDJ.

  • In Webdynpro abap workflow integrating

    HI,
        I have Created one sample workflow now when i click the button in webdynpro i need to run that workflow .
    I have searched so many articles but iam not clear plz tell me clearly if any articules also .
       i need clear steps to integrate workflow in webdynpro abap.
    Iam Wiating For good response.
    thanking you,
    A.S.Ananth.

    Hi Ananth,
    Check this.. it might help
    Information about Integration WebDynpro for ABAP and Business-Workflow
    how to call workflow from webdynpro ?
    Workflow in WebDynpro
    Cheers,
    Kris.
    Edited by: kissnas on Mar 10, 2011 7:06 AM

  • Webdynpro abap & Flex Integration

    Hi
    I integrated Flash Islands Into Webdynpro Abap..Flash Island Is displaying..but the values which im passing through wddoinit method to the frontend is not displaying..binding from context nodes to gacproperty is done( name same as flex field is given )....
    Thanks & Regards,
    Vasavi

    Hello Vasavi,
    the code is not available in your post. I think the code is filtered. Just paste only the ActionScript code.
    And from the error what I can GUESS is that FlashIslandLibrary is not loaded. Can you try developing your flex application n Flex Builder 3.0 and check?
    BR, Saravanan

  • Integrating Silver light ISlands to Webdynpro ABAP Applications

    Hi Experts,
    In my project I want to enhance the UI of my application by using Silver Light Islands.
    I found that it is possible in Webdynpro ABAP . The following link i have seen ...
    http://help.sap.com/saphelp_nwpi71/helpdata/en/ba/b89348d6eb49eb8ff35a9bcfb9a59f/frameset.htm
    But I did't find any option for integrating Silver Light Island in my system. Iam using SAP ECC 6.0  with following details
    SAP_ABA     701     0006     SAPKA70106     Cross-Application Component
    SAP_BASIS     701     0006     SAPKB70106     SAP Basis Component
    PI_BASIS     701     0006     SAPK-70106INPIBASIS     Basis Plug-In
    ST-PI     2008_1_700     0000          -     SAP Solution Tools Plug-In
    SAP_BS_FND     701     0006     SAPK-70106INSAPBSFND     SAP Business Suite Foundation
    SAP_BW     701     0006     SAPKW70106     SAP Business Warehouse
    SAP_AP     700     0019     SAPKNA7019     SAP Application Platform
    PLease help me in which version  I can find it or Send me some examples if any.
    THanks,
    Dayakar Padibandla

    You are running NetWeaver (SAP_BASIS) 7.01.  Silverlight Islands is not avaiable until NetWeaver 7.0 Enhancement Package 2 (7.02). Therefore you do not have Silverlight Islands functionality in your system. You could instead consider FlashIslands. They are available on 7.01 and are the same concept excpet they use Adobe Flash/Flex instead of Microsoft Silverlight.

  • Webdynpro abap integration with interactive adobe forms

    Hi  Experts,
    Am Facing problem printpreview  adobe in portal and it developed by webdynpro abap interactive form there am getting warning message
                Warning  : This form is not supported with current verision of Acrobat or Adobe reader
                                  Upgrade to Latest Verision For full Support.
    And it is display half letters in print preview.
    Regards,
    Sakthi.

    Dear Thomas,
    Here there are two server  one is developpment and quality.In development it is working fine and quality it is creating problem.If open in any system we are facing same problem.My dout is any server specific
    adobe verision is in portal.
    Thanks for Replying Good luck.
    Regards,
    Sakthivel.S

  • UWL Integration with Webdynpro ABAP

    Hello,
    I am creating a Webdynpro ABAP Application in which I want to create a screen(form) with various Input fields which will be entered by the user and it will have a Submit button.
    On the click of the Submit button I want to trigger a Workflow and send a workitem to the Approver. The Approver will be determined by the creator by selecting from a DropDown which will have the list of all the Approvers. How can I integrate this with UWL so that the Approver can logon to the Portal to Approve /Reject the workitem.
    Any help would be highly appreciated.
    Thanks in advance.

    you need to create the task entry in uwl xml file for your workflow task to call for an application.
    you can check performance management worklfow ws12300122 that has task 12300110.
    to execute a webdynpro abap application for task 12300110 below xml content in uwl configuration is required.
       <ItemType name="uwl.task.webflow.TS12300110.SAP_ECC_HumanResources" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="SAP_ECC_HumanResources" externalType="TS12300110" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                     <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                        <Property name="WebDynproApplication" value="HAP_MAIN_DOCUMENT"/>
                     <Property name="PLAN_VERSION" value="${item.PlanVersion}"/>
                     <Property name="APPRAISAL_ID" value="${item.ID}"/>
                     <Property name="PART_AP_ID" value="${item.PartID}"/>
                        <Property name="wi_id" value="${item.externalId}"/>
                        <Property name="MODE" value="X"/>
                      <Property name="sap-wd-configId" value="HAP_AC_MAIN_DOC"/>
                        <Property name="openInNewWindow" value="yes"/>
                     <Property name="System" value="SAP_Webdynpro_ABAP"/>
                      <Property name="WebDynproNamespace" value="sap"/>
                       <Property name="display_order_priority" value="5"/>
                   </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
    Do respond for futher queries.

  • WebDynpro ABAP Portal Integration

    Hello,
    i want to integrate a WebDynpro ABAP application from ERP 200 in the portal.
    There are several system aliasesdefinded in the portal.
    Anybody knows which system should be used to get a connection to the ERP 200 of the discovery system?
    Regards,
    Andy

    Hi Andy,
    You have to setup your SSO such as User Mapping in your Personalization -> Profiles at Portal.
    There are other methods, please visit help.sap.com for more information.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e5/4344b6d24a05408ca4faa94554e851/frameset.htm
    Regards,
    Rogério

Maybe you are looking for

  • Roles are not saving in idm6.0

    hi everybody, in my create user workflow i am getting the all the details from a form and then creating a view and then setting the idm atributes with the form values and then provisioning . my problem is i could not able to set the role in idm. my c

  • Per-thread NI-488.2 globals (ThreadIbsta, ThreadIberr, ThreadIbcnt)

    in my application do include Ni488.2 library and program to make gpib call, such as Write("*IDN?"). Then check Ni Spy, there are ThreadIbsta, ThreadIberr and ThreadIbcntl. Is possible to remove these three by any setting?

  • Pedigree generator for mac

    Has anyone discovered a pedigree program or generator that works with IWeb? Pedigree-draw is a botany-based program that was designed for mac, but doesn't work for what I need, namely a pedigree program and pedigree generator for dogs. Thanks for you

  • Console: PS CS5 - can't allocate region

    System 10.6.3; 8 gigs RAM, 32-bit PSCS5, 100% of 2100Megs allocated No crashes but -thousands- of these console entries: 5/9/10 2:28:04 PM [0x0-0x80080].com.adobe.Photoshop[2104] Adobe Photoshop CS5(2104,0xa00224e0) malloc: *** mmap(size=11284480) fa

  • Downloading Screen to Text Format

    Hi, Can any one pl. guide me to download SAP Module Pool Screen's to text format. After downloading to text format uploading it again to SAP. Thanks, Shree Hari