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

Similar Messages

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

  • 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

  • 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

  • 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 "Choose a change request with target system..."

    Hi experts,
    I am trying to change an infosource and keep getting this error "Choose a change request with target system BWQ"
    How do I correct this?
    Thanks!

    Hi,
    Check out source system Id's are properly assigned or not.
    go to tools ( CtrlShiftF11)
    assign point if it helps
    Regards,
    sandeep

  • Error in Personnel Change Request  of  MSS

    Hi SDN
       I have configured ESS and MSS business packages. Everything works fine but when i navigate to Manager Self-Service--> Service Map and click on Create New Personnel Change Request link then a list of employees are displayed and when i select an employee and click on "select form" button then it displays 11 PCR's and when i select any of the PCR's and click on "Edit form" button then the following error is displayed:
    java.lang.ClassNotFoundException: com.sap.pcui_gp.isr.isrprocessevent.model.Qisrsui_Attribute_Param Found in negative cache -
    Loader Info -
    ClassLoader name: [sap.com/pcui_gpisr] Parent loader name: [Frame ClassLoader] References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:ejbserialization sap.com/pcui_gpxssutils sap.com/tcwddispwda sap.com/pcui_gpxssfpm sap.com/tcwdcorecomp sap.com/pcui_gpoadp service:webdynpro service:sld service:tcsecdestinationsservice library:tcddicddicservices library:com.sap.aii.proxy.framework library:tcgraphicsigs library:com.sap.mw.jco library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:com.sap.aii.util.rb library:com.sap.util.monitor.jarm library:tcddicddicruntime library:com.sap.aii.util.xml library:tccolapi library:com.sap.aii.util.misc library:tccmi library:tccolruntime interface:tcsecdestinationsinterface Resources: I:\usr\sap\OH1\DVEBMGS30\j2ee\cluster\server0\apps\sap.com\pcui_gpisr\webdynpro\public\lib\app.jar Loading model: {parent,references,local} -
    I have configured ADS. Can any one suggest me how resolve the the above error.
    Regards
    Basha

    have you installed proper version of ESS/MSS as per the existing WAS?

  • Error while creating change request via solman support desk message

    I have configured CHARM and my change req. is working for urgent correction, I have tested the entire workflow.
    however when i try to create a new change req. via support desk message --> create a change request open
    I get following error
    An action was terminated due to an exceptional situation.
    Message no. SOCM_ACTION_LOG 090
    Diagnosis
    An exception has been triggered in PPF action processing.
    System Response
    Action processing has been terminated. The status of the transaction is still incorrect.
    Procedure
    You cannot execute the action until the cause of the error has been removed.
    The error messages will be kept until the transaction is next checked for subsequent analysis.
    Procedure for System Administration
    If necessary, analyze other messages in the application log for the incorrect transaction. To analyze the termination, you can activate the breakpoints in the checkpoint group socm_exception.
    Additional Information:
    Exception CX_SOCM_PRECONDITION_VIOLATED occurred (program:
    CL_HF_HELPER==================CP, include:
    CL_HF_HELPER==================CM00A, line: 29).
    pls help

    Hi Yunus,
    Your probably have changed the transaction type SLFN to a the customer namespace Z or Y. If this is the case you MUST also "Define Mapping Rules for Copy Control".
    Goto SPRO -> SAP Solution Manager -> Scenario-Specific Settings -> Change Management -> Change Request Management -> Extended Configuration -> Change Transaction -> Change Transaction Types -> Copy Control for Change Request Management ->  Define Mapping Rules for Copy Control.
    Once at this point in the IMG make a copy of SLFN -> ZLFN. This will resolve your problem.
    Kind regards,
    Latief

  • Error in Viewing Change Request

    Hi Experts,
    I am new to MDG I created my First "Custom Master Data Object in SAP MDG (Master Data Governance)" using a SAP How to Guide.
    I Have entered data into the form and click on submit. Post which i get the following screen. PFA
    Post which I Click on "Show My Change Request" I get the following screen. PFA
    On Click of the change Request I am getting the Following Error Screen. PFA. Can any one tell me what could be the problem is it some role missing or some configuration issue or some thing else? Please help me out.

    Hi Abdullah,
    PFA the Screen Shot of SWETYPV bellow :
    I am Also Attaching the ST22 Export the error is displayed. PFA the screen Shot.
    I Hope after these screen shots i am more clear about the problem.
    Can you explain what exactly is the error?
    Cheers
    Piyas

  • Error when activating change request management

    Hello,
    When I activate the flag: "activate change request management" in the tab Change requests in transaction SOLAR_PROJECT_ADMIN, the following error message appears:
    Warning: Problems occurred during synchronization
    of the system landscape
    Any idea?
    The solution manager release is SAP EHP 1 for SAP Solution Manager 7.0
    Thanks and best regards,
    Ana

    Hi Ana,
    Please go through this forum.
    Re: Warning: Problems occurred during synchronization of the system landscape
    If this does not solve your issue, please revert back.
    Rajeev

  • 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

  • Error in Personnel change request workflow

    Hi all,
    I am using WS50000042 ie no approval process workflow for Request for Change of Working Time/Employee Group & Subgroup/ Personal Area  etc where in, once the manager initiates the request , it should directly go to the HR Administrator.
    The problem I am facing is that once the manager initiates the request, it is going to his Supervisor for approval. Simultaneously, the mail also reaches the HR Administrator irrespective of Supervisor's approval/rejection.Conventionally,the Supervisor is not supposed to get any mail for workflow 50000042, yet it is sending the mail.
    Can anyone please help me out in resolving this error ?!
    Regards,
    Aditi

    Hi,
    This standard template delivers the workitem to the administrator only. Change the rule as per your requirement and pass the necessary parameters.
    http://help.sap.com/saphelp_erp2004/helpdata/en/91/4861f185094d2eb2fc829cd8052963/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/00/173bcba8c54de3ba4ce23835860260/frameset.htm
    Thanks,
    Prasath N

  • 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

  • MSS: No Agent Error - WS50000041-urgent

    Hi All,
    In MSS, in Personal Change Request, when I am triggering work flow WS50000041, it gives an error in workflow, that is
    "No Agent Error".
    Do anyone have any idea how to rectify this issue.
    Its urgent
    Thanks
    Rohit G

    Hi Rohit,
    Please have a look over the note 646601 in this regard.
    Best Regards,
    Deepak...

Maybe you are looking for

  • Change evtloglvl for a single user using srvmgr?

    We want to analyze some problems in our environment with one specific user. We use Oracle Siebel 8.2.2.3. We know commands for changing evtloglvl for components, but not for users. Is there any possibility to change the evtloglvl based on a user that

  • Laserjet 1000 printer driver for windows 8.1

    Need help to locate a printer driver for my laserjet 1000. Thanks for the help...

  • Number of registers in the document number

    Hi people! Could you tell me if there some standard transaction that give us the number of register that there are in the document number. Based on some documents, we need to know the quantity of the registers in the document, document by document. T

  • Regarding SOA ... Sap-xi..........?

    Hi All, i really appreciate if  anyone give me details regarding SAP-SOA .......and as a sap-xi developer how it helps ?

  • XMP file have Dream Weaver Logo

    Hello, I work on my pictures with Camera Raw on NEF raw files. I wanted to edit lots of pictures taken under same light conditions. Therefore I just edited one file. Normally I could for exemple open the next file say " load settings" and chose the X