EHp4 NEw ECM Workflows not trigerring from portal

CL_HRECM00_WORKFLOW_EVENT This is the class used to trigger the workflow and the workflow templates are
WS04000022
WS04000023
WS04000024
WS04000025 and these are having only notification steps and wait for events.
When we do the test Run in R/3 events gets triggered and workflow is running sucessfully but from the portal Event is not trigerring to start the Workflow.
please guide.
Thanks,
Amar

Hi
Please provide the steps taken in Portal to reproduce the issue
I think the problem could be missing configuration in UWL configuration file which is uploaded via
System Administration -> System Configuration -> Universal Worklist
and Workflow -> Universal Worklist Administration.                
I am not sure how UWL team delivers this code for new work items - its possible a CSS message is needed to investigate this
Thanks
Stuart

Similar Messages

  • My new ipod do not switch from landscape to portret

    my new ipod do not switch from landscape to portret

    Double click the Home button and swipe your finger to the right. On the very far left side is a arrow going in a circle.  Make sure this is no padlock inside of this circle. If there is, tap the icon once to disable the orientation lock.
    B-rock

  • Workflow is not trigerred from the portal

    Hi all,
    I have a scenario in which the workflow requires to be trigerred through the portal and direct the task to the approver's inbox in extent to sending email notification to the approver, I have developed the custom workflow and i am using the standard rule for getting the approver. all of this is working fine when i test them on R/3 but wheni am integrating the workflow to the portal using a BAPI it is not trigerring the workflow. The first step in my worklflow is to send the email notification  to the approver, if i remove this step then it directs the task to the approver's inbox which is the second step in my workflow.
    Can anyomne please guide me why it is happening.
    Thanks.
    Saurbah Anand.

    Hi,
    You said
    <i>"wheni am integrating the workflow to the portal using a BAPI it is not trigerring the workflow. The first step in my worklflow is to send the email notification to the approver, <b>if i remove this step then it directs the task to the approver's inbox</b> which is the second step in my workflow."</i>
    Do you mean say that it is not working when you put the sendmail step alone? Or is it that the workflow is not triggering at all.
    I assume that you are using a BAPI to create an event which will start this workflow. Now if your workflow is not starting at all then you need to activate the event trace (SWELS) and check whether the event was triggered first (in SWEL). If yes then check for any errors in the receiver connection.
    If your workflow does start and fails at sending mail step then you may need to give some more info. Are you using the standard sendmail step or Are u using a background task. In case if u r using a BG task then it might be creating a dump while triggering from portal (Ex. it might need the Evt_creator user id to determine the approver which is not binded properly from Event<->Workflow<->Task<->Method).
    Also have a look at ST22 for any dumps.
    Thanks,
    Prasath N

  • Web Dynpro Application is not openeing from Portal UWL

    Hi,
    I have developed a WD application which is integrated in the portal. This WD application navigates through several levels of approval by triggering the workflow. Initially USER will create the request launching the WD application from portal and upon clicking the SUBMIT button -> Workflow will be triggered and Work item will be sent to Approver UWL list in the Portal.
    Link will be displayed in the UWL list and upon clicking that link WD application need to be opened where the details will be displayed and can approve the request by clicking on APPROVE button.
    Here, We have created a PFCG role which can be assigned to USER to access the WD application to create the request from portal. But for Approvers, we have not assigned any such roles except UWL role.
    Workflow is working fine, Workitem is displayed in Approvers UWL but when they click on the link -> WD Application is not opening. Configuration in SWFVISU is done.
    I think we are missing some roles which need to be assigned to Approvers. We cross checked by assigning SAP_ALL profile to the Approers and found WD application is getting opened and everything is working fine. But we are not supposed to give SAP_ALL in the PRD.
    Please help what are the other roles that need to be assigned to Approvers.
    Thanks,
    Bharath.

    did you try by assigning pfcg roles to approvers along with Uwl?
    Regards
    Srinivas

  • Customer Workflows Not Working from SRM Inbox

    Hi everyone,
    We are upgrdaing our EBP v3.5 system to SRM 5.0 (SRM SERVER 5.5 SP 5).
    We are using integrated ITS and have many bespoke workflows which need to executeable in the SRM inbox via the integrated ITS and ultimately the portal (EP 7.0).
    We have various issues with our bespoke workflows not working. The 2 errors we have found are:
    1. When the users click on the workitem from the SRM inbox they sometimes see 'Service Cannot be Reached' error.
    2. Other times they see the workitem details with no user decision buttons shown.
    3. Other times the user decision buttons are shown but if the user clicks on one, they see a blank page with text "workitem currently locked by user WF_BATCH" at the top. This is an 'advance with dialog' task which works fine via SAPGUI.
    Any ideas on any of the specific issues, or anything which we need to do generally to get custom workitems to be executeable via the ITS?
    Thanks a lot,
    Nick

    Hi abhijit,
    I checked that but I set it to blank in debug mode..but its still disappearing...the button disappears after pressing enter on error message.
    actually the BADI when I implemented there is one method where I set E_ADD_ON_ACTIVE flag to 'X' to bring that button(recommended by SAP). that method is not getting called...

  • In Decision task, Method defined after execution is not called from Portal

    Dear All,
    In one of my scenarios, I am using a decision task for approval.
    In that after the approval action is taken i am calling a BAPI to update business function.
    I have called this BAPI in the Methods ( After Workitem Execution ) .
    When I execute this task from the SAP Inbox ,  the method is getting called successfully and the BAPI is also executed successfully. But when I approve the task from portal this method is not getting called at all, and BAPI also fails.
    Actually in the workitem display , I am using the standard FM SWU2_INPLACE_DECISION_PROCESS, will it have any impact when its used from Portal ?
    Is there any common place that will be called from both SAP Inbox and Portal after the task execution , so that based on the decision taken , I can process the action at the same place.
    Advance thanks for your response.
    regards,
    Sabari Prabhu.

    Hello,
    Unfortunately, that I know, there is no way to call your BAPI if you're using the standard decision JavaWD. In fact all that WD does is calling a WAPI to read the decision alternatives and then once the user has taken his decision it calls another WAPI to feedback the decision into the backend.
    The blog mentionned by Pavan concerns only the secondary methods with amodal call, this is different from the before and after methods which are not supported and cannot help you for calling your BAPI. The so-called "Program exits" are not supported either.
    The only alternatives I can see for you are:
    - Develop your own decision screen specific for your workflow and integrate there your BAPI call. This would also give you more flexibility to show your agents the information they need to take their decision. This is the way I usually go for now.
    - Change your UWL settings so that decisions are processed in a GUI screen instead of the JAVA WD screen. The main disadvantage is that you can do this either for all decision or for none of them. You can't just set that up for the decision in your specific workflow (or at least I haven't found how to do it).
    To change the way decisons are processed in UWL you must first change the parameter "List of preview sections to hide" in your UWL iView to add value USERDECISION.
    Then you must create a custom XML config file (or modify an existing one) in which you must customize each decision task used in your company individualy. To do that just take a standard config file and find the Item type entry for a standard decision task as an example. All you have to do is to recreate the same entry for each of the decision tasks you actually use and replace the defaultAction="viewDetail" parameter by defaultAction="launchSAPAction".
    Cheers,
    Patrick

  • 2010 Publishing Approval Workflow not triggered from Office 2010 application

    I have a peculiar situation to which I have been Googling for weeks now but to no avail.
    Basically, I have configured a publishing approval workflow to fire when the user checks in a word document as a Major version. I tested it and all was fine. I later found that on a select few PC's on the office network the prompt (workflow initiation
    form) was not popping up when checking the document in via the office 2010 word client and therefore the workflow wasn't being initiated.
    I have gone down many avenues of group policy, SP permissions, AD settings, even reinstalling office but nowhere nearer to solving the issue.
    Please bear in mind I have it configured correctly from a SharePoint point of view i.e. checked the box to allow workflow to be manually started & start to approve publishing on major version.
    This might be a clue: it works when checking in via SharePoint but not when checking it in via word, therefore indicating a desktop client or office issue. 
    Does anybody have any knowledge of what triggers the initiation form to fire and what might block it or not register its existence from an office app point of view? Any general comments would be welcome.
    Spec of problem machines: - Windows 7 (x32/64), Office 2010 Std, SharePoint 2013 server (but using 2010 workflow in this case).
    Marc Grocott

    Hi Marc,
    Based on your description, my understanding is that when you check in a major version from word, the workflow initiation form not appear.
    In order for Document Approval workflows to work seamlessly with word, you can tick the option: "Allow this workflow to be manually started by an authenticated user with Edit Item Permissions".
    Here is a detailed article for your reference:
    Approval workflow does not start from Microsoft Word
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • Workflow not trigerring for BO : ZFIPP ( FIPP )

    Hello Fiends ,
    I have an issue with the Workflow not getting triggered.
    The setup is working fine on development system , but not on test system.
    Have created a custom BO : ZFIPP for FIPP and workflow template for FIPP - create and change event.
    The event linkage has been activated on SWE2 . The workflow template has no issues.  I have tested using SWUE and am able to create a workitem . We are using FM :SWW_WI_CREATE_VIA_EVENT_IBF  to create the event.
    But , When i park a document using FV50 t.code , the workflow does not trigger . Also , I tried testing the BO : ZFIPP with the parked document , Its not able to find the data from the workflow tables.
    Please assist.
    thanks
    Raghu V

    Hi,
    Follow Amandeep Singh's previous post. If EXIT_SAPLF051_002, EXIT_SAPLF051_002 are not raising exceptions, see if the functional configurations under the below path is right. Better to take a functional consultant's help.
    SAP Reference IMG -> Financial Accounting -> Financial Accounting Global Settings ->Tools ->Workflow -> Workflow for document parking
    Verify release from amount and the workflow ID entered in the detail screen of OBWA.
    Regards,
    Krishnakumar PM

  • New voice memos not syncing from iphone to itunes

    My voice memos are not syncing from my iPhone4 to iTunes.  Everything has been restarted.  Everything is up-to-date.  The voice memo box is checked.  What is going on?  Thanks.

    Hey Colonel,
    I read this on another thread then confirmed it when I bought an App on my iPhone then did a sync. At first, it appeared that the App was being copied to the iTunes library, but when I checked under Applications, it was not there.
    So I went to the File menu, and selected Transfer Purchases from iPhone. It again showed that it was copying to iTunes, and this time it really did.
    Not sure why it's not automatic, but it's a minor extra step.
    Santiago

  • New field data not passed from BupaSearch to BupaCreate

    Hi,
    We have 2 new fields on BupaSearch. When we hit the create button to create a new BP, any data entered in the 2 new fields is not then passed through to the BupaCreate view. I've debugged in method 'CREATE_ACCOUNT' in BupaSearch, where it sets up parameters but the fields are not available to use at this point for some reason. So, for example, the following will fail:
    lv_nickname = lv_query->get_property_as_string( 'NICKNAME' ).
    Can anyone point me in the right direction ?
    thanks,
    Malcolm.

    Hi,
    I need your help. Im trying to create a new field "identification type" in a view. This field is existing as a attribute of "BuilIdNumber" object. Im able to add this as context node. But when i include this field in view, and launch webclient, this field is disabled,  Can you help me on this. I have used the wizard for creating a context node.
    Can you plz tell all the steps in detail that are to be carried to add new field to a view.
    Thanks in advance,
    chandan

  • PDF Printer not working from portal

    Hi Experts,
    We are on EP7 SPS13 & ITS version 620 patch level 20.
    problem we face is PDF printing from Portal. But when we directly access through ITS, PDF printer is working.
    Could anyone give some inputs on this.
    regards
    ambicasony

    A server exception would suggest you are using Acrobat in the cloud. I don't have an answer in that case other than trying later. Is the Adobe PDF printer indeed installed on your machine or in the cloud?

  • Workflow not trigerring for Clock-in/clock new entries or corrections

    Dear All,
    I am using the workflow ws12300111 template for clock-in/clock out for approval to manager. Is this appropriate one or anything else is available, whenever i raise request for the clock-in/clock out change in ess a new request is getting generated in UWL of MSS but it is not showing the clock-in/clock out change request for approval.
    Regards,
    Rajasekar.

    It is the correct WF, as there is no other wf available for it
    You need to use the report  RPTCORAPP
    In order to approve the request you have to use the back end report. It
    can approve the requests with the work flow as well.
    We would recommend you to use the
    report for the clock in clock correction approval as there is no
    specific I view available for this as it might be cumbersome for the
    Manager to do mass approval.
    Here are the reports which you can refer.
    ·        RPTCORTMAIL (Clock-In/Out Corrections: Request Correction of
    Errors)
    ·        RPTCOREMAIL (Clock-In/Out Corrections: E-Mails to Involved
    Persons)
    ·        RPTCORPOST (Clock-In/Out Corrections: Post)
    ·        RPTCORSTOPWF (Clock-In/Out Corrections: End Open Processes)
    ·        RPTCORLIST (Clock-In/Out Corrections: Check Corrections)
    ·        RPTCORAPP (Clock-In/Out Corrections: Approve Documents)
    ·        RPTCORERR (Clock-In/Out Corrections: Process Errors in Entries)

  • BEx workbook does not open from portal when excel is already opened

    Hi all,
    When I go to the portal and open a BEx workbook from there while excel is already open, then the workbook does not open.
    When I close excel and then open the BEx workbook it all works fine.
    I do not get any error: just nothing happens.
    Any idea how to solve this?
    Versions:
    BI 3.5
    Excel 2003
    ADDITIONAL INFO
    I found this only happens when excel is open with a cell in edit mode. Whenc I then open BEx from the portal I get the error 'please install suitable version'.
    Let my know if you have any advice.
    Message was edited by:
            Arjen de Ruiter
    null

    No solution for this.

  • New rule  is not working from 'ojaudit' though I use  loadSet="Audit"

    When customizing new rules in audit framework using the Jdev Extensions API, I used the below content in extension.xml file.
    <hooks>
    <jdeveloper-hook xmlns="http://xmlns.oracle.com/jdeveloper/1013/extension">
    <addins>
    <addin loadSet="Audit">oracle.test.Launcher</addin>
    </addins>
    </jdeveloper-hook>
    <feature-hook>
    <description>Manages the final static member names.</description>
    <optional>true</optional>
    </feature-hook>
    </hooks>
    The new rules created are executing only when I audit from Jdev UI. But these are not executing when I use this new rule in 'ojaudit' at command line.
    How can we achieve this?
    Is there anything to modify in my extension.xml file?
    There is a case where it works both from UI and ojaudit, but it is not working always. That is in my case just observer the above code:
    If I dont use loadSet="Audit" in <addin> tag, this rule executes only in UI when auditing but it wont execute when I use 'ojaudit' at command line. And when I use the attribtue loadSet="Audit", only a few times it is executing for 'ojaudit' at cmd line.
    Is this inconsistent a bug?
    And could you suggest me how the ojaudit works?
    And could you point out any documentation of how the ojaudit works? I mean the flow ?
    Thanks in Advance.
    Regards
    Madhu

    It works fine when I modified the 'loadSet' attribute to 'loadset' where all letters are in small case.
    Thank You.

  • Brand new 5s - set up as new but will not restore from icloud backup

    Hi, all. I received a new 5s today as a present. It was set up at the Sprint store by the staff. I asked what I would need to do to get all of my.apps, photos, etc. and they told me to do an cloud restore when I got home. So I got home and tried to figure out how to do this. I made sure to back up the 4s last night but my new phone says it has never been backed up which I suppose makes sense... so I have several questions:
    1) Why would an old apple ID show up all of a sudden?
    When I couldn't figure out restore, I erased all settings and tried to set up again from an cloud back up. But it showed me my original apple is from 2005 when email addresses weren't required (my ID then was edavies988) and I only had an iPod. It kept telling me I had an incorrect ID or password when I tried to set up as cloud backup restore. And I checked to make sure my apple ID is my current email address not my old ID. It is the email address. So any idea why this would have happened?
    And since that didn't work, I went back and set it up as a new phone again. So....
    2) Is there any way to access the cloud back up and restore it without having to reset the phone? I have pictures and apps, etc. that I would like to have on the new phone....I have no idea how to fix this.
    Any help would be appreciated. Thank you!!!

    No, photos and apps aren't on my computer. Only in the cloud. I back up to the cloud only. I have a very old computer.
    And no, I don't have anything loaded on the new phone. I apologize if I wasn't clear. I am unable to reset the phone and do a restore on the new phone because of the apple ID problem I mentioned. (Old, no longer used ID is what pops up when I try to restore. And since it isn't the current apple ID it doesn't accept my password. And it will not let me update to the current apple ID during set up. And, yes. I checked online. The current ID is all that shows online.)
    What I clumsily was trying to ask was is there a way to do a restore on a new phone without resetting so that I can get the stuff from the old phone to the new phone? (Again, the reset didn't work when trying to reset/restore. So I had to set the phone up as a new phone.)
    Does that make sense? Or is it clear as mud?

Maybe you are looking for

  • IMac Won't Boot

    I have a 24" iMac bought in 2007. It now won't boot up. I suspect it is because the hard drive is so full that it won't reboot. Is there a way to rectify this without an erase and reinstall? I do have Applecare.

  • This Question is related to IDOC , that how to modify the existing IDoc

    hi All, am getting some problem that , i have created the IDOC for sales orders by using (ORDERS), so i was able to create IDOC,but my requrement is to modify the exising IDOC. how i can go through?. what are the F.M to use?

  • Grant previleges on tablespace to user.

    Hai, I have created one tablespace calles detail. I created one user student and set default tablespace of detail. But while creating table in student user, it says 'no privileges on tablespace 'detail'. How to grant that privilege to user student. R

  • Problems keep color same in picture in Photoshop CS6?

    Whenever I zoom in, in Photoshop CS6 the color changes between the orignal photo color, to a more contrasted color, and then back. It happens when I also use the lasso tool, patch tool, zoom, etc. I would just like help making this go away. Any infor

  • Checking Vault contents in aperture 2.1.1

    I have made a Vault of my Aperture Library and all the signs indicate that the process has gone to plan. However to be finally convinced that all is OK I would like to peruse the contents of this vault. Is there a simple and safe way of doing this? T