SRM - Sending EMAIL Confirmation on PO CReation

Hi SRM Gurus,
I'am working on SRM Classic Scenario.I have done the code
in the BADI 'BBP_CREATE_BE_PO_NEW' for  PO creation in
the backend system ECC DEV.The PO is also getting created.
The issue now is once the PO is created in the backend a
Confirmation mail should be sent and the client wants the mail to be sent from  back end system ECC DEV.
I checked in debugging and found that BAPI_PO_CREATE1 has been used for PO Creation in the back end system.
I also found the user exit  EXIT_SAPL2012_003 in which i used
the FM 'SO_OBJECT_SEND' for sending the mail.
I tested out but the mail is not sent.
Am i in a right direction?.
Please give some idea on this.
Thank You.
With Regards,
P.Arunkumar

Hi please see below- this will give you a good idea
External Send - Sending PO by email
In order to send PO, your Basis team must configure the system first so that external email can be send out from SAP.  If it is not configured, no settings you do on MM will work.
1. You must maintain email address in vendor master data.
2. The same applies to your user master data.  For the output type for default values, a communication strategy needs 
to be maintained in the Customizing that supports the e-mail. You can find the definition of the communication strategy in the 
Customizing via the following path: 
(SPRO -> IMG -> SAP Web Application Server -> Basic Services -> Message Control -> Define Communication Strategy). 
As a default, communication strategy CS01 is delivered. This already contains the necessary entry for the external communication. Bear in mind that without a suitable communication strategy it is not possible to communicate with a partner via Medium 5 (external sending).
3. Use the standard SAP environment (program 'SAPFM06P', FORM routine 'ENTRY_NEU' and form 'MEDRUCK') as the processing routines.
4. In the condition records for the output type (for example, Transaction MN04), use medium '5' (External send).
5. You can use Transaction SCOT to trigger the output manually. The prerequisite for a correct sending is that the node is set correctly. This is not described here, but it must have already been carried out.
6. To be able to display, for example, the e-mail in Outlook, enter PDF as the format in the node.

Similar Messages

  • Sending Email Confirmation

    Can you send an email confirmation to multiple people?

    I guess I should have been a little more specific.
    If I want two people to receive individual form confirmation and data, is that possible.
    Currently under "Email Submission Receipts" there is only one "To:" field.
    I would like the information from each individual form to go to multiple people, but the person filling out the form would determine who by filling out an "email" field.

  • Send email for new customer creation

    Can I send email to someone when the new customer has been create through XD01. Is there any userexit to do that. thanks!

    Receiving E-Mail and processing it with ABAP - Version 610 and Higher
    OR
    REPORT  zsendemail                    .
    PARAMETERS: psubject(40) type c default  'Hello',
                p_email(40)   type c default 'write mail id' .
    data:   it_packing_list like sopcklsti1 occurs 0 with header line,
            it_contents like solisti1 occurs 0 with header line,
            it_receivers like somlreci1 occurs 0 with header line,
            it_attachment like solisti1 occurs 0 with header line,
            gd_cnt type i,
            gd_sent_all(1) type c,
            gd_doc_data like sodocchgi1,
            gd_error type sy-subrc.
    data:   it_message type standard table of SOLISTI1 initial size 0
                    with header line.
    *START-OF-SELECTION.
    START-OF-SELECTION.
    Perform populate_message_table.
    *Send email message, although is not sent from SAP until mail send
    *program has been executed(rsconn01)
    PERFORM send_email_message.
    *Instructs mail send program for SAPCONNECT to send email(rsconn01)
    perform initiate_mail_execute_program.
    *&      Form  POPULATE_MESSAGE_TABLE
          Adds text to email text table
    form populate_message_table.
      Append 'Email line 1' to it_message.
      Append 'Email line 2' to it_message.
      Append 'Email line 3' to it_message.
      Append 'Email line 4' to it_message.
    endform.                    " POPULATE_MESSAGE_TABLE
    *&      Form  SEND_EMAIL_MESSAGE
          Send email message
    form send_email_message.
    Fill the document data.
      gd_doc_data-doc_size = 1.
    Populate the subject/generic message attributes
      gd_doc_data-obj_langu = sy-langu.
      gd_doc_data-obj_name  = 'SAPRPT'.
      gd_doc_data-obj_descr = psubject.
      gd_doc_data-sensitivty = 'F'.
    Describe the body of the message
      clear it_packing_list.
      refresh it_packing_list.
      it_packing_list-transf_bin = space.
      it_packing_list-head_start = 1.
      it_packing_list-head_num = 0.
      it_packing_list-body_start = 1.
      describe table it_message lines it_packing_list-body_num.
      it_packing_list-doc_type = 'RAW'.
      append it_packing_list.
    Add the recipients email address
      clear it_receivers.
      refresh it_receivers.
      it_receivers-receiver = p_email.
      it_receivers-rec_type = 'U'.
      it_receivers-com_type = 'INT'.
      it_receivers-notif_del = 'X'.
      it_receivers-notif_ndel = 'X'.
      append it_receivers.
    Call the FM to post the message to SAPMAIL
      call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           exporting
                document_data              = gd_doc_data
                put_in_outbox              = 'X'
           importing
                sent_to_all                = gd_sent_all
           tables
                packing_list               = it_packing_list
                contents_txt               = it_message
                receivers                  = it_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.
    Store function module return code
      gd_error = sy-subrc.
    Get it_receivers return code
      loop at it_receivers.
      endloop.
    endform.                    " SEND_EMAIL_MESSAGE
    *&      Form  INITIATE_MAIL_EXECUTE_PROGRAM
          Instructs mail send program for SAPCONNECT to send email.
    form initiate_mail_execute_program.
      wait up to 2 seconds.
      if gd_error eq 0.
          submit rsconn01 with mode = 'INT'
                        with output = 'X'
                        and return.
      endif.
    endform.

  • Send Email on User Account Creation in OIM 11g

    Hi All,
    We are working on email notifications for the user account creation. we followed the following procedure:
    1) Creation of email template
    2) Creation of resource object
    3) Creation of notification process
    4) Create Customer Rule
    5) Create Customers Role and Assign Rule
    6) Create Access Policy.
    After assigning AD account to the user we are getting following errors..
    1> Class/Method: tcEmailNotificationUtil/parseEmail encounter some problems: Data Access Error
    Supplemental Detail com.thortech.xl.dataaccess.tcDataSetException: Data Access Error
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:952)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1523)
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:903)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1490)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.parseEmail(tcEmailNotificationUtil.java:1213)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(tcEmailNotificationUtil.java:235)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(tcEmailNotificationUtil.java:269)
    at com.thortech.xl.dataobj.tcScheduleItem.checkForEmailNotification(tcScheduleItem.java:3765)
    2> *Class/Method: tcEmailNotificationUtil/sendEmail encounter some problems: [EOF]*
    Supplemental Detail javax.mail.MessagingException: [EOF]
    at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1481)
    at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1512)
    at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1054)
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:634)
    at javax.mail.Transport.send0(Transport.java:189)
    at javax.mail.Transport.send(Transport.java:118)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.sendEmail(tcEmailNotificationUtil.java:850)
    at com.thortech.xl.dataobj.tcScheduleItem.checkForEmailNotification(tcScheduleItem.java:3782)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostUpdate(tcScheduleItem.java:741)
    3) And I am also getting error related to FAX like..
    select Fax from orc orc, usr usr where usr.usr_key=orc.usr_key and orc.orc_key =293
    Supplemental Detail java.sql.SQLSyntaxErrorException: ORA-00904: "FAX": invalid identifier
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:95)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:856)
    4) Class/Method: tcDataBase/readPartialStatement encounter some problems: ORA-00904: "FAX": invalid identifier
    Supplemental Detail java.sql.SQLSyntaxErrorException: ORA-00904: "FAX": invalid identifier
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:95)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    Plaese provide quick resolution to our issue..
    It will be very helpful to us.
    Thanks

    Thanks alot.I have configured this requirement.
    Regards
    A Abhinay

  • Purcahse Req WF - Send email to appoval

    Hi,
    I've created my Organizational plan (PPOCW) and I would like to send an email (to outlook) to the appover that is the immediatilly superior of the creator.
    Then I'm using the WS00000038 template and after the Event (PR release item) I added the step Send email, but after the creation of purchase requisition nothing happens.
    I would like to know how to configure the step Send Email:
    - Which recipeint should I use?
    - Which task should I use?
    Obs: In teh MM configuration of the release procedure I'm using Object type - C (Job).
    Thanks in advance,
    Guiza

    Hello,
    You can use the SendMail step in Workflow. Use role AC168 to find the superior of the creator.
    regards
    Rick Bakker
    Hanabi Technology

  • Send email automatically

    Hi all,
    I am a newbie. I have an application in which in one of the pages i'll take orders and want to send email confirmation automatically after creating the order. That is my task.
    But in order to do this First i have to install apex_mail package. This is where I got the issue.
    it is asking me yo install utl_mail package.
    so now i'm totally confused, Can somebody please help me(direct me) with a step-by-step instructions to setup and configure smtp in my application.
    I am using apex 3.2.1

    You have to login into Oracle apex as administration, not into workspace but into oracle apex_admin and in there you can go to
    Home>Manage Service>Instance Settings
    you can configure
    SMTP Host Address
    SMTP Host Port
    Administration Email Address
    Notification Email Address
    and then you can use the apex_mail.send package from a page process to send an email

  • Batch job creation for sending email if the invoice is aged

    Positive confirmation: Send system notification to the requestor if:
    a) An invoice is received and GR is not yet posted in the ECC system.
    b) An 'aged' invoice and GR is not yet posted in the ECC system.
    This requirement is for USA only. i.e., we have only one company code which is 8960.
    Identifiers of the invoice are
    Company Code = u20188960u2019
    Invoice Document Type = u2018R9u2019
    Use table EKBE for relationship between Invoice, Goods Receipt and Purchase Order.
    The field EKPO-BEDNR contains the Shopping Cart Number
    Implementation Strategy
    1. To send email if the invoice is aged.
    Create a program that will run as a job. This job will frequently check for invoices related to SRM Shopping Carts received from E2OPEN. If an invoice is aged and there is no Goods Receipt posted through confirmation from SRM, then an email will go out from ECC system to the requestor. Using the Shopping Cart number on PO, find the requestor information (email ID) from SRM through an RFC call. This job will run once in a day and should have a parameter in the program for the age of the Invoice.
    Both the emails should contain a link (To be taken from SRM system, to be supplied) to log into SRM system. The email will also contain the Shopping Cart number and the Description of the item, and a message to Confirm this, including age of the invoice if aged.
    Please let me know how to create the batch job.
    Regards,
    Venkat
    Edited by: VenkatG on Sep 1, 2009 3:14 PM

    Do not pass the COMMIT_WORK flag... Leave it blank. Any transaction for the data integrity, one should never use COMMIT WORK related statements. Normally SAP transactions will have the COMMIT WORK at the end of transaction which is enough for any thing that is added part of the customer exits...
    Hope this helps.
    Regards
    Anjaiah

  • Send email to upon creation of service request

    Hello Experts,
    I have a requirement wherein upon creation of a service request in Interaction Center, an email must
    be sent automatically to the responsible employee. In the functional specs it says that I need to create
    a mail form and this will be called using action profile. When I tested it the action definition goes into an error.
    From what I understand, we cannot call mail forms using processing type 'SMARTFORMS MAIL'. So my questions are listed below:
    1. If I stick with mail forms creation, how can I get the needed data example from the business object, etc.
    2. Are there any other way to do my requirement? Maybe mail forms is not needed and some configs just needs to be maintained.
    Thank you guys and have a nice day!

    Hi Viraylab,
    If you stick with send email with smartform then the config of action profile should be :
    object type name = BUS2000223
    context class = CL_CRM_SRQM_CONTEXT_PPF
    Create your own Action Definition, in the Processing Types of Action choose Smart Forms Mail
    Form Name = your form name
    Processing Class = CL_DOC_PROCESSING_CRM_ORDER
    Processing Method = CRM_ORDER_EXEC_SMART_FORM
    Hope it's help,
    Lina

  • How to send a confirmation email to users in dw cs6?

    Hi all,
    I am very new to dreamweaver cs6.
    I would like to ask how do i send a confirmation email to users when they have finished inputting their details in the registration page. (is it using php scripting?)
    In layman terms, the users have keyed in all their information for registration, how do I send a confirmation email to the emails they keyed? Thank you!

    You build an auto-reply message so when the information is submitted to your email address via the website form the  sender receives a confirmation.
    // build your auto reply
        $reply = $_POST['email'];
        $replysubject = "Auto-Reply: Your Website Name";
        $replyfrom = "From: [email protected]\r\n";
        $replymessage .= "Your enquiry has been successfully sent. Thank you.\r\n\r\n";
        $replymessage .= "Yours Sincerely,\r\n";
        $replymessage .= "Your Name - Position in Company\r\n";
        $replymessage .= "[email protected]\r\n";
        $replymessage .= "http://www.yourDomainName.co.uk\r\n\r\n";
        $replymessage .= "This e-mail is automated, so please DO NOT reply.\r\n";
    Then add the line below after the 'mail' funtion in the php form processing script
    mail($reply, $replysubject, $replymessage, $replyfrom);

  • How to send an email confirmation after a form is submitted

    Hi,
    I would like to send an email confirmation to the person who fills out a form besides the html page confirmation that they receive.  Is there a way to write in some script to pull their email out of the form and send this confirmation to them?  The form is here: http://tinyurl.com/klej69
    The form action is the webformmailer.php on the godaddy site.
    Thanks so much for your help.
    Cheers,
    Janell

    Contact Tech Support and ask them if you can modify their script or run a 3rd party formmailer script that will do what you want.  I don't think they allow you to use other scripts for security reasons but it won't hurt to ask.
    If you decide to change hosts,  Formmailer.php from DB Masters will do exactly what you need.
    http://dbmasters.net/index.php?id=4
    Best of luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Thank you. Save or print this page for your records. We'll also send you an email confirmation. Case ID: 421912520 You have chosen to call Apple later. When you're ready, call the phone number below during business hours and refer to your Case ID for fas

    Thank you.
    Save or print this page for your records. We'll also send you an email confirmation.
    Case ID: 421912520
    You have chosen to call Apple later. When you're ready, call the phone number below during business hours and refer to your Case ID for faster support.
    1-800-MY-IPHONE
    6:00 a.m. to 11:00 p.m. Central
    iPhone
    Restore or update not working as expected
    You can review this case in the Cases & Repairs section.
    Additional Resources
    Return to Apple Support home.
    Visit your Support Profile.
    Create another support request.
    Your contact information
    Onechai John
    <Email Edited by Host>

    They already have your number and/or email address and maybe have sold it several times already to others as well. They also use number generators - software that will automatically create them - some work and some don't, they don't care, they send out millions and a few will fall for it and send them money. The only way to "hide" would be to change both and your password, but then it would happen again at some point.

  • How long does it usually take to send a confirmation to my email to create a new apple ID?

    how long does it usually take to send a confirmation to my email to create a new apple ID?
    what should I do to cancel the registration, or fix it?

    Usually seconds.
    You can contact iTunes or go  here: http://support.apple.com/kb/HE40. You should be able to change the ID and then reverify it there.

  • TS3899 I can receive, but not send emails on iPad. All settings checked several times and with internet provider. imap settings confirmed as ok. Account deleted and set up under guidance of service provider several times - problem not solved - help!!

    I can receive, but not send emails on iPad. All settings checked several times and with internet provider. imap settings confirmed as ok. Account deleted and set up under guidance of service provider several times - problem not solved - help!!

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Using a POP account with multiple devices
    http://support.apple.com/kb/ht3228
    iOS: Adding an email account
    http://support.apple.com/kb/HT4810
    iOS: Setting up an Outlook.com, Hotmail, Live, or MSN email account
    http://support.apple.com/kb/ht1694
    iPhone, iPad, iPod touch: Microsoft Outlook 2003, Outlook 2007, Outlook 2010 may not display contacts and calendars after sync
    http://support.apple.com/kb/TS1944
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    How to Sync Contacts with Your iPad Using iTunes
    http://www.dummies.com/how-to/content/how-to-sync-contacts-with-your-ipad-using- itunes.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iCloud: Create a group and add contacts to it
    http://support.apple.com/kb/PH2667
    eMail Groups - You can use a third party app that many users recommend.
    MailShot -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    Group Email  -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Send email without reading confirmation

    Hi experts,
    I have an implementation in CRM 7.0. If a contract with special attributes is saved, in event management I trigger the sending of an email. This email is sent to a special email address and the sender email address is the one of the creating user.
    Now, somehow have the effect, that if the recipient deletes or reads this system email, the user, who created the contract always gets an outlook reading confirmation or deleting information.
    Does anybody has an idea how to suppress this reading and deletion information? I use the following standard class: cl_crm_email_data. I couldn't find a parameter to unable  this setting.
    Thanks in advance!
    Best regards,
    Mireille

    Hi,
    Try to see how it is the settings on SCOT transaction. menu Settings > Confirmation of receipt and test it again.
    Regards,
    Susana Messias

  • HT5622 .mac mail - I still use my .mac email address to access itunes, icloud, etc. Every once in a while, apple sends me confirmation, reservation, etc. emails to the .mac address. Can someone tell me how to access that email account?

    .mac mail - I still use my .mac email address to access itunes, icloud, etc. Every once in a while, apple sends me confirmation, reservation, etc. emails to the .mac address. Can someone tell me how to access that email account?

    Hi pjerl,
    Depending on when you originally set up your Apple ID, you may have @mac.com, @me.com, and @icloud.com email addresses associated with your account, but all mail sent to those addresses should still come in to the same iCloud account (you can test this to make sure by sending yourself emails at those addresses). You may find the following articles helpful:
    iCloud: About your @icloud.com, @me.com, and @mac.com email addresses
    iCloud: Using your @icloud.com email address
    Regards,
    - Brenden

Maybe you are looking for

  • Satellite A60-672 hangs and will not boot up properly

    Hi, I have a Toshiba Laptop A60-672 it had been running slow but now when I turn the laptop it goes straight into the option screen where I choose safe mode or last known good configuration, every option I choose goes into the windows screen as if xp

  • Attachments to Purchase order via e-mail

    Hi, Im working on SRM5.5, Extended classic scenario, I have a requirement where : Right now , users can send Purchase Orders by mail to vendors but apart from the PDF version of the Purchase Order no other document can be attached to the email. I hav

  • Adaptor meta data &mapping templtes

    hi 1. explain about adaptor meta data &mapping templtes what does use with them? 2.what is exchange fault data and exchange log data under data types 3.what are web as apart from 6.2 and 6.4? 4.describe about sap xi 3.0 like SP's what are types 5.abo

  • Changing layer order in iMovie

    Hello everyone I am creating a movie in imovie and am hoping to be able to change the layer order. I have a transparent logo (placed as picture in picture) that I want to sit on top of a text panel (I am using gradient white) It is currently sitting

  • Particular user PO printing pop up

    Hi Experts, There are 5 users doing Purchase Order Entry into SAP Business One. Now user 3 wants that when he adds Purchase Order and automatic pop up should come asking wether to print the document or not. But this pop up is only required for user 3