Workflow mail not triggering for PO's to the Manager

Dear Seniors,
  I am creating a PO and keeping in hold and later on saving the PO. But for those kind of PO's, the manager is not getting the mail for approval. But if i create a PO without keeping in hold with same data, system is triggering the mail to the manager. Why is it so? how can i make the settings to trigger the mail for hold-saved PO's. Please guide me.
Regards,
Prasath J

Hello Prasath,
Please check your configuration on ERP/ECC
side in transaction SWETYPV. Here you can enable or disable the
event type linkage for BUS2012 and for CL_SE_PUR_PO_WF_OUT or any
customer-specific business object related to Purchase Orders which might
be in use. If you disable the event linkage for CREATE and/or change
event, no message will be triggered upon PO creation.
If this is not sufficient for your business process the usual logic is
that all Purchase Order message are being sent out when the event
linkage is active (e.g. you want to send out only some of the message
types possible). In this case you might want to make use of BAdI
PUR_SE_PO_INTERFACE_OUT_SELECT (enhancement spot / BAdI)."
Enhancement Spot: PUR_SPOT_SE_PURCHASE_ORDER
BAdI Definition:  PUR_SE_PO_INTERFACE_OUT_SELECT
Interface:        IF_PUR_SE_PO_IF_OUT_SELECT
BADI definition   PUR_APPL_SE_POCONF_IN_ASYN
Also in the standard, for the following messages
   PurchaseOrderChangedInformation_Out
   PurchaseOrderERPRequest_Out_V1
   PurchaseOrderERPConfirmation_Out
we are sending out these information as soon as a purchase Order is
created. We do not distinguish between the services all of them will be
triggered.
Hope this hepls
Ray

Similar Messages

  • RSPPFPROCESS - mail not triggering for incorrectly processed PO

    Hi All,
    I tried executing the RSPPFPROCESS by giving a variant but I am not able to get the details of any incorrectly processed purchase orders in the output.
    The RSPPFPROCESS  program functions in such a way that if a PO is unsuccessfully processed, then on executing the RSPPFPROCESS program with status "Unsuccessfully Processed" a mail will be triggered to the creators whose POs were incorrectly processed.
    But this is not happening in my case, the mail is not getting triggered at all.
    The variant details are:
    Application : BBP_PD
    Action Profile : BBP_PD_PO
    Action Definition : STANDARD_PO
    Promotion status : 2 (ie)incorrectly processed
    Processing type : MET
    Time of Processing : Processing when saving document
    The radio buttons: Ignore "Repeat" flag and Ignore "Generated Manually" flag are checked.
    The check box "Number of Actions Outputted" is checked.
    Please help.
    Thanx in advance.
    Regards,
    Mary Catherine

    Hello Prasath,
    Please check your configuration on ERP/ECC
    side in transaction SWETYPV. Here you can enable or disable the
    event type linkage for BUS2012 and for CL_SE_PUR_PO_WF_OUT or any
    customer-specific business object related to Purchase Orders which might
    be in use. If you disable the event linkage for CREATE and/or change
    event, no message will be triggered upon PO creation.
    If this is not sufficient for your business process the usual logic is
    that all Purchase Order message are being sent out when the event
    linkage is active (e.g. you want to send out only some of the message
    types possible). In this case you might want to make use of BAdI
    PUR_SE_PO_INTERFACE_OUT_SELECT (enhancement spot / BAdI)."
    Enhancement Spot: PUR_SPOT_SE_PURCHASE_ORDER
    BAdI Definition:  PUR_SE_PO_INTERFACE_OUT_SELECT
    Interface:        IF_PUR_SE_PO_IF_OUT_SELECT
    BADI definition   PUR_APPL_SE_POCONF_IN_ASYN
    Also in the standard, for the following messages
       PurchaseOrderChangedInformation_Out
       PurchaseOrderERPRequest_Out_V1
       PurchaseOrderERPConfirmation_Out
    we are sending out these information as soon as a purchase Order is
    created. We do not distinguish between the services all of them will be
    triggered.
    Hope this hepls
    Ray

  • E-mail not triggering for published RFx ( Bid Invitaion) in SRM7.0

    Hi Friends,
    We implementing SRM7.0 with ECC6 ( Ehp4) and deploying Classic scenarion.Just configuring and testing RFx  functionality.
    In Vendor Master (Ext BP) I entered my Officale-mail id for testing and published one RFx. I'm expecting Bidder (means me) should get the e-mail RFx with URL of SRM to enter RFx Response with User ID and Password along with softcopy of RFx..but its not happening...
    Can anyone please confirm me exactly what settings need to be done /ensured  to get the Bidder, the e-mail RFx with URL of SRM to enter RFx Response with User ID and Password...any further services need to be activated.. ?
    Response much appriciated.
    Thanks
    NAP

    In front of RFx  ststus is waiting (Yellow colour) with ststus Text " Wait for communications service" and in detail it mentioned
    " Definition
    A message was sent by the application. The status of the message is 'Waiting'.
    Use
    The message is in the queue. The SAPconnect send process will send the message during the next run."

  • Release strategy not triggering for Specif plant

    Hi Friends
    I configured a release strategy with three charecteristics. P.org, Plant, Net value.
    this stretegy is triggering for specific plants which are under a particular company code, and if I change to my plant and P.org. its not triggering.
    I have deleted all the classifications and release strategies from, no other data in VV_T16FS_2 , AUSP,T16FV,and T16FS tables except this release strategies data.
    do we have any settings at cocode level??????
    please respond if answer known
    Points would be awarded for for your valuable answer.

    Thank you deepak for your quick respond
    Actually There were already release strategies  with same charecteristics, and with the values of other plants and other P.orgs which are under certain companycode.
    these were triggering perfectly for PO
    Now created new strategy for plant and P.org under different plant code of different cocde. this strategy not triggering for PO.
    but if the release strtegy  values replaced by the erlier plants and P.org  again its triggering.
    Now I created new chars, class, and stategies still same problem persists.
    Release stategy working for the values of a prticular company code plants, Porgs.
    and already tried your suggestion Cocode as char. but same its working for only that company code not for my companycode

  • Workflow not triggered for BP when start condition's field is set by BADI

    Hi guys,
    I have created a workflow and given the start Event "Changed" of object BUS1006. In this I have given a start condition which triggers this event when a particular field on transaction BP is populated.
    Now the problem is that when I myself explicitly populate the field and press save the workflow is triggered fine, but when I populate that field automatically in a Save BADI (BUPA_GENERAL_UPDATE), the workflow is not triggered. Tcode swel just returns the msg that Start condition returns 'FALSE' for object.
    Can someone please help me in this or let me know where I can find its cause in system.
    Any help would be really appreciated.
    Regards,
    Shaili

    If this is just one field, create your own custom event and code launching it when saving BP with your field changed.
    Maybe event Changed is executed only for changes in GUI.
    If you program your own one you will have 100% control of it.
    Regards
    Radek

  • FMBB Budget Approval workflow is not triggered

    Hi Experts,
    I want to activate the standard workflow for Budget Approval in FMBB t-code. I found two standard workflow templates for this WS12300025 and WS12300026 and I activated it. In both workflow templates start event is maintained as 'BUS0050'  'PREPOSTEDDOCCREATED' .
    But when I am creating Budget document in FMBB t-code, 'BUS0050' 'POSTEDDOCCREATED' is triggering , so the standard workflow is not triggering.
    Then checked in forums, that we should maintain SPRO settings. I maintained the setting in SPRO.(Attachment 1).
    After maintained this setting I am facing an error while creating Budget in FMBB t-code. (Attachment 2).
    Kindly help me on this is urgent .
    Thanks & Regards
    Ayyappan.V

    Ibrahim, The complete statement is:
    If event linkage not activated it (Workflow Instance) will not get traced i.e. in T-Code SWI2_FREQ, thats the reason I have suggested to check error message in SWEL .
    SWEL will always create entry whether linkage is activated or not, the only thing is trace should be on in T-Code SWELS.  Hope things are clear now.
    BR,
    Prakash

  • My Customized Workflows are not triggering

    Hi All,
    I customized workflows.But in SWEL my all customized workflows are not triggering from the last two days..Before it was working..In SWE2 also done properly and SWU3 also fine.
    Please give suggession whereis the Problem?
    Regards,
    Soni

    If you look at the details of your event linkage entry (transaction SWE2) you will find that the "Check function module" field is not empty. The function module, when executed for the event you created, raised an exception - which is the standard way for a check function module to prevent a workflow from starting.
    The check function module could be one set up for a workflow start condition, namely SWB_CHECK_FB_START_COND_EVAL. If so, check the workflow start conditions for your workflow (transaction SWB_COND).
    Otherwise, examine the check function module's code to determine what it checks and why it prevents your workflow from starting.
    <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4b027453d11d189430000e829fbbd/content.htm">SAP documentation: Using (event) linkages</a>

  • My icloud mail has not worked for 2 days.  the tech support people say they dont even know there is a problem.

    My mail has not worked for two days - in the US.  The tech support people on the phone claim they don't even know there is a proplem.  Anyone know whats going on? 

    http://www.apple.com/support/icloud/systemstatus/
    People reading this forum are just other users like you (who frankly already know there are a lot of frustrated users out there and cannot tell you anything you won't see in the above link).  Send your feedback to http://www.apple.com/feedback/icloud.html

  • Park document not Triggering for one user only

    Hi Guys,
    I have a problem where one user is using FBV1 park document and WF i not triggering at all and if the same user create document for any other company the WF is going through. Any idea Why..
    Thanks
    Atul

    Hi,
      Check for the start conditions (if any) maintained regarding to the document type or company code etc..
      This will give an idea about the issue.
    Regards,
    Manikandan R

  • When i connect my ipad2 to iTune, it show "iTunes could not check for an update to the carrier settings for your iPad. An unknown error occured (1651)". What should i do to solve this problem? My iTune version is 10.1.4.10 and my ipad is 4.3.5.

    When i connect my ipad2 to iTune, it show "iTunes could not check for an update to the carrier settings for your iPad. An unknown error occured (1651)". What should i do to solve this problem? My iTune version is 10.1.4.10 and my ipad is 4.3.5.

    If you have iOS 7.1 then you must be a developer, so you should be posting in the developer forums : https://devforums.apple.com/index.jspa

  • I am trying to sync my ipad with my computer and keep getting the following message: iTunes could not check for an update to the carrier settings in your ipad.  an unknown error occurs (1631).  what do I do??

    am trying to sync my ipad with my computer and keep getting the following message: iTunes could not check for an update to the carrier settings in your ipad.  an unknown error occurs (1631).  what do I do??

    The search bar can be very valuable...........
    In using it, I found out other's have had this issue and it likely means you have a 3G iPad?  If you do, go into settings and turn off cellular data, then try to update again and you should be OK........

  • I have an iphone4 and that I have had for four years and they are saying that I am not eligible for an upgrade until the end of July 2015. That is four years and 3 months after I purchased this phone. "Customer service" said I had an upgrade at the end of

    I have an iphone4 and that I have had for four years and they are saying that I am not eligible for an upgrade until the end of July 2015. That is four years and 3 months after I purchased this phone. "Customer service" said I had an upgrade at the end of July 2013, which I did not. She said that in the system my husband took an upgrade July 29th 2013. He didn't even have a Verizon phone, he had a work phone with T-mobile. I have asked what device he supposedly upgraded to since no phones have been activated and we all still have our same phones and numbers. Remember at the time, said husband had a work phone with T-mobile. I still have the very same phone as do all of the rest of my family members. No one has upgraded. I spoke with "customer service" for more than a half an hour today, Char promised me that her supervisor (Emily) would call me back by 7:30 tonight to clear up this problem. Well guess what? No call back so where should I go from here? Any advice or help would be greatly appreciated. Thank you for your help.

    someone swapped upgrades.  Phone could have been sold For quick cash. 

  • Serial Number Not Valid- new Windows 7pro/ fresh install of Creative Suite 5 Design Premium Win from download will not accept license key. This serial number is not valid for this product is the only response.

    Serial Number Not Valid- new Windows 7pro workstation / fresh install of Creative Suite 5 Design Premium Win from download will not accept license key to install. This serial number is not valid for this product is the only response being returned. What am I missing?

    The key is for Creative Suite 5 Design Premium the download is DesignPremium_CS5_5_LS1 and all associated files in the group.

  • TS2753 I have ipad 3  iOS  7.1 last update when connect to my macbook osx 10.8.5 get the following error  "iTunes could not check for an update to the carrier settings for your iPad A unkown error occurred 1651"

    I have ipad 3  iOS  7.1 last update when connect to my macbook osx 10.8.5 get the following error  "iTunes could not check for an update to the carrier settings for your iPad A unkown error occurred 1651"
    any help please

    If you have iOS 7.1 then you must be a developer, so you should be posting in the developer forums : https://devforums.apple.com/index.jspa

  • Good Morning, this morning I received the following error message when the iPhone connected to iTunes: itunes could not check for an update to the carrier settings for your iphone. an unknown error occurred (1635) iphone 3gs with IOS 5. any ideas? thx

    Hello,
    this morning I received the following error message when the iPhone connected to iTunes: i
    tunes could not check for an update to the carrier settings for your iphone. an unknown error occurred (1635) 
    any ideas? thx

    I get the same error (although in Dutch ;-)).
    It also says something like (I'm translating): "Make sure your network settings are correct and your networkconnection is active or try again later." Is there a way to find out these "correct networksettings"?
    I now get it for a week, eacht time I connect my iPhone to itunes...

Maybe you are looking for