Team Viewer u2013 Customization

Hi All,
We are re-using SAP standard Explorer View from OBJECTDATAPROVIDER Webdynpro ABAP Component for Team Viewer application (Version EHP4)
By default each and every column in the table coming with sorting option, we want to remove sorting option for some of the columns. How can I remove the sorting option some of the columns.
Thanks in advance
Best Regards
Srihar S

Hi Sridhar
Have you tried using Personalization (Ctrl and Right Mouse button) on the UI element ?
Please also see if the Portal options/filter (usually in the top right of the table) provides any options to do this
If not maybe this has to be inherently customized in OADP and/or modified in the MSS JAVA code
Best regards
Stuart

Similar Messages

  • MSS - Customize Team View

    Hello,
    We are implementing MSS on Portal and trying to hide/remove fields in the MSS - Team View Application under Home.
    When a manager views the employees in the Team View, and selects the 'Open Detailed Team View' link at the bottom he can drag/select employees and do a comparison. On the Comparison screen , I want to hide/remove fields for Talent Data.
    How can we achieve this?
    Any help would be highly Appreciated.

    Hi Shankar,
    Please find the screens where I want to hide the Talent Fields in the third screen.
    Thanks for your help.

  • Team Viewer is missing from the Business Package

    We are using ESS And MSS Business Package for ERP 2004 - But it seems that Team Viewer is missing.
    I understand it is part of an older version of Business Packager.
    But how can we implement it for BP for ERP 2004?

    It's not in the BP for MSS for ECC5. You have to do a blended BP approach. You will need to install the earlier BP as well and then customize your MSS role to include the My Staff portions you need (like the Employee information screen that uses the Team Viewer). This is due to the fact that not all services had been ported over to WebDynpro for Java as of the ECC5 business package. There are SEVERAL other posts in here about doing it this way. Hope this helps.

  • 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

  • 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

  • Unable to see the employee photo in team view

    Hey experts, we have been handling with an issue almost two days and still cannot find any solutions, in mss service of homepage the employee photo is not visible as you can see below, i know that there was a thread about the same issue and we did what they told and what the right answer was but still has the same problem, * we run the program that generate the url * all of our reletad service is active * we apply a note (employee photo not updated).
    do we need to nakisa add on to see the photo or anything else that we can do,
    Thanks in advance.
    answers will be rewarded.

    hi ,
    i think ur missing some steps in the note as chk in  se11 > T77TMCPIC_URLS > click on display and do as below ...if u follow as per screen shot below ...wait for some other experts reply on this....
    next click on below button and log off and log -in and refresh the team view in portal

  • MSS PCR Team viewer Not working Poeperly when nodata available

    Hi
    We have implemented MSS Business package for Nw04 Sp18 portal and ERP2004 system.
    When using PCR team viewer list, we observed strange problem.
    We have created 4 views in r/3 side using  OADP img .all the views are displaying data correctly ,when each view has data available at back end, for any view if doesn't have data its showing previous view data instead of showing "no data found".
    But it’s working fine in QA portal, in DEV system we found this strange behavior. We compared all the config b/w two systems, not able to find the problem. Any one has any suggestions most welcome.
    Thanks in advance
    Gopal

    Not sure that I understand the issue here - are you saying that there are directly reporting employees who are not appearing in MSS unless the manager has SAP_ALL authorisation?  Are you also using HR structural authorisations?
    You do know how the standard "Direct Reporting" view in MSS is supposed to work?  As in, which employees you should be expecting to appear?
    The "Direct Reports" option uses an evaluation path called MSSDIREC, which references a relationship called B900 "Manager under manager".  Relationship B900 uses program RHDIREPO to find the relevant objects.
    For us at least, the standard "Direct Reports" only returns (1) employees in the same Org Unit as the manager, (2) employees in subordinate Org Units that do not have an occupied Chief position, and (3) managers (i.e. Chiefs) in subordinate Org Units.

  • How to Locate "Query View u2013 Selection" web item in WAD

    Hi,
       Where/How can i find the "Query View u2013 Selection" web item in Blank Templete of a WAD
    or
    From where i can install it from Business Content
    Thanks

    Hi,
    Are you with 7.x WAD?
    This option will be available with that.
    Or else,after putting Analysis Item->Properties->General tab->Click "New Data Provider" icon->Select the Type dropdown as "Data Provider of Type Query View".
    This will list three radio buttons ""Query View","Query" and "InfoProvider" under "Define Data Provider Type".You can select "Query View" radio button and assign Query View.
    Rgds,
    Murali

  • Can MSS Team Viewer for HR Users to See All Org?

    Hi MSS Expert:
    Our company has modified R/3 MDT scenario that specially give HR users to display all org structure and run reports through PPMDT.  We're now implmenting MSS 60.1, backend ESS 5.0, after configured the objects and data provider that's derived from MDT evalution path, we can not overwrite the team viewer that can give HR user to have full access to entire org structure view.  Is MSS team viewer only limited to line manager who has chief position?  Or can it be configured to adopt both line manager and special HR users?  Any guidance will be greatly appreciated.
    Helen

    Hi Helen,
    being chief is a pre-req for MSS..You can create custom function modules & evaluation paths to bring in different levels of employees in to the Team Viewer.. but cannot give access to a special user... one has to be a chief of an Org Unit to get access to MSS..
    Regards,
    Suresh Datti

  • Reg MSS Team Viewer

    Hi,
      We have implemented MSS 60.1 in Enterprise Portal SR1. We have customized reports for Manager screens in R/3. We published the reports as IAC in EP. My Question is whether we can integrate the customized report with Team Viewer such that manager will select the per no from team viewer iview and IAC view will reload the report for that Per no.
    Thanks in Advance.
    Regards
    Vasudevan Gopalan

    Hi,
    You can probably do it using the PCD page or PCD service options in the Column Definition of  Object & Data Provider in the backend(SIMG_SPORT).
    Good Luck,
    Suresh Datti

  • Differentiating Employee and Manager perspective of Team Viewer

    Hello Gurus,
    I have built one WebDynpro Application that need to call the Team Viewer of employee perspective. I have used the following URL
    http://<server>/webdynpro/dispatcher/sap.com/ess~lea/TeamView
    But I'm getting the manager perspective of the Team Viewer. What should  I do to get the employee perspective like in Standard Leave Request application.
    Kindly guide me.
    Thanks and regards
    Saravanan K

    I thought it would be a straight forward one...
    anyways...DC used for Getting this Team calender for employee perspective is : sap.com/pcui_gp~tecl
    And unfortunately this DC does not contain any application.....so cannot be accessed directly....
    It contains a component VcTeamCalendar which is used as an FPM view...which is inturn used as a CAF view in FPM application....
    This is how it comes there...
    I believe it cannot be accessed directly.

  • Team viewer

    i recently started working online and my boss asked me to install Team viewer. i installed as he said, and told him my user id and password as i had no idea regarding the team viewer scams. I logged into the site using his id and password and did the work he told me. there was no activity other than that on my computer which i could see. after that i exit from team viewer and threw it in trash and than empty the trash as well (i told him my concern and he said its fine delete it).... i didnt told him my any other information... is my system in danger? or are any files corrupted or imported during this time? or is it possible he took any of my financial information? and can he still access my computer? thanks...
    urgent response needed...

    Hi Mick,
    The Team Viewer iView has one parameter used for this purpose, "SortCol". In that parameter you can enter the key (ID) of the corresponding column in SAP (after which the list should be sorted). Note that there has been bugs  related to this funciton in older versions of the iViews. 
    BR,
    Markus

  • 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!

  • MSS: Cost Center in Team Viewer

    I'm trying to add Cost Centres to the Team Viewer.  I put 'ORG_COSTC' with Function Module HRWPC_GEN_COL_COSTCENTER into V_TWPC_ACOL_C and assigned the column group to my view.  I managed to get the Cost Centre column to show up on the Team Viewer but the employees Cost Centres are blank.  The employees in question all have Cost Centre info in IT0001 but it doesn't show up.  Is ORG_COSTC the correct field to be using?
    Thank you

    Hello Cara,
    After more discussion with the client, they said that providing them with the Org Unit name would be better than the Cost Centre.  In order to do this, I used the column 'FATHER2' in the Object and Data provider.
    Unfortunately, I never did figure out how to get the Cost Centre into the Team Viewer.  I tried checking the function module as well and couldn't return any values so you are further than me. 
    Can you get other columns to appear in the Team Viewer?
    Regards,
    Alex

  • Team viewing in MSS

    Hi gurus,
    in MSS
    Team view should only display the direct reportees of the person who is viewing it.
    For example: If Manager wants to view the list of employees who has applied for leave to him he should only be ableto see his reporteelist and not his peers or the entire HR departments leave.
    please throw some light on this
    Regards
    K Naveen Kishore.

    HI Siddharth,
    the issue is solved,
    i have customized the standard evaluation path SBESX by adding
    S     B       002    Is Line supervisor of    *      S
    and created two rule groups
    Zteamview   --  rule for team view- org unit( i have used SAP_MANG evaluation path)
    Zteamview1 --  rule for team view- target object(i Have used ZSBESX Evaluation Path)
    Thankyou .
    Regards
    K Naveen Kishore.

Maybe you are looking for

  • Defaulting colors in charts

    Hi, We have a requirement that, one of the dimensions we use in chart views actually define the color of the corresponding bar (let's assume it is a bar-chart). This can be done by setting conditional formatting on the measure (e.g. if the fruit name

  • Just got the new IPod - Warranty Coverage Question!

    So, I just leaped into the 90's and got an IPod - the new color screen video version. I purchased it at Best Lies (Buy) and they mentioned a 3 year warranty that included the battery replacement. It also covered the buttons/wheel/screen going dead ov

  • Setting a "private"-Flag for tasks/todos

    i am using a blackberry curve 9300 with OS 6, BES with lotus notes 8.5: there is no possibility to set a private-fla g in blackberrys todo-applic ation. do you know an other third party application to create private tasks on blackberry or is there an

  • Repeate Message after RuntimeException in Message-Mapping transformation

    Hello Experts, I have a mapping defined with a UDF. In the mapping editor the tests were successfull but in the reale world - of course not Now I have a message in the Integration Server with red flag because of com.sap.aii.utilxi.misc.api.BaseRuntim

  • RMAN Connections To Primary DB While Creating Standby With Active Database

    OS Version : AIX 6.1 DB Version : 11.2.0.1 I am creating a standby database with active database option (without any backups). When i am checking number of connections in my primary database, i can see 3 rman connections from the standby machine. How