Problem in MSS (My Staff- Personal change request )

Hi,
i am configuring MSS in EP6.0, backend is MySAPERP 2004,ECC5.0.
On going to My Staff-->Personal Change Request -->New Request-> i select the employee and get lots of options like request for promotion, Internal Transfer, separation etc. However on clicking on any of these, i get a critical error saying "Error in try-catch block - Template could not be retrieved."
Can anyone who has implemented MSS, help me out with this..
Thanks,
Aditi

Hi Aditi,
           Try to login with some another manager test id's. some time the test id's get locked at backend. that time such a type of error displays.
           first clear your cache and then try out.
Regards,
Rahul S.

Similar Messages

  • Personal Change Request (PCR) in MSS

    Hi All,
    Please help with a PDF/wiki links for configuring Personal Change Request (PCR) scenarios in MSS through ADOBE FORMS. I need to start from scratch.
    Thanks

    Hi,
    Refer to this note for ISR Framework - 1049057 - ISR documentation - "ISR Cookbook"
    [PCR Customization|http://help.sap.com/erp2005_ehp_03/helpdata/EN/b7/63506f5ba24dfcb2bd504a3164e855/frameset.htm]
    Regards
    Srikanth KV

  • MSS-mySAP ERP2004-Error in  Personal Change Request

    HI,
    I am trying to configure the business package for MSS for my SAP ERP 2004.
    I have deployed the business package,the web dynpro development components for ess, mss and pcui_gp.
    I have done the JCO destination settings, done the system settings in EP.Have done the back end configurations as given in help.sap.com(assigned the employee to user,assigned authorizations).
    I have configured the adobe document services for the scenario for interactive forms.
    When i login into MSS using the userid,the frontend is dispalyed.
    When i navigate to Personal change request,and click on link "New Personal Change Request", i get the error:
    failed to create or init instance of model 'com.sap.pcui_gp.isr.isrprocessevent.model.IsrModel' in scope APPLICATION_SCOPE with instanceId 'null'
    And:
    no jcoMetadata found for RFC function 'ISR_COMPLETE_NOTIFICATION'! Please verify, that your model is consistent with the ABAP backend:
    I have provided the  details for Server on which web dynpro application is deployed,in the ECC server in SPRO under
    Cross-Application Components ® Internet/Intranet Services ® Internal Service Request ® Scenario Definition ® Define Scenarios ® Details ® Additional Data for Scenario.
    When i test the form from there i get the same eror.
    Please help.
    Thanks,
    Regards,
    Malika

    Hi Malika
    coz of missing function module ISR_COMPLETE_NOTIFICATION
    in R3 ECC 5.0
    apply sap note 800288.
    it's works.
    the note--
    Please note that you have to create the function module ISR_COMPLETE_NOTIFICATION in function group FISR2 - you should use transaction SE37 for this.
    As importing parameter specify I_NOTIFNUMBER type QMNUM.
    As exporting parameter specify E_USERSTATUS type CO_ASTTX as well as E_SYSTEMSTATUS type QMSTTXT.
    As table specify RETURN structure BAPIRET2.
    FUNCTION ISR_COMPLETE_NOTIFICATION .    
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(I_NOTIFNUMBER) TYPE  QMNUM
    *"  EXPORTING
    *"     VALUE(E_USERSTATUS) TYPE  CO_ASTTX
    *"     VALUE(E_SYSTEMSTATUS) TYPE  QMSTTXT
    *"  TABLES
    *"      RETURN STRUCTURE  BAPIRET2
    DATA: c_bustrans_complete TYPE j_vorgang VALUE 'PMM4'.
      CALL FUNCTION 'IQS4_CHANGE_STAT_NOTIFICATION'
        EXPORTING
          i_qmnum  = i_notifnumber
          i_vrgng  = c_bustrans_complete
          i_commit = 'X'
        IMPORTING
          e_sttxt  = e_systemstatus
          e_astxt  = e_userstatus
        TABLES
          return   = return
         EXCEPTIONS
          OTHERS          = 0.
    ENDFUNCTION.
    regards,
    kaushal

  • Probs in Implementing the MSS feature - Personal Change Request

    Hi,
    We are implementing the ESS/MSS on EP6 and theres a probs relating to MSS ,of Personal Change Request.
    When I select a particular employee and got to edit the Form , it displays a err mesg " Error during call to AdobeDocumentServer: Processing exception during a "Render" operation."
    Can someone help me regarding this
    Regards
    Nazeer

    Problem with ADS settings.. cross check

  • What is Personal change request

    Hi experts ,
                        I want to know about much talked Personal change request .
    Ans speically when its required to use it. If you have any informational link about it
    kindly tell me.
    Regards
    Abhay

    Hi Abhay,
    As I understand I think you are talking about PCR's (personnel Change request)
    PCR's actually MSS(manager self service) concept. which will be done on portal end. and not directly in R/3 server. The data eventually stores in R/3 , through <b>Badis</b>.
    eg: say there is a manager , and he wants to make some changes like position changes,etc to his subordinates....
    this he could do by choosing(options) radio buttons, like
    1.position change
    2.termination etc ( these radio buttons are called as <b>scenarios</b>)
    There could be more than these 2 scenarios and this screen appears as a portal screen ie through a portal server(done by 'ep' people) and the forms used in these scenarios are <b>adobe forms</b>, which consists of drop down boxes, etc.
    I hope this will help you!
    Thanks
    Kishore<b></b>

  • Unable to edit the form in Personal Change Request

    Hi,
    One of the manager is trying to edit the employees information. When he navigates to edit form of personal change request, under My Crew tab of Manager Self Service in portal, unable to edit the information but he is able to add notes. in the form.
    In detail, the manager is trying to assign new manager to an employee under him(moving an employee to differen team headed by different manager so trying to replace his name in the employee's informaton). The manage is unable to change the information or unable to edit any information in the form "request for change in position/transfer"
    Could someone help me on this.
    Thanks in advance.
    Regards,
    Ravi.
    Edited by: Ravi Alla on Jun 17, 2010 9:15 PM

    Hi,
    The issue is resolved. This is because of Acrobat JavaScript option disabled in display preferences of the form.
    Once this checkbox is enabled its working fine.
    Regards,
    Ravi.

  • Error in MSS Personal Change Request (PCR)

    The PCR Team Viewer gives an error saying that
    "An error occurred: com.sap.pct.hcm.objectanddataprovider.proxyclasses.Hrwpc_Rfc_Get_Objects_FaultException: "
    Can anyone suggest me what can be the reason of this error?
    Thanking you
    Mukesh Adwani
    SAP Netweaver(EP) Consultant

    please look at this link
    looks like ur OADP is not configued
    http://help.sap.com/saphelp_erp2005/helpdata/en/91/4861f185094d2eb2fc829cd8052963/frameset.htm
    regards
    ashutosh

  • MSS menu Personnel Change Request

    Hi all,
    I have the MSS portal role assigned to me. Problem is my MSS menu <i><b>only</b></i> includes Overview and Reports, but need it to also include Attendance, Employee Review, Personnel Change Request, etc. How to I add those menu items under MSS? (mainly concerned about Personnel Change Request at this point).
    I've seen a screen shot of another system, and insted of MSS it shows "My Staff", then has the Overview | ... PCR. My Staff is the same as MSS, correct? I just need to know how to get PCR to appear under my MSS menu.
    Thanks!

    Hi
    PCR should be available on the Standard MSS role.
    Please check with your Portal admin, if PCR workset in made available for your user. Also make sure you have the end user permission and the needed access to use this iview. Hope this helps
    -Mike

  • Solution Manager 3.2 SP 8- Change Request Management Configuration Problem

    Hi friends,
    We are in process of implementing SOLMAN 3.2 SP8 in our landscape.I am facing  problem in configuring change request management.
    When the developer is working on an urgent correction document we are facing a problem.The steps we are following are here under provided.
    Step 1 :
    Selected Action "In development" - > it created the transport request in the dev system.
    Step 2:
    Action "Log into System" -> made correction attached to the transport request manually and released the task.
    Step 3:
    Action "Release transport requests" -> The transport request in the development was released.
    Step 4:
    Went for action "Pass to correction" -> I am facing exceptions which conveys
    Status was reset by system
    A condition is not satisfied because of an exceptional situation
    Not all transport requests yet released
    And we would be thankful if you provide the authorization required for the different roles in the change request management.I have followed the help file of SOLMAN 3.2 and create the users as under
    User - Role
    SOCM_RQSTR - ZSAP_SOCM_REQUESTER
    (Derrived from SAP_SOCM_REQUESTER)
    SOCM_DVLPR - ZSAP_SOCM_DEVELOPER
    (Derrived from SAP_SOCM_DEVELOPER)
    SOCM_CHNGNGR - ZSAP_SOCM_CHANGE_MANAGER
    (Derrived from SAP_SOCM_CHANGE_MANAGER)
    SOCM_CHNGNGR - ZSAP_SOCM_IT_OPERATOR
    (Derrived from SAP_SOCM_IT_OPERATOR)
    Even then I am facing problems while developer creating transport requests and while logging into development system.
    I tried adding S_RFC,S_RFCACL auth objects to their roles but did not help.
    Pl. suggest.
    Thanks & Regards
    Mrutyunjay
    Message was edited by: Mrutyunjay Rao Dora

    Hi all,
    We are trying to implement the Change Request Management piece in Solution Manager 3.2. 
    We are facing the following issues which I think relate to the same reason:
    1)We have created a Maintenance Project in SOLAR_PROJECT_ADMIN and assigned it a logical component, which consists of our two system landscape (namely DEVàQAS). We have also created the IMG project in the DEV system and have distributed that IMG project to both the Solution manager system and the DEV system. Now we have to make the maintenance cycle and task list for that maintenance project, but as we select the project and click on “create project cycle” it shows the message "The project is not released. Hence cycle can not be created". It is showing the status of project as locked .How can we open or unlock the project to remove the error?
    2) Also after selecting the SMI project when we click on the button “CTS status switches” or “project specific Transport route” it responds with the error "Project landscape not configured; set the project status to "open" first ".
    3)When we click on “synchronize single project” it prompts for the login of connected system (Development System) and after login, it gives an error "Warning, problems during synchronization of the system Landscape".
    For Error resolution, we have checked the system landscape and it does not give us any errors. We have done that, both from the solution manager by going to the transaction SOLAR_PROJECT_ADMIN -->  >system landscape tab>selecting our logical component and doing a check by clicking the "Check system Landscape" button. It returns with "no Errors". We also did a check on the TMS configuration by logging directly on to the TMS domain controller system and checking the Transport routes. We have checked the RFC connections without any errors.
    Any help would be greatly appreciated.
    Thanks
    Abhi

  • Personnel Change Requests option missing in MSS

    Hi everyone.  I hope you can help.
    In Manager Self-Service, under the "Team" workset, there should be an iview for Personnel Change Requests:
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/54/957e40ec66ce62e10000000a155106/frameset.htm
    However, nothing is there; and for that matter, the entire "Services" navigation panel seems to be missing, options like:
    Employee Information
    Working Time
    Competency Management
    Etc.
    Anyone know why these options might be missing?

    Found the problem.  Needed to install "Business Package for Common Parts (mySAP ERP)" too:
    https://www.sdn.sap.com/irj/sdn/contentportfolio
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/f068643e-866d-2910-4eb0-8213d2943872 [original link is broken]

  • SAP MSS and personnel change requests

    Hi,
    Could anyone post me links related to MSS or some details or any threads regarding personnel change requests.
    Regards,
    Vijay

    Hi Vijay,
    Go to foroum catagory ERP HCM(HR).
    You can find a lot of posts regarding this.
    What is your requirement can you be a little specific abt that.

  • Hiding Status column in MSS Status Overview for Personnel Change Requests

    Hi,
    We have MSS implemented in SAP Portal.
    We are using Status Overview for Personnel Change Requests iview for which we have multiple columns displayed with data.
    We need to hide Status column in Status Overview for Personnel Change Requests iview for all the users.
    Can any body please let me know how it can be done.
    Regards,
    Pradeep B
    Edited by: pradeep balam on May 17, 2011 4:01 PM

    Hi Pradeep,
    Preview the portal page which you want to edit, in this case status overview in PCR. In the preview press the CTRL-key and right-click on the column that you want to edit. Here, you will be able to perform your customizations like hiding columns, labels etc
    Hope it helps,
    Prathamesh

  • Hiding the Personnel Change Requests in MSS

    Hi,
    In MSS, when the manager clicks on the workset "Create New Personnel Change Request"  --> All employees are listed , after selecting an employee --> select form displays all the delivered personnel change requests. We will not be using some of those forms at all. Is it possible to hide these requests. It can be deactivated such that they cannot be opened, but we would ideally like to hide them and do not show the unwanted forms to the users at all...
    Thanks,
    Mark.

    You can change the validity of the PCR scenario that needs to be hidden, to some period in future/past ie something like 01/01/9999 - 12/31/9999. This entry can be maintained in the view V_WPC_PCR_GROUPS via SM30/31.
    ~Suresh

  • Pesonnel Change Request(PCR) in MSS

    Hi Experts,
    We are facing the following error when trying to access the Pesonnel Change Request in MSS.
    The initial exception that caused the request to fail, was:
    com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (401) Unauthorized. The requested URL was:"http://SAPEPQ:51100/AdobeDocumentServices/Config?style=document"
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:985)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1437)
    at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
    at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
    at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:385)
    ... 54 more
    We have configured the ADS and we are working on ECC 6.0 and EP 7.0.
    Thanks & regards
    Ash

    https://forums.sdn.sap.com/click.jspa?searchID=9266969&messageID=4720515

  • STMS change request release problem

    Hi
    I am not able to release change requests, sab task able to release, but problem in main request, when I press , release directly, on the bottom it shows u2026tp successfully connected / check writeability of buffers finished with return cod 0. Then screen hangs u2026 manually I have to stop the transition.
    I have configured STMS 4,5 times but same problem, in SM59 all retaliated RFCs working fine.
    Our System is ERP 6.0, HPUX with DB2
    Kindly give me a solution.
    But in Tcode STMS >>Monitor>>TMS Alerts>>TMS Alert viewer showers following error:
    Date       Time       User           Function      Message                                            System   Clt
    23.05.10   17:29:07   TMSADM         TMS_TS_GET_TRLIST    NO_LOG                SID      000
    23.05.10   16:58:25   TMSADM         TMS_PS_READ_PROFILE_FROM_DISK                               READ_PROFILE_FAILED                                            SID      000
    23.05.10   16:57:30   TMSADM         TMS_PS_READ_PROFILE_FROM_DISK                                 READ_PROFILE_FAILED                                            SID      000
    23.05.10   15:55:59   TMSADM         TMS_TP_MAINTAIN_BUFFER                                        RFC_SYSTEM_FAILURE                                             SID      200
    23.05.10   15:05:36   TMSADM         TMS_TS_GET_TRLIST                                             NO_LOG                                                         SID     000
    23.05.10   15:01:29   TMSADM         TMS_TS_GET_TRLIST                                             NO_LOG                                                         SID     000
    23.05.10   14:53:00   TMSADM         TMS_TS_GET_TRLIST                                             NO_LOG                                                         SID    000
    23.05.10   14:51:38   TMSADM         TMS_TS_GET_TRLIST                                             NO_LOG                                                         SID      000
    Regards
    Sunny

    Hi Sunny,
    Its hard to tell what might be the problem.
    I would recommend that you:
    - update kernel to the latest patch level for your release
    - update your transport tools, tp and R3trans to the latest available for your release
    - go into STMS - system pverview and do the 3 checks: Connection test, transport directory, transport tool
    check if they all pass.
    - try to release a transport and then if it still freezes after all of the above, stop it and check the system log, trans.log, the latest logs in usr/sap/trans/tmp and usr/sap/trans/log to see what was the action it was doing before it froze. That will give a clue as to where the issue may be.
    regards,
    Paul

Maybe you are looking for

  • Ichat video not working..  Need network genius

    Hello all, I've spent numerous hours trying to get my ichat video to work. but nothing does. I just bought a new imac a couple weeks ago and everything is updated- I have DSL my ISP is internet america - and i'm using a zoom x6 modem. I have a 1483 b

  • IPhoto 11 - deleted cover page

    Hi, I accidentally deleted the last cover page. Button to add a page is not working. Option to add a cover page does not exist. Function to repair the structure of the book does not exist or do not know about it.. Any idea? Help me please, my book ha

  • WSIF EJB Binding Error

    Hi, I create a very simple WSIF EJB binding, when running the BPEL process from the BPEL Console, I always got the "org.collaxa.thirdparty.apache.wsif.WSIFException: Class 'java.lang.String' is not compatible" error. =================================

  • Macbook pro's screen won't turn on

    Macbook pro 2014 13inch won't turn on.my ssd was almost full.1 GB or less available .I didn't turn my macbook on for 2 days and now it wont start .when I press power button I can hear the chime and it gets heated after few minutes from the base .and

  • Does anyone know why the lockscreen picture is fuzzy on IOS7?

    the screen is blurry and im not able to see the picture i chose for my lock screen pic... anyone know why this is happening