XI condition for Mail triggering

Hi All,
Is that possible to give condition like mail should trigger after sales order has been created.
For EX:
the flat file send from XI to R3. In R3 side sales order will create using the BAPI Function module.
Here, the mail has triggered even the sales order creation has failed.
So we need to give some condition like after creating sales order the mail should trigger.
Please advice and help on this.
Thanks,
Senthil kumar V.

hi,
note 566090 - FAQ for immediate transfer order creation
Question
Where do you have to set the mail indicator?
Answer
This depends on the respective process. For the immediate TO creation for material documents and for the immediate TO creation for deliveries (using the WMTA message type), you must set the mail indicator in the corresponding entry in the T321 table. For the immediate TO creation for the production supply, you must set the mail indicator in the storage type of the production supply.
For the 'automatic TO creation', you must assign the mail indicator in Customizing to the 'Automatic TO creation' indicator that you have assigned to the WM movement type.
might help u
Regards.
Siddhesh Naik

Similar Messages

  • Conditions for triggering actions - times in SLA

    Dear CRM experts,
    I'm configuring actions in SAP CRM 2007 - Service Scenario: in particular, I'm trying to configure actions for triggering of e-mails when SLA deadlines are reached.
    Let's assume that the following are the dates in my service ticket:
    Opening of the ticket --> 10/05/09 - 10:15 A.M.
    First level of escalation --> 10/05/09 - 02:15 P.M.
    To Do By --> 10/05/09 - 06:15 P.M.
    When I write the Starting Condition for the action, I can only compare the Date Types (Opening of the ticket , First level of escalation, To Do By ) with the Local Date of the System...
    The problem is that the condition considers only the DATE(10/05/09), but not the TIME!!
    But in our scenarios, the time is a critical parameter!
    Any idea on how to solve my problem?
    Thanks in advance,
    regards,
    Andrea Ricci

    Dear Andrea,
    I have similar requirement,Where as i have maintained the first respone as date type and in duration i have maintained 15 Min.
    Where as in action condition I have maintained Fisrt response<current date. Notification receipt as Todays date and time.
    Please guid me in details.
    Regards
    Ashwin

  • How to set the conditions for item deletion approval workflow?

    Hi,
    I have created approval workflow for item modifications ie, when user try to modify an item, it will send a mail to Project Manager. For that I set the conditions in Change the behavior of the overall task: 1. When the task process starts 2 . When the task
     process completes .
    Change the behavior of the single task: 1.when a task is Pending.
    [I followed this https://www.nothingbutsharepoint.com/sites/eusp/Pages/5-Steps-to-Enhance-SharePoint-2010-Approval-Workflow.aspx ]
    My Requirement is that I want to set this same workflow for the scenario: when the user deletes an item it will send a mail (intimation mail for item deletion) to Project Manager. here i dont want to send modification mails when user deletes an item.
    When user modifies an item: 1. intimation mail, 2. Approve/Reject mail 3. intimation for approval / rejection mail.
    When user deletes an item: 1. intimation mail.
    How can we set it in one approval workflow?? where i have to set the condition for sending either item modification mails or deletion mail.
    Thanks,
    Praveen ji

    Hi,
    According to your post, my understanding is that you wanted to start approval workflow when item deleted.
    You should first make some changes to trigger the workflow when you delete the item.
    You can use the Event Receiver to achieve it.
    In order to trigger workflow on item delete you need to create event receivers and from event receiver call the workflow already attached with list.
    http://ravendra.wordpress.com/sharepoint-workflow-on-list-item-delete/
    You can also create custom action to start the workflow, you can refer to the following article, then modify the workflow as your need.
    http://blogs.sharepoint911.com/blogs/jennifer/Lists/Posts/Post.aspx?ID=50
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • One pricing condition for BOM and other for individual component

    Hello SAP gurus,
    We have two pricing condition types created and assigned in the pricing procedure which has been created with reference to PR00 and condition records are maintained for both the condition types.
    But, we want only one pricing condition type to be triggered in the sales order depending on the usage of material in the sales order. As we are selling the same material individually and as well as a component in a bundle ( BOM).
    i.e, when one pricing condition for BOM component and other for individual component
    What are the configuration steps to be taken care to get this scenario?
    Thanks in advance.
    Regards,
    KB
    Edited by: K.byla on Jan 21, 2010 1:20 PM

    Hi Sagar,
    Thanks for your response.
    Yes, we are maintaining only one material. The same material is used to sell individually and also in a BOM.
    As i have mentioned earlier, whenever the material is sold individually it should pick condition type say 'YR00' and when the same material is sold as a bundle ( BOM) , it should pick condition type " YR01" in same the pricing procedure.
    For both the condition types, the condition records are maintained.
    To give the scenario details,
    A material "X" is sold individually as a single component and the same material is also used for selling bundled with other material "Y" and the bundled material as "Z"
    means, Z=X+Y
    Pricing procedure used is say ZRA000 which contains currently the price cond type YR00.
    Now for the bundle (BOM) involvement i want to use the same pricing pricing proc. and add the new cond YR01 in it so that the system will pick the cond.type YR00 when the material is sold individually and YR01 is taken as the price when the material is sold as a bundle against the item X.
    Need to know the steps for this scenario and do i need to maintain a specific requirement ? please suggest.
    BR,
    KB

  • DOCUMENT_NOT_SENT error in Mail Triggerring

    Hello All,
    I got a requirement wherein i have to covert a program output to spool and from spool i should convert that into a PDF attachment and trigger a mail to Outlook...
    I could do the above one [everything is going fine, right spoolid i chosen and the data is compressed and packed in right way]
    But when i try to trigger that as mail using FM SO_DOCUMENT_SEND_API1..
    I am getting error as DOCUMENT_NOT_SENT [My NEW_OBJECT_ID in FM SO_DOCUMENT_SEND_API1 is blank will it make FM SX_SEND_DISPATCHER to fail?? Hence results in no mail triggering] ...
    To find out the problem i have even checked SCOT and SOST transaction, But no log was found....
    Also i made a background schedule of my program and saw the results in SM37 [Here also i could not see any error and i could see my desired output]..
    I have even enabled  PUT_IN_OUTBOX  as  'X' and COMMIT_WORK  as  'X'.....
    My coding is as follows:
      CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
        EXPORTING
          DOCUMENT_DATA              = LA_DOC "W_DOC_DATA
          PUT_IN_OUTBOX              = 'X'
          COMMIT_WORK                = 'X'
        IMPORTING
          NEW_OBJECT_ID              = OBJID
        TABLES
          PACKING_LIST               = IT_PACKING_LIST
          OBJECT_HEADER              = HEADLIST
          CONTENTS_BIN               = IT_ATTACHMENT
          CONTENTS_TXT               = IT_MAILBODY[]
          RECEIVERS                  = T_RECEIVERS[]
        EXCEPTIONS
          TOO_MANY_RECEIVERS         = 1
          DOCUMENT_NOT_SENT          = 2
          DOCUMENT_TYPE_NOT_EXIST    = 3
          OPERATION_NO_AUTHORIZATION = 4
          PARAMETER_ERROR            = 5
          X_ERROR                    = 6
          ENQUEUE_ERROR              = 7
          OTHERS                     = 8.
    Waiting for your replies.....

    Hi Jayanthi,
    I want to send email to internet address and not to SAP user. Like for example can I send the attachment to my yahoo id??
    If I change to
    i_reclist-receiver = give sap user id
    i_reclist-express = 'X'.
    i_reclist-rec_type = 'B'.
    this will surely work but it comes to my SAP Office Inbox but I need to send it to any address on the internet. Is it possible?
    Please do reply.
    Thanks in advance,
    Rashmi

  • Custom pricing condition not getting triggered automatically in CRM 4.0

    Hi
    The custom discount pricing condition created in R/3 is active in R/3 and is getting triggered for Sales Orders created in R/3.
    I have downloaded the same pricing conditon from R/3 to CRM 4.0 i am able to trigger it manually in CRM service transaction. But i need the condition to be triggered automatically for the pricing group.
    Your inputs are highly solicited
    Thanks
    Padma

    Hi Padma,
    did you enable the condition download from ERP to CRM already? Did you run the initial condition customizing download and the initial condition master data download successfully (check also the application log in SLG1)?
    In addition, you should be aware, that for any condition customizing change in ERP you need to rerun the initial customizing download (there is no delta download) and that you need to refresh the IPC customizing buffer, which is automatically done once a day by default.
    Best Regards,
    Michael

  • Constantly "Checking for Mail"

    My new iPhone is constantly "Checking for Mail" while I'm trying to delete or read messages that are already downloaded. It holds me up from deleting or doing anything until the operation is complete. I've got it set to check manually, and also tried 15, 30 and 60 minutes, but still it checks for mail everytime I open Mail. How do I get it to chill out and let me go through my mailbox and check only when I want it to?

    I've experienced this a few times. The problem was some kind of deadlock related to my Yahoo mailbox. The workaround for me was to log into my Yahoo account via the web, create a folder, move my Inbox content to that folder, delete and re-add my Yahoo account on the iPhone client, check email (nothing to download), then via the web move all my inbox messages back from the temporary folder to the inbox. On the next reload of my Yahoo email Inbox all messages were displayed and the "Checking for Mail" hang resolved. A client issue perhaps.
    I seem to recall that this Checking for Mail condition would also block the ability to download email from other non-Yahoo email accounts.
    This may or may not be the same as your issue.

  • Constantly "checking for mail" and email settings freeze

    Since yesterday I've noticed that my mail app isn't showing any new emails and when I go in to it the "checking for mail" is continously running at the bottom and the internet spinning disc is spinning away.  I've tried switching it off and back on again (using the red slide bar) and new emails appear the first time it's restarted but only that once.
    I've got three POP3, a hotmail and Gmail account set up so thought I could try and disable them one by one to see which if any was causing the problem, but in settings going to the Mail, Contacts, Calendar option just freezes the screen.
    Have tried syncing with iTunes and a full reboot (home and power button together) but still no success. Also tried the suggestion made elsewhere about clearing the cache, closing all the open apps and doing a full reboot - unfortunately still without any joy.
    Internet and everything else seems to be working fine. Any other thoughts?
    iPad2 OS 4.3.5
    Thanks

    I've experienced this a few times. The problem was some kind of deadlock related to my Yahoo mailbox. The workaround for me was to log into my Yahoo account via the web, create a folder, move my Inbox content to that folder, delete and re-add my Yahoo account on the iPhone client, check email (nothing to download), then via the web move all my inbox messages back from the temporary folder to the inbox. On the next reload of my Yahoo email Inbox all messages were displayed and the "Checking for Mail" hang resolved. A client issue perhaps.
    I seem to recall that this Checking for Mail condition would also block the ability to download email from other non-Yahoo email accounts.
    This may or may not be the same as your issue.

  • Trigger condition for IDOC

    Hi,
    I have trigger condition for IDOC
    All materials where:
    "Finished Goods"  Technical Names MARA-MTART = "Z001", and the Plants are "Granollers" MARC-WERKS="ES11", MARC-WERKS="ES12", goods that are "ready" or "ready for manufacturing", MARC-MMSTA = "02" or "03".
    All the materials which satisfy this criteria will need to be triggered whenever a new material is created in SAP which meets the above criteria, or if any materials are modified which meet the above criteria in SAP.
    How do I trigger my IDOC based on these conditions.
    Regards,
    Subhashini

    Hi,
    Please create the Idoc type / segments , create message type and link Idoc and message.
    Steps to customize a new IDoc >>>
    1. Define IDoc Segment (WE31)
    2. Convert Segments into an IDoc type (WE30)
    3. Create a Message Type (WE81)
    4. Create valid Combination of Message & IDoc type(WE82)
    5. Define Processing Code(WE41 for OUT / WE42 for IN)
    6. Define Partner Profile(WE20)
    2. Yes, you need LS & Partner profile
    3. Yes use MASTER_IDOC_DISTRIBUTE
    4. Can use IDOC_CREATE_ON_DATABASE instead of MASTER_IDOC_DISTRIBUTE and then process the Idoc.
    Message Type :: The message type defines the semantic context of an IDoc. The message type tells the processing routines, how the message has to be interpreted. The same IDoc data can be sent with different message types.
    IDoc Type :: An IDoc type defines the syntax of the IDoc data. It tells which segments are found in an Idoc and what fields the segments are made of.
    Processing Code :: The processing code is a logical name that determines the processing routine. This points usually to a function module, but the processing routine can also be a workflow or an event.
    The use of a logical processing code makes it easy to modify the processing routine for a series of partner profiles at once.
    Partner profile :: Every sender-receiver relationship needs a profile defined. This one determines
    The processing code
    The processing times and conditions
    In the case of outbound IDoc 1. The media port used to send the IDoc and 2. Triggers used to send the IDoc
    Partner Type :: The IDoc partners are classified in logical groups. Such as : LS, KU, LI.
    LS - Logical Systems : It is meant to be a different computer and was primarily introduced for use with the ALE functionality.
    KU - Customer : The partner type customer is used in classical EDI transmission to designate a partner, that requires a service from your company or is in the role of a debtor with respect to your company, e.g. the payer, sold-to-party, ship-to-party.
    LI - Supplier : The partner type supplier is used in classical EDI transmission to designate a partner, that delivers a service to your company.
    thanks & Regards,
    ShreeMohan

  • Set Rule conditions for Determine Tax Applicability rules

    Hi
    We are doing Tax setups In Release 12. We need to setup the Rule condition for Determine tax Applicability as Applicable. can you please tell me the Naivgation Path.
    Regards
    Venkateswaran R

    rules contain a number of rule conditions each of which has its own parameters, like:
    tell application "Mail"
      set new_rule to make new rule at end of rules with properties {name:"New Rule", all conditions must be met:true, move message:mailbox "Some Mailbox"}
      tell new_rule
        make new rule condition at end of rule conditions with properties {rule type:from header, qualifier:equal to value, expression:"[email protected]"}
        make new rule condition at end of rule conditions with properties {rule type:subject header, qualifier:does contain value, expression:"Trigger Phrase"}
      end tell
    end tell

  • Workflow for Mail to MRP Controller

    Hello Experts
    I am configuring to activate workflow for mail to MRP controller, I am not able to activate event linking. Does any one know how to activate linking? Any help is appreciated.
    Here is configuration path
    SPRO  -  Materials Management  -  Consumption Based Planning  -  Evalution  -  Activate workflow for mail to MRP controller
    Thanks
    Ankit

    Hi,
    If you follow the steps and click on 'Assign Agents' it list the workflow template that is triggered e.g. WS03100020. If you open the builder (transaction SWDD) and view workflow WS03100020 you can see that there is no triggering event specified so you cannot activate the event linkage.
    Also the object used in this workflow is BUS1001and not BUS3020. If you want to trigger this workflow then you should check what event should triggered it and add it to the workflow via SWDD => Basic Data => Triggering events.
    What transaction should trigger this workflow? Switch on your event trace and recreate thje scenario. See what events are raised and see if one can be used to trigger the workflow. If no events exist then try to find user Exit or BAdi and trigger your event using function module SAP_WAPI_CREATE_EVENT or use SAP_WAPI_START_WORKFLOW to trigger event directly without events.
    Regard,
    Eddie

  • Error when giving untill condition for System time and date

    Hi Experts,
    i am using Untill Loop in my workflow to set condition for System time and date.According to this condition when system date and time is greater than equal to some date and time then mail goes to an agent.But during testing , the workflow gets into error stage.
                 In workflow log i am getting error like
    'Maximum number of    10000 nodes reached' in executed action 'DEQUEUE_NEXT_NODE'  for false condition.
                        Please suggest what may be possible cause or solution for it?
               Points will be rewarded for any good solution.
    Thanks
    Snehasish Das

    Hi,
    You should not use loop for that kind of purpose. It sounds to me that your workflow is looping all  the time, and the maximum numer of nodes is reached soon, and the workflow goes into error.
    You should use the WF deadline functionality for your purpose. For example use in a relevant step the "latest end" tab, and define the deadline there. Then when your deadline is reached, the workflow will continue in a separate outcome, and there you can send your mail.
    Regards,
    Karri

  • Condition for sales order delivery block

    Hi All,
    I am new to Workflow,
    I have created work flow  for Sales order changes, its works fine.
    but my requirement is after that it will check whether sales is block for delivery or not.
    if it is block then only it should send mail.
    Regards,
    Arpit

    Hi Arpit,
    1. Go to t-code SWO1.
    2. Click Settings -> Delegate.
    3. Delegate the BO YBUS2032 to the BO BUS2032.
    In workflow perform the following steps:
    1. Go to t-code SWDD and open your workflow template.
    2. Go to Basic Data (cap sign button at the top of the screen) or click Ctrl + F8
    3. Go to Start Events tab.
    4. In the Object type enter your BO name BUS2032 (not YBUS2032), in Event of object enter the BO event.
    5. Click on 'B' i.e. Binding Defined, click on generate automatic binding. It would automatically generate the appropriate binding for the workflow. You can also alter the binding as per requirement.
    6. Click on 'C' i.e. Start Condition. A dialog would open, select the appropriate start condition for the workflow. Use the attribute that you created and make the start condition. Check the condition before saving (recommended).
    6. Click on 'A' to Activate the binding and start condition. All 'A', 'B' and 'C' would get green.
    7. Save the changes made and activate your workflow.
    Hope this helps!
    Regards,
    Saumya

  • HT201304 Where the heck is the 'agree' button on new iTunes conditions e-mail

    Where the heck is the 'agree' button on new iTunes conditions e-mail ?

    I was certain that that couldn't be the problem because I could play music from my daughter's computer and she could play stuff from mine, so I was positive that home sharing was all set.  When I went through that article, however, I found that I had missed a step.  It's weird that you can access a family member's computer even though home sharing isn't set up entirely! 
    In any case, thank you very much for your time.  I'm embarrassed that the answer was out there, googleable, and even a page that I had looked at already, but you were incredibly gracious anyway.    Good karma to you, sberman!

  • Unable to go through accepting new condition for appstore

    there are new conditions for using itunes to buy apps for my ipad
    when trying to buy new apps or update some old ones I get directed to a message asking me to accept the new conditions
    it asks for a mail address which I duely provide but on the mail I recieve there is not accept mechanism ...
    what am I doing wrong? or is there a bug
    thx, bluetit

    Hello a.narain,
    Congratulations on your new MacBook Air!  It sounds like you do not want to add a credit card to your Apple ID.
    I suggest updating your billing information to "None" using the steps in the section titled "Change your payment information on a Mac or PC" in the following article:
    iTunes Store: Changing your payment information
    http://support.apple.com/kb/ht1918
    If you are not seeing the "None" option when updating your billing information, I recommend the following article:
    Why can’t I select None when I edit my payment information?
    http://support.apple.com/kb/ts5366
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for

  • Is there any way to get mouse scrollwheel acceleration? Very handy...

    What I want to get is a similar effect to this windows autohotkey script: ; Accelerated Scrolling  By BoffinbraiN ; V1.3 ; By BoffinbraiN ; For full details, and to get updates and support, visit the forum thread at: ; http://www.autohotkey.com/forum

  • Reference with purchase order

    Hi, This is emanuel from hyderabad SAP SD consultant, well can we do billing with reference with purchase order. for exampl.:- One company code -1000, and two plants one is 1000 and another one is 2000 suppose 1000 plant raise the purchase to plant 2

  • Unable to download because of error "Package File is Invalid"

    I have tried to update my apps nor can I download apps. I've never had this problem before and I made sure I had room on my phone and I even restarted the app. Is anyone else having this trouble and if so how may I go about fixing this?

  • Photoshop Elements 7  Missing options on Menu Bar

    I recently installed Photoshop 7 on my computer, I have Vista as my operating system. I noticed that in the "Organize" screen, I am missing "File, Edit, Image, Etc.... options on the left side of the menue bar. I unstalled the program and reinstalled

  • Trouble with completing the installation

    hi there. i am having trouble with completing the installation process of iTunes 7.0.2. i get to the part where status says "Registering Modules" and it stops there. i leave the program on and untouched for 30 minutes and the installation is still no