Changing MSS iviews

Hi All,
We've installed the MSS business package and some of the components don't have the required functionality. We'd like to add an additional field to an MSS iview. I've found the PAR file which has the JSP, images, xml files and the class files but doesn't contain the Java code itself ( unlike the components we've written ).
What is the recommended method to add the new field into the iview / component ? Do SAP provide the Java code for each component on request ?
I suppose I could decompile the class files but this is messy.
Cheers
Richard

Hello Richard,
My impression has been that more or less, if you want to add  functionality to an existing SAP MSS iView you are kind of stuck between a rock and a hard place.  To my knowledge, SAP does not provide the source for the iViews and somewhere in this forum there was a discussion about the legalities etc., regarding decompiling SAP iViews.  But really, when it comes down to it, if you are adding minor functionality to an existing MSS iView... do you really want to recode the whole thing?  Probably not...
Cheers,
Mike

Similar Messages

  • How to change texts in MSS iView 'Attendance Overview'

    Does anyone know how to change the texts in the MSS iView 'Attendance Overview', for example?  It has the column 'Employees' and we would like to change it to say 'Associates'.  Also, it has the text 'Choose Employee List' which has a drop down with 'All Employees' or 'Directly Reporting Employees' which we want to change 'Employees' to 'Associates' as well.

    The easiest way to do the search is on the file system. The PAR files get unpacked under:
    \usr\sap\<SID>\JC<XX>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root
    you can also browse this via the portal goto
    System Administration --> Support
    There you will be able to browse the deployed par files... but the file system is easiest.
    Simon

  • Date seperator in MSS iViews

    hi all
    We have a requirement to change the format of date in MSS iViews from mm/dd/yyyy to mm.dd.yyyy. How can we achieve this in portal? Kindly advise.
    with thanks
    amit

    hi paul
    thanks a lot for the response...the note u have provided talks about changes specific toa country, but in my case the requirement is a bit more specific. we need to change the format to strictly dd.mm.yyyy
    i did not get from the note how do we achieve it. can u please elaborate on it???
    amit

  • Date Format in MSS iviews

    Hi,
    We have EP6 SP11 with the Manager Self Service Business Package. The dates on our MSS iviews are currently showing as MM/DD/YYYY. I have set the default country of the portal to GB but the language setting in the user profile is overriding this. If I set the language to "English (United Kingdom)" the date shows correctly as DD/MM/YYYY. But if I just set it to "English", the dates show as MM/DD/YYYY.
    However, we are using an R/3 system as our user store, so the language setting is coming from there (SU01 > Communication section) and there is no option for "English (United Kingdom)", only "English". How can I change the "English" option to default to en_gb rather than en_us? Or can I map the English setting in R/3 to English (United Kingdom) setting in the portal? Or is there something else I can do?
    Any help greatly appreciated!
    Thanks in advance,
    Jane

    Hi Jane,
    Try to change the language settings of the Internet Explorer and see if it is not being over-ridden from the user profile.
    Regards,
    Mohan

  • MSS iView 'Team Calendar' display only one Month

    Hi ,
    The Managers want to see at least 3 months for the leave , in order to schedule resources/coverage .MSS iView 'Team Calendar' display only one Month . Can we change the number of months ? or use another tool/functionality via the portal ?
    Any help or documentation are welcome .
    Regard's

    In SAP standard config there is no option so as to display more than one month on in Team calender iView.
    In you case you will have to do development.

  • How to modify ESS/MSS iviews without NWDI

    Hi Everybody,
    The last couple of day's I have been searching the forums to find an answer to the above mentioned question. Is there a way to modify the ess/mss iviews without NWDI?
    I have tried allmost anything I could think off... Unzip the files and import the files manualy into nwds etc...
    After while I saw a posting that SCA files could be imported in the latest version of NWDS, I was able to import the SCA files of SAP into NWDS 7.1, but I am not able to create a project out of them. Probably this will also lead to issues when uploading the newly build sca files into portal 7.0.
    Can anyone help me?
    Thanks in advance.
    Kind regards,
    Xander

    Hi Xander,
    Some time ago I had the same question as you and as you I tried several things to load the SCA file to NWDS but after several tests it was loaded but without the screens.
    I was able to create the project but it was missing many things when I tried to compile the project,  the reason for this is that the ESS Package has a dependency in other SC as specified in the SAP Note 872892 - JDI/NWDI Cookbook for ESS/XSS (NWDI.zip File).
    When you have all the dependencies (SCA files) it is a bout 700 MB which is a lot to load locally and figuring out exactly what you need  will take a long time so at the end I could not use any trick to avoid the use NWDI as I only had to do 1 change to 1 DC ess/ca/padata so installing NWDI was an overhead for that only change, but at the end I have to do it.
    I found the same posting as you and it seems NWDI 7.1 has the feature to do exactly what we needed.
    But if you want to modify just the iviews as you are mentioning in your post you can do this straight in EP Content after copying your own content from the SAP standard content to do your modifications.
    Best regards,
    Juan Jose

  • How to change one iView to another in portal page by clicking the third one

    Hi all!
    I have created four iViews: two speedometers with web application designer and two iViews with visual composer. I added the speedometers and a visual composer iView #1 to a portal page (default view). The requirement is that by clicking the speedometer #2, the visual composer iView #2 would replace visual composer iView #1 on the portal page. If the user then would select the speedometer #1 again by clicking it, visual composer iView #2 would replace #1 again and so on.
    I have read article http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b65a5d-f397-2910-a78a-f5544f21c33b?QuickLink=index&overridelayout=true, but it is more about filtering VC iView values with BI web items. I don't need to filter anything, just to change one iView to another in a portal view by clicking a third one.
    I have thought of placing two VC iView to a same portal page area and defining one of the to be visible and another hidden (by clicking speedometers these properties would change), but I haven't found the way how that could be done in portal. Is there a way to define some OnClick-method to change visibility parameters or url-address of another iView?
    One solution might be¨on the other hand to transfer any value to VC by clicking a speedometer and to change the visibility of the VC iViews according to that value (the speedometer #1 should in that case transfer other value to VC than speedometer #2). I don't know if that is possible with speedometers - you can't reference any characteristics or variables with it.
    If you have an idea, what would be the best way to accomplish this requirement, I would be very glad to hear about it! We are in VC 7.0.
    Points garanteed!
    Regards
    Sari

    Hi,
    In the portal, create a page and place the iView having the three input fields on top. Place the second iView below. Keep differing the second iView for every page. In this way you can make the iView with 3 input fields only in the desired pages. You can use EPCF to invoke / navigate to another iView.
    Regards
    Srinivasan T

  • MSS Iview error - Any  body  help me - Very urgent

    Hello All,
    I've configured ESS BP in my Portal successfully and it's running perfectly fine. Now i've imported MSS also without any problems. Now the issue is when i'm launching the My Staff iViews it gives me a message "Could not connect to the R/3 System" . These iViews using the system object "SAP_R3_HumanResources" which has been used by the ESS iViews also. Now ESS iViews are working fine with the same system object but MSS iviews are giving me the error message.
    My System landscape :
    MSS BP Installed: BPMSS601_19-20001489
    R3- 4.6C
    Portal : EP6 Sp11
    WAS: 6.40
    Any help will be highly appreciated.

    Hello All,
    I've configured ESS BP in my Portal successfully and it's running perfectly fine. Now i've imported MSS also without any problems. Now the issue is when i'm launching the My Staff iViews it gives me a message "Could not connect to the R/3 System" . These iViews using the system object "SAP_R3_HumanResources" which has been used by the ESS iViews also. Now ESS iViews are working fine with the same system object but MSS iviews are giving me the error message.
    My System landscape :
    MSS BP Installed: BPMSS601_19-20001489
    R3- 4.6C
    Portal : EP6 Sp11
    WAS: 6.40
    Any help will be highly appreciated.

  • Error in the Standard MSS iview?

    Hi,
    I am using "startprocess" mss iview from Content Provided By Sap,when click on preview it shows bellow error.But same iview is working in my Development System.
    Error
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Failed in WD JNDI lookup. javax.naming.NameNotFoundException: No child found in WebDynproContext with name mss~hras
        at com.sap.portal.pcm.iview.admin.AdminBaseiView.createAttrSetLayersList(AdminBaseiView.java:357)
        at com.sap.portal.pcm.iview.admin.AdminBaseiView.getAttrSetLayersList(AdminBaseiView.java:205)
        at com.sap.portal.pcm.iview.admin.AdminBaseiView.getCustomImplementation(AdminBaseiView.java:148)
        at com.sap.portal.pcm.admin.PcmAdminBase.getImplementation(PcmAdminBase.java:530)
        at com.sapportals.portal.ivs.iviews.IviewServiceObjectFactory.getObjectInstance(IviewServiceObjectFactory.java:442)
        ... 40 more
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to load page
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:528)
         at com.sap.portal.pb.PageBuilder.wdDoInit(PageBuilder.java:192)
         at com.sap.portal.pb.wdp.InternalPageBuilder.wdDoInit(InternalPageBuilder.java:150)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: javax.naming.NamingException: Failed in WD JNDI lookup. javax.naming.NameNotFoundException: No child found in WebDynproContext with name msshras [Root exception is com.sapportals.portal.prt.runtime.PortalRuntimeException: Failed in WD JNDI lookup. javax.naming.NameNotFoundException: No child found in WebDynproContext with name msshras]
         at com.sapportals.portal.pcd.gl.JndiProxy.getObjectInstance(JndiProxy.java:51)
         at com.sapportals.portal.pcd.gl.PcdGlContext.getSemanticObject(PcdGlContext.java:919)
         at com.sapportals.portal.pcd.gl.PcdGlContext.getSemanticObject(PcdGlContext.java:692)
         at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:69)
         at com.sapportals.portal.pcd.gl.PcdURLContext.lookup(PcdURLContext.java:238)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sap.portal.pb.data.PcdManager.doInit(PcdManager.java:72)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:526)
         ... 31 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Failed in WD JNDI lookup. javax.naming.NameNotFoundException: No child found in WebDynproContext with name mss~hras
         at com.sap.portal.pcm.iview.admin.AdminBaseiView.createAttrSetLayersList(AdminBaseiView.java:357)
         at com.sap.portal.pcm.iview.admin.AdminBaseiView.getAttrSetLayersList(AdminBaseiView.java:205)
         at com.sap.portal.pcm.iview.admin.AdminBaseiView.getCustomImplementation(AdminBaseiView.java:148)
         at com.sap.portal.pcm.admin.PcmAdminBase.getImplementation(PcmAdminBase.java:530)
         at com.sapportals.portal.ivs.iviews.IviewServiceObjectFactory.getObjectInstance(IviewServiceObjectFactory.java:442)
         at com.sapportals.portal.prt.jndisupport.DirectoryManager.getObjectInstance(DirectoryManager.java:56)
         at com.sapportals.portal.pcd.gl.JndiProxy.getObjectInstance(JndiProxy.java:47)
         ... 38 more
    Please guide me to solve the problem
    Thanks
    Srikanth

    No child found in WebDynproContext with name "mss~hras  "
    check the code where you define that.
    see the thhread below which is similar issue
    Description attribute of PCD element
    Points are welcome if it is helpful
    Koti Reddy

  • Portal Runtime Error  for MSS Iviews

    Hi all,
    Though this topis has been discussed several times in our forum, i could not make anything from it.
    Portal Runtime Error
    <i>
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.ssmcehr.ssmcehr/com.ssmc.pct.ehr.mss.folder.mss/com.ssmc.pct.ehr.mss.folder.roles/com.ssmc.pct.ehr.mss.role.mss_mgrs/com.ssmc.pct.ehr.mss.workset.manager_self_service/manager_self_service/com.ssmc.pct.ehr.mss.worksets.employee_information/com.ssmc.pct.ehr.mss.page.employee_career/com.ssmc.pct.ehr.mss.iview.pay_actions
    Component Name : com.sap.pct.hcm.eeprofilegenericiviewtable.default
    The exception was logged. Inform your system administrator..
    Exception id: 09:51_08/12/06_0067_101532150
    See the details for the exception ID in the log file
    <i>
    <b>and  the error log file ...</b>
    <i>
    #1.5#00142216FF7C00640000003F000022F80004240E23838D08#1165543050906#com.sap.security#sap.com/irj#com.sap.security.logToFile#Guest#19####76b39fa0865f11db815c00142216ff7c#SAPEngine_Application_Thread[impl:3]_16##0#0#Error#1#/System/Security/Audit#Plain###Guest | LOGIN.ERROR | NONE = null | | Login Method=[default], UserID=[jothi], IP Address=[137.55.161.180], Reason=[Access Denied.]#
    #1.5#00142216FF7C006100000031000022F80004240E23BE4303#1165543054765#com.sap.portal.ivs.semantic.systemLandscape#sap.com/irj#com.sap.portal.ivs.semantic.systemLandscape#Guest#19####790075d0865f11dba82400142216ff7c#SAPEngine_Application_Thread[impl:3]<b>_15##0#0#Error#1#/System/Server#Java###Failed to get alias mappers sub context in the Portal Registry##</b>
    <i>
    This occurs only for the LDAP users,if we create user in EP(manually) it's working fine..
    Thanks in Advance,
    Jothi.P

    It got resolved by itself after restarting the Java server.

  • MSS iView Errors

    Hi all.  We're getting a Portal Runtime error in our production environment when trying to view certain MSS iviews, such as Absence Days, Personal Data, Detail View Attendances, Company Properties, Emergency Contact, etc.
    The error looks something like,
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 09:28_02/04/09_0155_2490650
    Refer to the log file for details about this exception.
    The error log gives such clues as:
    EXCEPTION
    #1#com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): com.sap.portal.system/security/com.sap.portal.ep50/ep50_safety)
    ErrorPage: com.sapportals.portal.prt.runtime.PortalRuntimeException: Access is denied: com.sap.pct.hcm.orgmanagementeventing.redirect
    EXCEPTION
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/state.la.portal.folder.global.State/state.la.portal.folder.EP5Development/state.la.portal.folder.roles/Z_PORTAL_LEOMSS/LEO_MSS/nf/state.la.portal.
       workset.attendance/state.la.portal.page.mss.absenseDetail/com.sap.pct.hcm.eeprofileabsencedays_0
    Component class : com.sap.pct.hcm.employeeprofile.absencedays.AbsenceDaysComponent
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Access is denied: com.sap.pct.hcm.hcm_util.error_page
    Caused by: com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): com.sap.portal.system/security/com.sap.portal.ep50/ep50_safety
    All MSS iViews, working and not working, are inheriting from the same top level folder.  In their permissions is the Everyone group (Administrator=none, End User=checked) and the super_adminstrator_role (Administrator=owner, End User=checked).
    Any ideas on what our problem is?
    Edited by: Adam Tidwell on Apr 2, 2009 4:38 PM
    Edited by: Adam Tidwell on Apr 2, 2009 4:39 PM
    Edited by: Adam Tidwell on Apr 2, 2009 4:43 PM
    Edited by: Adam Tidwell on Apr 2, 2009 4:44 PM
    Edited by: Adam Tidwell on Apr 2, 2009 4:45 PM

    You need to check the permissions of that MSS Iview
    Go to the path  System Administration>Permisssions,
    Go to  "pcd:portal_content/com.sap.pct/srvconfig"
    Check whether you have valid permission or not.
    Also check the below thread that will help you.
    Re: Portal Runtime error
    PermissionControlException: Access denied
    Raghu
    Edited by: Raghavendranath Garlapati on Apr 2, 2009 4:52 PM

  • Java.lang.NullPointerException in MSS iviews

    Hi,
    Can any one tell me the reasons for getting the below error? Only one user is getting this error while viewing all MSS Iviews.
    <b>Error:</b> java.lang.NullPointerException
    <b>Log Overview:</b>
    PortalComponentSession.putValue() failed
    [EXCEPTION]
    java.lang.NullPointerException
            at java.util.Hashtable.put(Hashtable.java(Compiled Code))
            at com.sapportals.portal.prt.component.PortalComponentSession.putValue(PortalComponentSession.java(Compiled Code))
            at com.sap.pct.hcm.employeeprofile.genericiviewtable.GenericIviewTablePage.beforePdvExecuteSource(GenericIviewTablePage.java:55)
            at com.sapportals.pct.util.pdv.PDVJspDynPage.doProcessBeforeOutput(PDVJspDynPage.java:128)
            at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java(Compiled Code))
            at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java(Compiled Code))
            at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java(Compiled Code))
            at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java(Compiled Code))
            at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java(Compiled Code))
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code))
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code))
            at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java(Compiled Code))
            at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java(Compiled Code))
            at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java(Compiled Code))
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code))
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java(Compiled Code))
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java(Compiled Code))
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java(Compiled Code))
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java(Compiled Code))
            at java.security.AccessController.doPrivileged1(Native Method)
            at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java(Compiled Code))
            at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
            at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java(Compiled Code))
            at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java(Compiled Code))
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java(Compiled Code))
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java(Inlined Compiled Code))
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java(Compiled Code))
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java(Compiled Code))
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java(Compiled Code))
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java(Inlined Compiled Code))
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java(Compiled Code))
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code))
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code))
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
            at java.security.AccessController.doPrivileged1(Native Method)
            at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    <b>Default trace:</b>
    #1.5#000255AF6E28002F00000526000C20B0000420A586EC226E#1161795212157#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#usera1#513560####58b79ca0644911dba4c5000255af6e28#SAPEngine_Application_Thread[impl:3]_32##0#0#Error#1#/System/Server#Plain##
    #ErrorPage: java.lang.NullPointerException#
    #1.5#000255AF6E28001900000547000C20B0000420A586FDA259#1161795213304#System.err#sap.com/irj#System.err#usera1#513557##ri3023_UWP_108418750#usera1#585d6eb0644911dba163000255af6e28#SAPEngine_Application_Thread[impl:3]_4##0#0#Error##Plain###     at com.sap.pct.hcm.teamviewer.TeamViewerPage.getJSCodeCheckCookie(TeamViewerPage.java(Compiled Code))#
    Thanks in Advance,
    Swapna.

    Hi ,
    One thing i can say is the Null Pointer Exceptin when ther is no value in the field which has been submiited .The code shd be written in the try and catch block so that u can know hwat is the error all about .
    just check in the Ui which u have made is the user having data reated to that .
    pls awrd pts if useful

  • JCo error while viewing MSS iviews

    Dear SDN Community,
       When I am trying to view any of the MSS iViews like photo, orgchart, personal data, I get the following error message.
      com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM TYPE=B MSHOST=sapdev GROUP=ED0LG R3NAME=ED0 MSSERV=sapmsED0 PCS=1 ERROR service 'sapmsED0' unknown TIME Fri Aug 03 11:59:07 2007 RELEASE 700 COMPONENT NI (network interface) VERSION 38 RC -3 MODULE nixxhsl.cpp LINE 776 DETAIL NiHsLGetServNo: service name cached as unknown COUNTER 4
    The JCo connections SAP_R3_HumanResources and SAP_R3_HumanResources_Metadata are tested successfully and I see the gree light for these 2 in the WebDynpro console.
    Can you please advice me here.
    Thanks,
    Vivek.

    Vivek,
    open the services file of your portal server box. This file will be in the location C:\WINDOWS or WINNT\system32\drivers\etc folder. In that enter an entry as below:
    sapmsED0   36XX/tcp
    where XX is the system no of your R/3 system. So if R/3 system number is 30 the line would be sapmsED0  3630/tcp.
    Save the file and then try accessing iView again. This error message would be going off.
    Regards,
    Shubhadip

  • MSS iView Personalization

    Friends,
    We are not able to do Implicit Personalization for MSS iViews/Pages .When we open the iView in preview mode and set the property of a field to invisble mode then  click apply and OK the filed gets hidded.But when we open or refresh that iView the field appears again in that iview.So please help in resolving this issue.We are using EP7.0 SP09 with MSS BP1.0 and Self service components 600 SP09.
    Regards,
    Arun

    Arun,
    Although this is a portal related question,I suggest you to check whether the user which is used for personalisation has end user and super admin or not .
    Please post the questions in relevant forums
    Thanks
    Bala Duvvuri

  • MSS Iview error -Could not connect to the R/3 System

    Hello All,
    I've configured ESS BP in my Portal successfully and it's running perfectly fine. Now i've imported MSS also without any problems. Now the issue is when i'm launching the My Staff iViews it gives me a message "Could not connect to the R/3 System" . These iViews using the system object "SAP_R3_HumanResources" which has been used by the ESS iViews also. Now ESS iViews are working fine with the same system object but MSS iviews are giving me the error message.
    My System landscape :
    MSS BP Installed: BPMSS601_19-20001489
    R3-  4.6C
    Portal : EP6 Sp11
    WAS: 6.40
    Any help will be highly appreciated.

    Hi Mahesh,
    Thanks for your repley, I am  using  the "SAP_R3_HumanResources" as a  default alias, The same  alias is  working fine  for my ESS  Configuration.
    I tried to test connection for the "Connection Test for Connectors" i am getting following error.But Connection test is success for the "ITS Connection"
    com.sap.mw.jco.JCO$Exceptionoccured->Connect to SAP gateway failed Connect_PM TYPE=A ASHOST=XXXX SYSNR=00 GWHOST=XXXX GWSERV=sapgw00 PCS=1 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR service '?' unknown TIME Wed Aug 30 16:42:35 2006 RELEASE 640 COMPONENT NI (network interface) VERSION 37 RC -3 COUNTER 11
    my understand is , ESS is working fine for me because ,ESS iviews are IAC's based iviews which are running on ITS(ITS connection is working fine for me),
    i think some problem with connectors(jco).....could you please suggest me.
    Thanks
    Aravinda

Maybe you are looking for