Student Self Service - COS Approval Workflow

Hi,
I have copied the COS Workflow - 29800009 to a custom one and activated the Event Linkage. Now from portal i have executed the COS WDA -  PIQ_ST_COS. The event is triggered and i can see the workflow log from SWI1. But i cant find any data in the container.
Did i miss anymore steps ?
I even checked with the standard Work Flow. Even then no values are set in the container in SWI1 log.

Hi Manjunath,
If you look into the wdpro PIQ_ST_COS the method to trigger the event is found in view 'step4'. Here you have the method ONACTIONTO_NEXT_SCREEN. The following code is called to trigger the wf;
* Call the trigger method to fire the workflow
  CALL METHOD wd_comp_controller->mr_cos_model->trigger_cos
    EXPORTING
      it_specializations_new = lt_specializations_new
      it_specializations_old = lt_specializations_old
      it_wf_new_spec_texts   = lt_new_spec_wf_texts
      it_wf_old_spec_texts   = lt_old_spec_wf_texts
      iv_keydate             = wd_comp_controller->mv_keydate
      iv_student_objid       = wd_comp_controller->mv_student_id
      iv_program_objid       = wd_comp_controller->mv_program_id
      iv_plvar               = wd_comp_controller->mv_plvar
      iv_istat               = wd_comp_controller->mv_istat
    IMPORTING
      et_return              = lt_return.
In the end FM HRIQ_RFC_COSREQ_SEND is called from the method above. Via this FM all of the data is set correct for the event container, the even container is created and eventually the event is created. Please debug this method mentioned and check if the container is filled with data. Maybe you will find your issue here (in restrictions for calling the wf?).
Good luck!
Rob

Similar Messages

  • Student self services - configuration guide or cook book

    Dear All,
    We have recently upgraded to EHP4 and enabled student self services.
    But when I changed my program of study no workflow is triggered in the backend.
    Do I need to do any configuration for this ?
    Is there any configuration guide or cook book available for student self services.
    Thanks in Advance,
    Best Regards,
    Aleem Mohiuddin.

    Hi Aleem,
    You can find cookbooks for configuring SLcM on the following page: Student Lifecycle Management [original link is broken]
    For the 'Change of Program' functionality you need to configure the following workflow to your customer need: COP_APPROVAL (WS template: 29800011 via trx PFWS).
    Please also make sure you have applied note 1321998.
    Best regards,
    Rob

  • Improving Student Self Service with jQuery/lightbox?

    We're looking for ways to improve the student self service experience via the enterprise portal. There are a couple ways we've seen to do this, either creating a new peoplesoft page that displays the desired data and linking to the Campus Solutions pages, or creating a web page and populating the data via web services. It seems both approaches can benefit from the use of javascript technology like lightboxes. Has anyone tried to load the Campus Solutions Student Center or its subpages in a lightbox? Are there other approaches out there?
    I'm not a skilled web developer, I'm still learning, so sifting through all the information and choosing a direction is difficult. I've seen strong recommendations for jQuery. However, there are other libraries as well as many lightbox plugins, some actively maintained, some not. For those of you with more experience, is there a "best" library/lightbox for this type of application?
    Thanks,
    Geoff Putney

    Hi Manjunath,
    If you look into the wdpro PIQ_ST_COS the method to trigger the event is found in view 'step4'. Here you have the method ONACTIONTO_NEXT_SCREEN. The following code is called to trigger the wf;
    * Call the trigger method to fire the workflow
      CALL METHOD wd_comp_controller->mr_cos_model->trigger_cos
        EXPORTING
          it_specializations_new = lt_specializations_new
          it_specializations_old = lt_specializations_old
          it_wf_new_spec_texts   = lt_new_spec_wf_texts
          it_wf_old_spec_texts   = lt_old_spec_wf_texts
          iv_keydate             = wd_comp_controller->mv_keydate
          iv_student_objid       = wd_comp_controller->mv_student_id
          iv_program_objid       = wd_comp_controller->mv_program_id
          iv_plvar               = wd_comp_controller->mv_plvar
          iv_istat               = wd_comp_controller->mv_istat
        IMPORTING
          et_return              = lt_return.
    In the end FM HRIQ_RFC_COSREQ_SEND is called from the method above. Via this FM all of the data is set correct for the event container, the even container is created and eventually the event is created. Please debug this method mentioned and check if the container is filled with data. Maybe you will find your issue here (in restrictions for calling the wf?).
    Good luck!
    Rob

  • Business Package for Student Self Service and Faculty Self Service in EHP3

    Dear All,
    Can you tell me what all business packages available to provide Student Self Service and Faculty Self Service in the portal.
    I am using EHP3.
    Please tell me the name of the business packages so that we can download and integrate in portal.
    If possible please tell me what functionalities are provided for student and faculty as self service in EHP3.
    I did not want to mention this, but I have to say that its really very important for me for one of big prospective customer. I have to show a demo for Student Portal (Student Self Service)and Teacher Portal (Faculty Self Service).
    PLEASE HELP
    Thanks and Regards
    Sudhir Gupta

    Dear Sudhir,
    Please check installation guides and OSS notes on pre-requisites at: www.service.sap.com/erp-inst
    Hope this will be helpful.
    Regards
    Vinod Kumar

  • Self Service Form Approval Process

    Hello Gurus,
    Your help needed urgently! Im using International Global HRMS the self service responsibility, I have a customized form which is being used by the employee to fill in details and then those details need to be approved. So what I wanted to know was which tables hold the approver's data before and after the approval process.
    Thanks and Regards,
    Tasneem.

    You have to add below roles explicitly. If you look at the description of the roles it should show as below to your assigned roles(I am checking on R12)
    Approvals Management Administrator -> Role inherits Process Owner role and System Administrator role. Can also create action type and can modify default config variables.
    Approvals Management Business Analyst -> Role which gives full access to business dashboard pages. Does not have Default config variable access and Action Type Create Access.
    Approvals Management System Administrator -> Role can create, update or delete transaction types. Also inherits System Viewer. Can access Exceptions log and config variables.
    If they are inherited, then the description is quite different. Check you have above description for the roles assigned to your user.
    I am not really sure whether this resolves the issue but I remember that I did it to avoid the same error earlier.
    Regards,
    Peddi.

  • Self Service - SIT approval. How to remove "Reject" Button

    Hi,
    In some SIT, i have some employees where they have only to fill some information before continuing the flow cycle of the request without having the possibility to reject the request.
    Can we remove the button "Reject" for one of the approvers in some cases?
    Thanks,
    Elie

    You will have to customize the workflow item, and remove the reject option in the approval node.
    Tushar

  • How can I know which file is using by the self-service workflow?

    Dear all:
    In my directory, there are two HRSSA.wft and How can I know which source is using by the workflow of the self-service ?
    my environment is oracle 11.5.9 | self-service 4.1 | workflow builder 2.6
    Thanks
    regards
    Terry

    One way would be to download the HRSSA workflow to a wft file (using the WFLOAD utility - see MOS Doc 578248.1), then comparing this downloaded wft file with the two files you have (using a utility such as diff in Unix). The comparison that reports no differences will identify the wft that was uploaded into the database.
    HTH
    Srini

  • Qualification in Self Service

    Hi All,
    Is it possible to link qualification screen through Self Service ? Is yes..whats are steps to do it.
    I would like people to update their qualification through Self Service.

    it has workflow and you can turn on the approval. You can use generic supervisor approval or AME.
    For the process name you just need to go to the function definition and get the Wf process name from the function definition.

  • Managers approval workflow

    Hi,
    Did anyone implemented the following workflow scenario for role assignment.
    I need to configure a workflow which will take the role owners approval before assigning the role to users.
    I have configured the tasks at the console level, however I an unaware of integrating this to the portal, where the user will select the link from self service and the workflow gets trigerred.
    Please let me know the steps if anyone has implemented the above scenario.

    SAP working

  • Self Service request is going to error after final Approver.

    Hi,
    Here we configured leave system through EIT and we are using self service (EIT) to make leave request. We have 3 level of approver for Annual Leave. Problem here is after final approver (3rd approver) approves the leave then request is going in to error. I traced the item key through Workflow Administrator > Status Monitor.
    The error is Details are given below (Status Monitor)
    Failed Activity     
    Notify HR About Commit Application Error
    Activity Type     
    Notice
    Error Name     
    WFNTF_ROLE
    Error Message     
    3205: '[email protected]' is not a valid role or user name.
    Error Stack     
    Wf_Notification.Send([email protected], HRSSA, HR_EMBED_DEPT_COMMAPPLERR_MSG, WF_ENGINE.CB) Wf_Engine_Util.Notification_Send(HRSSA, 1649471, 195663, HRSSA:HR_EMBED_DEPT_COMMAPPLERR_MSG) Wf_Engine_Util.Notification(HRSSA, 1649471, 195663, RUN)
    I appreciate if someone can help me.
    Regards,
    Jojo George

    Okay, if the $PROFILES$ reference has been working for a long time that doesn't sound like a problem. I would then suggest this is an unusual data scenario where the value the user selected was temporarily available. Don't ask me how - it's your data! The user that submitted it might be able to shed some light. For example, this kind of thing might do it:
    1) Manager logs on to ESS, starts an SIT transaction (the one in question) and Saves for Later. This sets $PROFILES$.PER_PERSON_ID to themself.
    2) Manager then switches to MSS and views one of their employees - this sets $PROFILES$.PER_PERSON_ID to their employee, not themselves.
    3) Manager then navigates to Homepage and continues the Saved for Later transaction from the Worklist (ie, without clicking on the ESS responsibility). Perhaps $PROFILES$.PER_PERSON_ID is still set to their direct report rather than themselves?
    4) Manager then selects one of their employees contracts rather than their own (because of $PROFILES$.PER_PERSON_ID being wrong).
    5) Manager submits the transaction.
    I don't know if that's possible or even if that's how it behaves. But it sounds plausible and is an example of perhaps the weird set of circumstances that might have happened here. Regardless, I'd still maintain that this value was available to the user in the Value Set at the time they submitted it.
    If it's just a one-off data problem and this has been working fine for a while I wouldn't worry about it. Bin the workflow, get the employee to re-submit. Job done.

  • Error while testing the self registration approval workflow

    Hi all,
    I am getting the following error while testing the self registration approval workflow.
    Here the request level approval is working fine.But the operation level is not working.
    <May 28, 2012 11:25:01 AM IST> <Error> <oracle.iam.request.impl> <IAM-2050126> <Invalid outcome com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}runtimeFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{
    summary=<summary>oracle/iam/platform/OIMClient</summary>
    ,detail=<detail>java.lang.NoClassDefFoundError: oracle/iam/platform/OIMClient
    at orabpel.approvalprocess.ExecLetBxExe0.execute(ExecLetBxExe0.java:182)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
    at java.lang.Thread.run(Thread.java:662)
    </detail>
    ,code=<code>java.lang.NoClassDefFoundError</code>}
    cause: {oracle/iam/platform/OIMClient}
    received from SOA for the request id 61.>
    <May 28, 2012 11:25:01 AM IST> <Warning> <oracle.iam.callbacks.common> <IAM-2030081> <[CALLBACKMSG] Inside Status Change plugin for request 61 and the status is : Request Failed.>
    er and operation is CREATE.>
    <May 28, 2012 11:25:01 AM IST> <Warning> <oracle.wsm.agent.handler.wls.WLSPropertyUtils> <BEA-000000> <WLSPropertyUtils:getOperationName(),operation name is null>
    How to resolve this issue?
    Please anyone suggest me.Thanks in advance.
    Regards,
    Deena.

    Deena,
    Please make sure the path is correct. also why .zip, why : at the end why blank space? These could be a problem.
    /home/oracle/Oracle/Middleware/Oracle_IDM1/server/client/*oimclient.zip*:/home/oracle/Oracle/*Middleware/ oracle_common*/modules/oracle.jps_11.1.1/jps-manifest.jar:
    Below is correct one.
    $MW_HOME/Oracle_IDM1/server/client/oimclient.jar:$MW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar
    If you have custom workflow, be sure in task assignment proper outcome approve or reject.
    Thanks,
    Kuldeep

  • Workflow for Service Bill Approval.

    Is there any Standard task or workflow available in SAP system for Service Bill approval?Please suggest.

    Then it is time you read the forum guidelines, especially on how to ask questions in the forum.
    For one thing try to explain a bit more, I for one have no idea what short excess is or where to find it in SAP.
    Regards,
    Martin

  • Approval Workflow for Self Registration

    Hi ,
    I have a requirement where I have to develop an approval workflow for self registration.
    My requirement is If the user type is Employee the user must not go through approval, but if the user type is contractor they must go to some admin user for approval.
    How can I achieve this.
    Regards

    Hi,
    You can refer this link "Create a Custom Approval Process for Self Registration" it might clear your doubts. Also you can create rule as said in below post. For that you can refer "http://codigoctm.files.wordpress.com/2012/11/lab-06-access-policy.pdf".
    Regards,
    Sunil

  • Time/LEave approval in Business Package for Manager Self-Service 60.1

    Hi all,
    Currently implementing ESS MSS on 4.7 system with EP 6.0 SP19.
    The BP we plan to use is Business Package for Manager Self-Service 60.1.
    My basic question is, we approve leave requests in BP for my SAP ERP (2004s) in the Universal worklist. How do we do the same in  Business Package for Manager Self-Service 60.1. There i sno mention on time approval and leave requests approval in the MSS standard documentation ( or probably i missed it).
    Any inputs in this regards are highly appreciated.
    regards
    Sam

    Balaji,
    in mySAP we had the opition to lauunch the applications in web dynpro. like launch leave approval in web dynpro. do we have this kind of optiion where the manager can approve the work item on the portal application or will it call a transaction based iview to open the work item in the R/3
    regards
    Sam

  • When creating self service request contains attachments and it's approved

    when creating self service request contains attachments and it's approved  is the attachments automatic transfer to the applet form or not?

    resolved

Maybe you are looking for

  • Syncing word docs with iphone

    How do I bring word documents and spreadsheets into the iphone for use and editing there? Is there a place in itune where I can drop files for syncing?

  • General Settings - Font and Background license

    Experts, I have a client who needs to change the Font size per User for CRM and Logistics users. These users still have full authorizations, but I cannot open this page, because of Licensing not allowing access to General Settings/System Initializati

  • Apple tv help pease

    silly question how do i connect apple tv to my wireless router ?

  • Oracle 9i Release 2 XDB

    I created XML Schema using Enterprise Manager in 9i Release 2. My schema is that : <?xml version="1.0" encoding="ISO-8859-9"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:element name="obj" type="xsd:string"/> </xsd:schema> Then I

  • PA40 Exit

    Hi Experts,   When we execute the transaction PA40, we also provide a reason for action.   I require an exit in which that value is caught.   Is that value there in PBAS0001?   If not any other exit?? Thanks and Regards, Ravi