MSS Teamviewer Inquiry

Hi.
Im using EP6 SP2 and i am working on modifying the standard teamviewer such that any userid can be passed to the standard teamviewer so that I can view subordinates corresponding to that userid.
Ive created my own teamviewer class similar to the standard sap teamviewer. Almost all functionality works except that when I try to change the view dropdown to DIRECTLY REPORTING EMPLOYEES, no data is displayed. But when the selected view is ALL EMPLOYEES, im getting the correct data.
I did not change the backend of the teamviewer which is com.sap.pct.hcm.objectanddataprovider.par. I am using the same backend RFC calls inside objectanddataprovider. Am I missing something here? Please enlighten me. Thank you in advance.

Hi PSB,
Please go thru the following thread for MSS without chief.
MSS - Not using Chief Position
Also, the ODAP config cab be found at:
http://help.sap.com/erp2005_ehp_03/helpdata/EN/e7/947e40ec66ce62e10000000a155106/content.htm
https://websmp202.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_HIER_KEY=501100035870000016962&_HIER_KEY=601100035870000210477&_HIER_KEY=601100035870000210516&_HIER_KEY=701100035871000517506&_OBJECT=011000358700000328052007E&
Regards,
Jigar

Similar Messages

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

  • 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

  • EP6.0SP2: MSS teamviewer -  portal runtime error

    Hi all,
    could you provide me with information how to solve this problem:
    We implemented the BP MSS 60.1.2 . Now only a few iviews are working fine - he most of them occur this error:
    Portal Runtime Error - ... - tcom/sap/pct/hcm/orgmanagementeventing/CKey.
    The teamviewer is not working neither, here this error appears:
    Portal Runtime Error - ... -
    Component Name : null
    Page could not create the iView
    I have found some similar topics within the sdn forum, but the only solution mentioned there are to reimplement MSS 60.1.1 .
    Is this the only solution for this foreseen ??
    Thanks in advance for your help.
    Sandra

    1st question would be.. does that iview in that path actually exist.  If it does it may be worth delting it from the page and then adding it again.  if it doesn't, well that's your problem.
    If it does exit then try previewing it. Looking at the error (Component Name : null) it could be that the par file has not deployed properly, in which case it is basically pointing at java code that doesn't exist.  If that is the case look for any .err files at OS level, rename then to .par and restart j2ee.
    Paul

  • MSS Teamviewer Eventing problem

    Hi,
    I am working on Teamviewer eventing. Here is my complete JSP page code. All I am trying to do is pass the data from client event back to server side Dynpage. I am getting an error on bottom status bar that "objected expected" on the line "var inputfield = eval(func("pernr"));"   Can anyone tell what could be the problem ?
    <jsp:useBean id="myBean" scope="application" class="com.wrigley.evt.EvtBean" />
         <hbj:content id="myContext" >
           <hbj:page title="PageTitle">
            <hbj:form id="myFormId" >
               <hbj:inputField
                   id="pernr"
                   type="string"
                   maxlength="20"
                   value=""
                   visible="FALSE"
                   jsObjectNeeded="true">
              </hbj:inputField>
            </hbj:form>
           </hbj:page>
         </hbj:content>
        <script language="javascript">
         EPCM.subscribeEvent("urn:com.sap.pct.hcm.orgmanagement:CurrentObject", "objectChanged", receiveEvent);
         function receiveEvent(Evt) {
             var pernr = Evt.dataObject;
             var funcName = htmlb_formid+"_getHtmlbElementId";
              func = window[funcName];
             var inputfield = eval(func("pernr"));
             if (inputfield)
                inputfield.setValue(pernr);
             var form = document.all(htmlb_formid);
             form.submit();
        </script>          
       <%=myBean.getCW1()%>

    Hi Sudheer,
       You are missing the following line at the top of jsp page.
    <%@ taglib uri="tagLib" prefix="hbj" %>
    Also add the following lines to your portalapp.xml
    <component-profile>
            <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>
          </component-profile>
    Venkat: you are guessing?

  • IVew does not gets personal no from MSS TeamViewer.

    Hi Experts,
    I have a page in which I have Teamviewer and another iView. The first time the page loads the pesonal number is fetched from the teamviewer and passed to the iView but when i click the second selection (employee) next time from the teamViewer, nothing changes, the data remains the same in the iView. I have figured out that first time the page loads, the personal no is passed to the iView from the teamviewer, but on every subsequent selection, my method (below) does not return the personal no of the employee that has been selected from the teamviewer.
    protected String getPerNo() {
    String perno = null;
    try
    CKey cKey = CKey.retrieve(this, request, "P ");
    request.getServletRequest().setAttribute("cKey", cKey);
    perno = cKey.getObjectID();
    temp = perNo;
    cpCvBean.setTemp(temp);
    if(perno == null)
    throw new CpCvException("Unable to retrieve Personnel Number from Teamviewer");
    catch(CpCvException me)
    message = me.getMessage();
    processError(message, me);
    catch(Exception e)
    message = e.getMessage();
    processError(message, e);
    return perno;
    The codes are as following :
    component----
    import com.sapportals.htmlb.page.*;
    import com.sapportals.htmlb.event.*;
    import com.sapportals.portal.htmlb.page.*;
    import com.sapportals.portal.prt.component.*;
    import com.sapportals.portal.prt.resource.IResource;
    import com.sap.pct.hcm.orgmanagementeventing.CKey;
    import com.sapportals.portal.prt.session.*;
    import java.math.*;
    import java.util.*;
    import java.util.Calendar;
    import com.sapportals.portal.prt.service.jco.IJCOClientService;
    import com.sap.mw.jco.JCO;
    import com.sapportals.portal.prt.service.jco.IJCOClientPoolEntry;
    import com.sap.mw.jco.IFunctionTemplate;
    import com.sap.mw.jco.IRepository;
    public class CpCv extends PageProcessorComponent {
         public DynPage getPage(){
              return new CpCvDynPage();
         public static class CpCvDynPage extends JSPDynPage{
              private CpCvBean cpCvBean = null;
              private CpCvErrorBean cpCvErrorBean = null;
              protected IPortalComponentRequest request;
              protected IPortalComponentSession session;
              protected IPortalComponentContext context;
              protected IPortalComponentProfile profile;
              protected String message = "";
              protected String perNo = "No Data";
              protected String userId;
              protected String sapSystem;
              private final static int INITIAL_STATE = 0;   
              private final static int OUTPUT_STATE = 1;
              private final static int ERROR_STATE = 2; 
              private int state = INITIAL_STATE;
              // variabler for test
              private boolean gender=true;
              JCO.Function function = null;
              protected String temp = "saurabh";
              public void doInitialization(){
                   System.out.println("cpCv - Code is rendered: " + Calendar.getInstance().getTime().toString());
                   state = INITIAL_STATE;
                   getPortalParams();
                   perNo = getPerNo();
                   cpCvBean = new CpCvBean();
                   cpCvErrorBean = new CpCvErrorBean();
                   session.putValue("cpCvBean", cpCvBean);
                   session.putValue("cpCvErrorBean", cpCvErrorBean);
                   // fill your bean with data here...
                   connect();
              }// end doInitialization
              protected void getPortalParams() {
                   request = (IPortalComponentRequest) this.getRequest();          
                   session = request.getComponentSession();
                   context = request.getComponentContext();
                   if (request.getParameter("PERNR") != null) {
                        perNo = request.getParameter("PERNR");
                   profile = context.getProfile();
                   IUserContext userContext = request.getUser();
                   userId = userContext.getUserId();
                   sapSystem = profile.getProperty("SystemId");
                   System.out.println("cpCv - Sapsystem is: " + sapSystem);
                   System.out.println("cpCv - For signum " + userId + " we got personal number " + perNo);
              }// end getPortaParams
              protected String getPerNo() {
                   String perno = null;
                   try
                        CKey cKey = CKey.retrieve(this, request, "P ");
                        request.getServletRequest().setAttribute("cKey", cKey);
                        perno = cKey.getObjectID();
                        temp = perNo;
                        cpCvBean.setTemp(temp);
                        if(perno == null)
                             throw new CpCvException("Unable to retrieve Personnel Number from Teamviewer");
                   catch(CpCvException me)
                        message = me.getMessage();
                        processError(message, me);
                   catch(Exception e)
                        message = e.getMessage();
                        processError(message, e);
                   return perno;
              protected void connect() {
                   getPortalParams();
          //-----------data fetched from backend system
              }// end processError
         }// end class cpCvDynPage
    }// end class cpCv
    jsp----
    <%@ taglib uri="tagLib" prefix="hbj" %>
    <%@ page import="com.sapportals.htmlb.*" %>
    <%@ page import="com.sapportals.htmlb.enum.*" %>
    <%@ page import="com.saurabh.pct.hcm.CpCvBean" %>
    <%@ page import="com.sapportals.htmlb.htmlcontainer.*"%>
    <jsp:useBean id="cpCvBean" scope="session" class="com.saurabh.pct.hcm.CpCvBean" />
    <hbj:content id="cvContext" >
         <hbj:page title="PageTitle">
              <%
                   // targetURL is the URL to this page, at this position in the portal object model
                   String targetURL = componentRequest.createComponentURL(componentRequest.getNode(), null);
                   // build unique java script function name - this way we never collide with anybody else...
                   String jsFunctionName = "ecfForm_" + componentRequest.getComponentContext().getValue("COMPONENT_ID");
              %>
              <%
                   // clearButtonId holds the ID of the clear Button
                   String clearButtonId = null;
                out.println("perno1 = " + cpCvBean.perNo);
              %>     
              <hbj:form id="cvFormId" >
                   <%
                   FormLayout fl01 = new FormLayout();
                   cvFormId.addComponent(fl01);
                   fl01.setWidth("600px");
                   fl01.setDebugMode(false);
                   FormLayoutRow row01 = fl01.addRow();
                   row01.setPaddingTop("10px");
                   row01.setPaddingBottom("5px");
                   Image i011 = new Image(cpCvBean.getLogoURL(), "Picture logo_116px.gif");
                   i011.setWidth("118px");
                   i011.setHeight("26px");
                   i011.setAlt("logo");
                   TextView tv011 = new TextView ("tv011");
                   tv011.setEncode(false);
                   tv011.setText("<font size="+2"></font>");
                   FormLayoutCell cell011 = fl01.addComponent(1,1, i011);
                   cell011.setHorizontalAlignment(CellHAlign.LEFT);
                   cell011.setPaddingLeft("5px");
                   FormLayoutCell cell012 = fl01.addComponent(1,2, tv011);
                   cell012.setHorizontalAlignment(CellHAlign.RIGHT);
                   FormLayoutRow row02 = fl01.addRow();
                   row02.setPaddingTop("5px");
                   row02.setPaddingBottom("30px");
                   TextView tv012 = new TextView ("tv012");
                   tv012.setEncode(false);
                   tv012.setText("<font size="+1"><b>Details</b></font>");
                   FormLayoutCell cell021 = fl01.addComponent(2,2, tv012);
                   cell021.setHorizontalAlignment(CellHAlign.RIGHT);
                   FormLayout fl0 = new FormLayout();
                   cvFormId.addComponent(fl0);
                   fl0.setWidth("600px");
                   fl0.setDebugMode(false);
                   FormLayoutRow row001 = fl0.addRow();
                   FormLayout fl15 = new FormLayout();
                   fl15.setWidth("110px");
                   fl15.setDebugMode(false);
                   FormLayoutRow row151 = fl15.addRow();
                   //row151.setPaddingTop("10px");
                   //row151.setPaddingBottom("5px");
              </hbj:form>
              <script language="JavaScript">
                   EPCM.subscribeEvent( "urn:com.sap.pct.hcm.orgmanagement:CurrentObject", "objectChanged", <%=jsFunctionName%> );
                       function <%=jsFunctionName%> ( evt ) {
                        document.all.<%=clearButtonId%>.click();
              </script>
         </hbj:page>
    </hbj:content>
    portalapp.xml----
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="ClassLoadingPolicy" value="5.0"/>
        <property name="DeploymentPolicy" value="5.0"/>
        <property name="AuthenticationPolicy" value="5.0"/>
        <property name="ServicesReference" value="htmlb, jco, jcoclient, landscape"/>
        <property name="SharingReference" value="com.sap.pct.hcm.orgmanagementeventing, com.sap.pct.hcm.hcm_util"/>
      </application-config>
      <components>
        <component name="default">
          <component-config>
            <property name="ClassName" value="com.saurabh.pct.hcm.CpCv"/>
            <property name="SecurityZone" value="com.sap.portal.ep50/ep50_safety"/>
          </component-config>
          <component-profile>
            <property name="FMQualMp" value="Z_HR_GET_QUAL_MP_CV"/>
            <property name="FMPhoto" value="ZHRWPC_RFC_EP_READ_PHOTO_URI"/>
            <property name="FMPersData" value="Z_H_MP_READ_INFTY_CV"/>
            <property name="SystemId" value="SAP_R3_HumanResources"/>
            <property name="FMQual" value="Z_HR_GET_QUAL_NEW"/>
            <property name="QualGroup" value="30000362"/>
            <property name="QualGroup1" value="30561390"/>
            <property name="FMPosDesc" value="Z_READ_POSDESC_NEW"/>
            <property name="LangSkills" value="30000847"/>
            <property name="FM9990" value="Z_GET_PERS_IT9990"/>
            <property name="FMABTME" value="Z_EES_GET_ABOUT_ME2"/>
            <property name="FM9991" value="Z_GET_PERS_IT9991"/>
            <property name="FMEVTS" value="Z_GET_PERS_ATTEND"/>
            <property name="PAR_DEPENDENCIES" value="com.sap.pct.hcm.orgmanagementeventing,com.sap.pct.hcm.hcm_util"/>
            <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld">
              <property name="inheritance" value="final"/>
            </property>
          </component-profile>
        </component>
      </components>
      <services/>
    </application>

    Hi Saurabh,
    Were you able to solve this issue ? We r also facing the same problem. Pls suggest.
    Thanks and Regards,
    Vinod Venugopal

  • How to change the port in the URL of a BSP Iview

    Hello,
    we have several appraisal templates released in our R/3 system and we can access them by the portal.
    We are changing our systems and we are implementing a load balanced in order to improve the connections with the portal. So we need to know how can we change the port of the server that appears in the URL when we go to MSS ->teamviewer and select one appraisal to see the information of the template.
    We need to change it and indicate the port of the load balanced http://emsapl404pre.endesa.es:8000/sap/bc/bsp/sap/hap_document...) not the port of one of the WAS server as we have now http://emsapl404pre.endesa.es:8302/sap/bc/bsp/sap/hap_document...)
    Thanks in advanced.
    Best regards.
    Seshen

    Hi,
    Just view any BSP Application in SE80 and the click on Utilities(M)->Settings.
    This will fgive you option to change URL and port number of the URL..
    It will be under the Business server Pages tab in the settings window.
    Hope this helps.
    <b><i>Do reward each useful answer..!</i></b>
    Thanks,
    Tatvagna.

  • Adding Additional Columns in ESS Leave Request iview ( EP 7.0)

    Hi,
    I have a requirement to add some additional fields to the Leave Request Iview. Can any one suggest me  the best possible solution  to add the fields 'Processed by' and 'Approved Date' to the iview?
    Thanks in Advance,
    VR.

    Hi,
    You can personalize Web Dynpro iViews. I have explained this in another topic (2nd post) : [Re: Remove colums in WD MSS teamviewer].
    And the wiki contains useful information : [ESS Personal Information UI enhancement without modification|http://wiki.sdn.sap.com/wiki/display/profile/ESSPersonalInformationUIenhancementwithoutmodification].
    If it is the Universal Work List iView you want to modify, you'll have to modify the UWL configuration.
    Regards,
    Pierre

  • Portal eventing between WD java and BSP popup

    Hi guys,
    I have a WebDynpro application that opens a BSP popup like that :
    WDPortalNavigation.navigateAbsolute(
              wdContext.currentURLElement().getEvaluationURL(),
              WDPortalNavigationMode.SHOW_EXTERNAL,
              "directories=no location=no menubar=no resizable=yes status=no toolbar=no",
              "evaluationdeformation",
              WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
              urlParam.toString()
    When the popup is closed, I want to update the content of my webdynrpo application. I tried using portal eventing but it didn''t worked because the popup doesn't seem to know its opener....
    Is anybody have an idea ?
    Thanks in advance.
    Julien.

    Hi Julien,
    have you made sure that your BSP application is using EPCF? There is a flag you need to set to X in your BSP app for this to take effect. Also, you can not add javascript to a WD app, so calling the window.opener will not make any difference. However, you can subscribe to an event raised by another application in your WD app. It is possible to raise events between windows, one being a bsp and the other a WD or portal application. Check the following threads.
    [Portal Eventing: EPCMPROXY calls between two browser windows;
    [Client side eventing between MSS teamviewer and BSP application;
    Cheers,
    Dion

  • Eventing in Visual Composer

    Hi
    i have a page in which there is a teamviewer and other is an IVIEW which i created using VC.Now can i pass the PERNR selected in Teamviewer to my IVIEW?
    Please help and tell me about what code i have to change?
    Thanx in advance

    Hi
    Have a look at:
    1. /thread/7056 [original link is broken]
    3. VC iView and MSS Teamviewer
    The reading should give you a good idea how to do that
    Kind Regards, Jack

  • Error on EPCMPROXY is undefined

    Hi,
      I encountered an error message 'EPCMPROXY is undefined' when I have two BSP applications on the same page subscribing to the MSS teamviewer. This problem happens intermittently when I try to change the employee in the MSS teamviewer, to display detailed infomation in the two BSP applications.
    In the two BSP applications, I use the following codes to subscribe to the MSS teamviewer upon change of the selected employee. I have tried to use two different procedure name for EPCMPROXY and myreceiveEvent. But the problem still exists. Anyone provide some help on this?
    <SCRIPT src="epcfproxy.js"></SCRIPT>
    <script language=javascript>
    var lnDotPos = document.domain.indexOf( "." );
    if (lnDotPos >= 0) document.domain = document.domain.substr( lnDotPos + 1 );
    EPCMPROXY2.subscribeEvent( 'urn:com.sap.pct.hcm.orgmanagement:CurrentObject', 'objectChanged', window, 'myreceiveEvent2' );
    function myreceiveEvent2( eventObj2 )
        var dataKey2=eventObj2.dataObject;
        Emp2.EmpID.value = dataKey2.substr(6,8);
        Emp2.submit();
    </script>

    Hi Detlev,
    Answer to your questions:
    1) I have purposely named one BSP application with EPCMPROXY and the other BSP application with EPCMPROXY2, thinking that it may solve the runtime error, but it didn't.
    2) If I display either one of the BSP applications, then the program will work without any error. If both BSP applications are displayed in the same page, then the runtime error will occur.
    Any idea what is causing this problem?
    Regards,
    Seow Ting

  • TableView NullPointer after onRowSelection

    Hello,
    I am getting a NullPointerException when trying to access a specific column value for a selected row, after clicking on the checkbox.
    The rowSelection event works fine, but when I try to use getValueAt(x,y), I get the null.
    Here is my code for rowSelection:
    public void onRowSelection(Event event) throws PageException {
         String value = null;
         TeamViewerBean teamViewerBean = null;               
         request = (IPortalComponentRequest) this.getRequest();
         teamViewerBean =
              (TeamViewerBean) request.getComponentSession().getValue(
                   BEAN);
         TableRowSelectionEvent rowe = (TableRowSelectionEvent) event;
         int selectedRow = rowe.getVisibleRowIndex();
         TableView table = (TableView) this.getComponentByName("managerListTableView");
         if (table != null)
              value = table.getValueAt(selectedRow,2).toString();
    I should be able to get the value of any column, row in the table? It works fine when I use a CellRenderer to change a link in the table? Why doesn't this work here?
    Please help.
    Exception:
    Caused by: java.lang.reflect.InvocationTargetException: java.lang.NullPointerException
         at com.sapportals.htmlb.table.DefaultTableViewModel.getValueAt(DefaultTableViewModel.java:186)
         at com.sapportals.htmlb.table.TableView.getValueAt(TableView.java:765)
         at com.progistix.mss.teamviewer.TeamViewer$TeamViewerDynPage.onRowSelection(TeamViewer.java:139)
         at java.lang.reflect.Method.invoke(Native Method)

    I was able to solve it.
    Instead of using the TableView, you need to get your model view from the BEAN and then you can get the contents.

  • How to remove the personalise link in Teamviewer of MSS Business package

    Hi
    we have implemented MSS business package for NW0 EP6 Sp18 and ERP2004.
    MSS100 SP13.
    1.How to remove or disable the personalise link on team viewer view?
    2.How to make the filter on by default without click on the link while after loading view?
    any documents?
    thanks in advance
    Gopal

    Hi Gopal ,
    i am giving answer for 1s t question ..
    How to remove or diable the personalize link ..
    GO to Content admin -->Portal content
    click on search .
    and seach for eu_role
    u can get standard role .. open the object ..
    Just remove the Portal personalization workset and save it ..
    Regards,

  • MSS - Unable to work teamviewer with generic view table iview

    Hi Portal experts !
    I work on a portal migration project from EP5 to EP6 and I have a problem to work together a "teamviewer" iview and a "generic view table" iview.
    The teamviewer displays all my employees and when I click on a employee, the "generic view table" iview must display me his/her career in the company (the iview execute a SAP query with in input the personal ID of the selected employee).
    On EP5, it is working.
    But on EP6, it is not working. I have no error message displayed but it throughs me on the first folder of the test portal role I have created.
    I have used the same templates from EP5 to create EP6 iviews.
    There are few parameters on each iviews, so I don't know where can be the origin of problem :/.
    If you have any clue, it would be great !
    Thanks by advance
    Best regards,
    Nicolas

    I've found the solution: I have to set the "isolation method" property to "Pumped" for the iView which catches the event launched by the teamviewer.
    What is looked strange is that isolation method is deprecated
    Hope that it will help someone on this subject.
    Nicolas

Maybe you are looking for