Notification create after approval

Hi,
We have a reqirment to create maintenance notification only afer approval,
I am using buisness objet BUS2038 and Created event for triggering the workflow.
It is working fine workitem comes to approver but notification is getting created means approval step does not have any significance , How can I restrict the notification untill it is approved.
Regards
Bikas

Hi BT,
dont know if there is an option of canceling a maintenance notification, if its possible, then let the user create a notification, let the approver get the workitem and once the approver rejects it, the workflow would cancel the maintenance notification (may be some BAPI's exist to do this).
If such a functionality doesnt exist in the business process, then you need to search for a user-exit or enhancement which would trigger a workflow the moment a maintenance notification is saved and would save (commit-the technical term) only if approver approves it.
Hope it helps.
Aditya
P.S shall watch this thread for answers from gurus who have worked on Maintenance Notifications.

Similar Messages

  • PO not created after approval.

    Hi
    We are working on SRM4.0 classic scenario with SAP R/3 4.7.
    We are having following scenarios to create backend docs.
    1. All SC created from catalog should create PO in backend R/3.
    2. All SC created using Free text description (All non catalog items) should generate PR in backend.
    All PRs are getting generated perfectly as per point 2.
    But the problem is with point 1 where PO is not getting generated in backend after approval is done.
    As per my analysis, system is picking the PO number and object type perfectly. But all these records exists in BBP_DOCUMENT_TAB. Even after running CLEAN_REQREQ_UP also they are not going to backend.
    In BBP_PD it shows I111  Item in transfer process with no check in inactive column.
    No errors in SC monitor(RZ20).
    I dont know where am I missing. Checked all possible things.
    Did anyone faced such situation please throw some light on this.
    Thanks in advance
    Jagadish

    Jagdish
    Not sure, try to run FM BBP_PD_PO_TRANSFER_EXEC...
    Regards
    Reddy

  • Shipping notification created after occurred goods receipt

    Hello,
    We have in place a standard confirmation process for intercompany purchase orders. This means that when the outbound delivery is created, the system generates an inbound (confirmation) linked to the PO line.
    We have noticed that after the goods receipt has been performed, when users enter the outbound delivery in change mode the system generates output (EDI output) and a new confirmation is created and placed into the PO.
    This has as consequence that if the delivery completed in the PO is not yet set, unreal quantities are shown as expected in  the ATP check.
    Has anyone experienced this issue before?
    Thanks.
    JC Garita

    Dear,
    Please check you make the PO with account assignment category (K, A, O) so while you make the GRN with reference of PO so system will make the MM document and also FI document but stock will direct hit to concern cost center, Asset, or Order.
    and stock will not be updated or appearing in MMBE or any standard reports.
    Regards,
    Aamir

  • No Notification Upon PR Approval

    Dear All,
    I wanted to make the PR approval workflow such that, after a PR is approved, no notification is sent at all.
    I am using the BOR Object BUS2009, Method INFORELEASEEFFECTED. However this method couldn't be processed as background task.
    Thus, I changed to the method SingleReleaseNoDialg which could be processed as background task. However, I am getting the error "Release outside field of responsibility". And I just found out that this method has been obsolete.
    Can anyone suggest what I could do to avoid any work item being created after approval?
    Thank you very much.
    Regards,
    Yen Li
    Edited by: Yen Li Boo on Oct 20, 2008 8:45 AM

    Hi Arghadip,
    I am using the standard PR workflow and did not include any notification step. However, a work item is created upon release of PR by default by the BUS 2009 Object Method InfoReleaseEffected where it is a dialog method. I think it is this property that created the work item in the initiator's inbox.
    Is there any way to disable this?
    Thanks,
    Yen Li

  • Create with approval - Does notification work

    When we set a user with privileges "create with approval" on a folder and he tries adding a item to this folder is the owner send out a notification mentioning x items await approval?
    Is there any setup that needs to be done before having this notification functionality working?
    Right now when an item is created by such a user the only way the folder owner knows about items awaiting approval is after logging into the portal and navigating to appropriate content area.

    If you are the content area administrator or a user with approver privileges and you don't want to approve, then it means you don't want the item to be part of the content area. So, you can always afford to delete it.

  • Workflow notification Reappearing in worklist after approving

    Hi All,
    For one of the user, after Approving the Leave request, the request gets approved,but again the notification for approving appears in user's worklist.
    Is there any way to aviod this.
    ITEM TYPE is HRSSA.
    Product Version 11.5.10.2
    Thanks in advance.
    -chiranjeevi

    try this
    PROCEDURE NOTIFICATION_HANDLER (
    itemtype IN VARCHAR2
    , itemkey IN VARCHAR2
    , actid IN NUMBER
    , funcmode IN VARCHAR2
    , resultout OUT NOCOPY VARCHAR2)AS
    v_nid NUMBER := NVL (Wf_Engine.context_nid, Wf_Engine.g_nid);
    v_result VARCHAR2 (30) := Wf_Notification.getattrtext (v_nid, 'RESULT');
    v_comments VARCHAR2 (240) := Wf_Notification.getattrtext (v_nid, 'APPROVER_COMMENT');
    BEGIN
    IF (funcmode = 'VALIDATE' OR funcmode = 'RESPOND' ) THEN
    IF (v_result = 'REJECTED') THEN
    IF (v_comments IS NULL)
    THEN
    RAISE_APPLICATION_ERROR (-20001, 'Please enter reajection reason');
    END IF;
    END IF;
    END IF;
    Regards,
    Ravi.

  • How to create a notification just after shuts down?

    I need to turn of my audio monitors before shutdown, but sometimes I forget.
    I would like to see a notification (created by me) every time I shutdown

    There are a number of ways of scheduling a task at shutdown, but the easiest is probably even easier - just write a stay-open application script that does nothing until it's quit at which point it posts a reminder dialog.
    on idle
              return 10000
    end idle
    on quit
              display dialog "Don't forgt to turn off all your other gear" buttons {"Got it!"} default button 1 giving up after 60
              continue quit
    end quit
    the idle handler is just a dummy to keep the process alive, the real work is in the quit handler which posts a dialog and then continues the shutdown process. the 'giving up' parameter makes sure the app doesn't stall the shutdown process - it's better to shut down the Mac, even if you forget to shut off the other stuff, than it is to leave everything running.
    Save this script as an application and set it to launch at login.

  • Workflow in Project server 2013 online not going particular stage after Approval

    Hi All,
    i have created workflow using sharepoint designer 2013 for project server 2013 online. and i have also set the approver after the first stage. when i create a project using this workflow, project is created successfully and the approval task also go for
    a approval to specific user. and i have set the property that after approval it has to go on specific stage. but the problem is when user approve the task it shows approved but my stage in workflow is remain same. it is not going to any stage. 
    i don't know why this type of problem is occur. 
    FYI, i have created same workflow for Project server 2013 on premise(Which is installed in my server) and
    it is working fine but when i want to deploy this workflow in
    project server 2013 online its giving error.
    so please help me to solve this type of issue.
    Thanks

    I am also experiencing issues with this.  After the approval task is completed, the Workflow gets cancelled with the following message
    RequestorId: 60d96368-4cb4-b059-8086-604972a92e60. Details: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context)
    at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager
    bookmarkManager, Location resultLocation)
    All other desired workflow actions work as expected.  Emails are sent, project is moved from stage to stage, however as soon as the workflow approval task is completed, either Approved or Rejected, the Internal Status is changed to Canceled and the
    workflow fails.
    What is interesting is when the Approval task is completed, the approver will receive an email notification that the task was CANCELLED or DELETED....
    not COMPLETED, which is what would be expected.
    Has anyone seen this - any potential resolution?

  • Reminder workitems still showing up after approval

    Hi SRM Guru's,
    We are upgrading from EBP 3.0 to SRM 5.5. We have implemented dead line monitoring for invoice workflow in EBP3.0.  We are having some invoices created in EBP 3.0 system and reminders generated in SRM 5.5 sytem for those invoices. After approval of the invoices, the reminder work items are still showing up in Inbox of the approver. This happens only with the old carts that were created in EBP 3.0 system.
    Please help to fix this problem.
    Thanks.
    Srini

    Thanks Roger for the quick reply -- just to check, the URL they sent me in the Podcast Approved Notification is:
    https://itunes.apple.com/us/podcast/carl-mike-comedy-commentary/id926924295

  • Approval Notification getting auto approved.

    Oracle Gurus,
    I am stuck with this workflow and need you urgent help. Below is the problem description:
    I have created a custom workflow to send notification to certain level of approvers for there approval. Attached is the screenshot of the workflow. Let us say there are 5 approvers: MGR1 -> MG2 -> MGR3 -> MGR4 -> MGR5
    When the workflow is invoked the notification goes to MGR1 correctly, when MGR1 approves it goes to MGR2 notification gets auto-approved (skips MGR2) and goes to MGR3. When MGR3 approves it goes to MGR4 and gets auto approved as before and goes to MGR5.
    It's skipping alternative approvers by auto approving the notification!!! Any idea as to why? The notification's "On Revist" property is set to "Loop".
    Any kind of assistance is greatly appreciated.
    Thank you.
    Regards,
    Rakshith [https://lh3.googleusercontent.com/-FwWw20hnUWo/TtZYrOM4_yI/AAAAAAAACFQ/nBN2dtiWbZc/s912/WF.jpg]

    This is related to either your setup or an extension. There must be a hole in your logic if you are using an extension. If not, your Workflow may be setup to do "Go One Stop, then Go Directly." This flow will check for an approver, if it does not exists at the immediate supervisor level, it will autoapprove the Expense report and then flow directly to AP.

  • Request stays in Authorizing state even after approval

    I've been trying to debug this for days now and it completely breaks my lab - until it fixes itself after some random time and then breaks again
    I created a simple approval workflow which seeks approval from [//Target/Owner] when joining an Owner Approval Group. The request makes it to the Group Owner, but when the group owner approves the request, it stays stuck in Authorizing state and the user
    doesn't become a member of the group. The WF also remains in Running status even after the request is approved. 
    I've seen some similar problems around on the internet, and all seem to suggest Exchange related issues. I don't have an exchange setup in my lab, but I don't think not being able to send an email would completely break the approval process. Besides, it
    does seem to spring back to life randomly and it all starts working again before breaking - very intermittent.
    I've been messing around with the PS WF activity (which I use to calculate custom approvers), but I have disabled that WF completely for now and I'm just using OOTB activities and approvers.
    Any suggestions on what the issue could be (apart from exchange)? There are no errors in the event logs either, but there are loads of exchange related errors/warnings which are expected. Alternatively, is there somehow I can disable the "feature"
    where FIM tries to send an email?
    Thanks

    Yep, the approval responses are generated but the request still stays in Authorizing with the workflow in Running state. 
    What makes this even more bizzare is the intermittent nature of the issue, it just seems to resolve itself after some time then break again. 
    One thing I have noticed is that the problem starts when I use my custom WF to add approvers to the WF dictionary - the first activity is a powershell activity which calculates the approvers and the next one is the OOTB approval activity which sends an email
    to [//WorkflowData/Approver]. However, the PS script runs just fine, and the approver gets the request but after approval nothing happens (although approval responses are generated)

  • Approver regrouping in Shopping cart after approval and refresh button is clicked

    Dear Experts
    I created a shopping cart (Say 5 levels of approval) it reaches the approver . The approver approves the shopping cart and the cart is in completion step. When after approval in 3 rd step. If i click on refersh button at the top, the list of approvers who approved the cart are getting grouped in to a folder like structure. How it can be avioded i.e we need the approvers to be shown in sequence even after n approvals and clicking on the refresh button.
    Thanks & Regards
    Arun.K.P

    Hi Laurent,
    Please check the screenshots.

  • If PO is created Or approved   reference PR,  should not allow to change th

    Dear All
    I have one requirement
    If PO is created Or approved   reference PR,  should not allow to change the quantity or line item.
    And is it possible to assign this to user specific whether to allow or not .
    Thanks in advance
    Mahisap

    Thanks for reply
    MY Requirements are
    1)A  PR line item should not be changed after creation of PO or after PO approved
    2)In case PR is referenced for multiple po's then should check all the po's
    3)if po line  item deleted then system should allow to change PR
    4) Assign it to user specific
    plz get me outoff this
    regards
    mahisap

  • GL Journal approval- Send notification to multiple approver

    Hello
    I want to send GL journal approval notification to multiple approver, once any of the approver approves the journal it should be removed from worklist of all approver. How can we acheive this?
    Pls help
    Thanks
    Avalon

    Hi
    What i am sure of is that you can have specific groups for your journal approval and each of the groups can have specific approvers.
    When i say the above line, i mean that you can have groups like Treasury, Finance and Payroll and each of them have their desiganated approvers.
    Then the level of journal preparer who can also fall to a specific group.
    Once the journal preparer belonging to a specific group prepares a journal, it will route to the journal approver belonging to the specific group.
    I am not sure about whether you can create approval groups and also if you send the journal for approver to multiple approver, than how the other approver will come to know that the journal is approved or rejected or whether has the other person taken any action - it will create dependencies between the 2 person and hence might create confusion.
    So i am not sure about the resolution for your question.
    But if the approach suggested by me matches your requirement, i can forward you the document which contains the step you need to do to achieve the functionality,
    Hope this helps.
    Thanks and Regards
    Manish Jain

  • 12.1.1 PO Output for Communication errors all POs created after upgrade

    Hi All -
    We are in the middle of upgrade testing and have encountered a critical issue with "PO Output for Communication (POXPOPDF)." All POs created after the upgrade are completing with error. We are able to generate pdf output for POs generated in 11.5.10.2 before the upgrade. This error is occurring even with seeded "PO_STANDARD_XSLFO.xsl" template as well.
    The log file has the following message towards the end.
    getArchiveOn(): APPROVE
    getArchiveOn()=APPROVE m_viewOrCommunicate=Communicate
    getArchiveOn(): APPROVE
    After calling genDocThu Jan 28 12:51:47 EST 2010
    Adding the blob to vector
    java.lang.NullPointerException
    rolling back the complete program
    PO is getting archived properly, so it is definitely an issue with document generation. We have had a SR logged for over three weeks, but there has been not much progress on this. Support has logged a new bug for this. We are unable to view bug transcript, so I am not certain as who is working this bug.
    Any help or pointers will be much appreciated.
    Thanks
    Abhishek

    Pl see if MOS Doc 433600.1 (PO Output for Communication Fails When Item Description Contains Special Characters) is relevant in your case. The error message is similar to your case.
    HTH
    Srini

Maybe you are looking for

  • Get rid of a pop-up window

    Hi there! While using safari a pop-up window appears i can't get rid if the window. All the safari options are disable and when i do "force to quit" safari closes but when i open it again the pop-op appears..I don't now how to get rid of this! Thanks

  • Upgrading iPhone 3GS to iOS4 unable to import photos to iPhoto

    After upgrading my iPhone 3GS to iOS4, I am unable to import photos to iPhoto. Also, iPhone does not turn up in iPhoto. Unable to find other ways to import photos from iPhone. No problems importing before upgrade. Anyone with a god solution?

  • How to create new file folders?

    I'm can no longer create new file folders. Can someone help me? I've tried everything.

  • MACBOOK Pro Recovery issue

    I have a macbook pro got it second hand, I tried to run recovery because it was erased. the recovery said to install lion I entered my apple ID it said I didnt own lion. I got online with another computer bought lion waitied till I got the emails con

  • Help with security updates

    Hello, I am attempting to get my pc to pass a Belarc test, However, It will not pass due to this error stating I need the following Adobe Flash Player security update for Flash Player 11.5.502.149 Plugin 32-bit My pc has the current version of 11,6,6