T-Code for email send confirmation

Hi,
  I am doing a SAP Script.The requirement is that the PO form must be send via email.Is there any T-Code to check whether the email send is sucessful or not?
Thanks in advance.
Regards
Reni

Check SOST transaction or SCOT.
Regards,
Ravi

Similar Messages

  • Choosing Alias for email send from iPhone

    Hi,
    how can I choose an Alias for emails send from the iPhone, like I do in Mail on my Mac?

    If you are using MobileMe the iPhone does not support sending emails from alias's.

  • Compressing pdf's and keep image quality for email send outs

    Hello
    I have a 55MB Pdf file which I would like to compress to be compatible with email send outs. I work a lot with imagery and need my visuals to be crisp and sharp. Anyone clued up on what settings to use to keep the best possible image quality? Would appreciate some support on this. I work with Mountain Lion and Apple's own compression filter in Preview is really poor. I have tried to download compression filters but nothing seams to work with the system I am running….
    Thanks, Anna

    Hi Anna
    If you are trying to compress a document that contains images, you would have to compromise on the quality of the images. You may visit How to compress a PDF file | Acrobat X Tips & Tricks | Adobe TV
    Adobe also has a direct solution to send large size files in the quick way without losing the quality. Please visit How to send large PDF files via email | Acrobat X Tips & Tricks | Adobe TV

  • Want the code for sales order confirmation idoc

    New SAP output type ZA23 (with condition logic)for sales order confirmation  is needed to create ORDRSP IDoc when the following 3 cases are true: 1) Item Added, 2) Line Item Changed,3) Item Deleted.
    Changes to existing lines (option 002) can include:
    - qty
    - date
    - price

    Look at the function exits under the enhancement SDEDI001 you have many exits, i think the outbound idoc is primariy created by the function module: IDOC_OUTPUT_ORDRSP.
    Hope this helps.
    Rajeev

  • Code for email on a button click

    hello,
    a have a form , with no of record. my requirment is when i click a button all records in that form email as an attachment.
    thanks
    yash

    Hi again yash :)
    have a form , with no of record.Then i would imagine an empty canvas free of records
    my requirment is when i click a button all records in that form email as an attachmentThen i would imagine a button on that canvas when u cilck all records that u said about (a form , with no of record.) u want to email the data displayed ...
    am confused now ... !!!
    u have to mention the form version & os pls.
    and i also have to mention that there are many sample code available on net to send the email through the db or a button..
    here is a successfull & Correct sample code u can try and follow the instructions given step by step exactly as mentioned in the following Link...
    Re: Issue in using UTL_MAIL.SEND_ATTACH_VARCHAR2
    Hope it helps ... :)
    Regards,
    Abdetu...

  • Can you use a text field for email sender with E-mail button

    basically i would like to use input information from the user when someone sends an email instead of the default which is to look for a third party e-mail program like outlook. I want to bypass that and possibly use a text field that has the user input their email. some people don't use outlook so it would be nice to bypass that somehow. Is there a way to send email without the whole outlook thing, like not needing a "sender" and instead require them to input email address. I just want to receive the pdf. I am using LIVECYCLE by the way.

    You must enable POP forwarding for the account preferences via webmail access for the account.
    http://mail.google.com/support/bin/answer.py?answer=13273
    http://www.macosxhints.com/article.php?story=20041110192454841
    The instructions for enabling POP forwarding and creating the account as a POP account with an email client such as the Mail.app are available at Gmail's website.

  • PLEASE Help with HTML code for email background image...

    Hi there!
    i have a background image that I want to pop into an html email widget for the email's background...  here is the web link I created in Photoshop: file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/tileabl e-metal-textures-2.html
    If anyone could please help me out that would be AWESOME!  I've attached pics of the background & I'm using Infusionsoft email builder which allows for HTML widgets.  I have a code that I use for my landing pages & webforms which works, tried that but no dice!
    Any help would be much appreciated - I'm an html newbie!
    Here is the code that I use for landing pages & works great, tried it for the email & it was a fail:
    <style>
      #mainContent .background, {
          background: url('file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/ti leable-metal-textures-2.html') no-repeat center center fixed;
        background-size: cover;
    </style>
    <script src="file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/ti leable-metal-textures-2.html">
    </script>
    <script>
      jQuery(document).ready(
          function(){
          jQuery(' table.bodyContainer').removeAttr('bgcolor');
    </script>
    thanks in advance!
    Muse

    Not sure what you expect. Your URL is absolute and pointing to a local file resource. It's not a proper relative HTML link. Beyond that it's toatlly unclear how you actually plan to load your image and where they are hosted, so nobody can tell you anything. Either way, there is an obviously painful lack of understanding of even the most basic web techniques, so the best advise anyone would give you is to spend some time with a web search and actualyl learn some of that stuff...
    Mylenium

  • Code for email button, anyone?

    Hi,
    I'm currently using this code on a button and it isn't working - I just want it to open up an email, so the viewer can get in touch:
    var mail:URLRequest = new URLRequest("mailto:[email protected]");
    myButton.addEventListener(MouseEvent.CLICK, goMail);
    function goMail(event:MouseEvent):void {
         navigateToURL(mail);
    Any ideas as to why it isn't working? I am applying it to a layer above the button, but it just doesn't want to play - Help!

    Your original code should work.  The problem may be in your setup somehow.  I recommend placing a trace command inside your event handler function so you can see whether or not the button is actually talking to the function.
    var mail:URLRequest = new URLRequest("mailto:[email protected]");
    myButton.addEventListener(MouseEvent.CLICK, goMail);
    function goMail(event:MouseEvent):void {
         trace("in function");   
         navigateToURL(mail);

  • Eloqua Max Capacity for Email Send Out

    Hi Guys,
    I need to send an email to approximately 1.5 million contacts in a day. Has anybody else sent emails to these many contacts using Eloqua before?
    Is there any bottleneck to this?
    Also is there a per day limit of contacts to which an email can be sent?

    Hi,
    http://scn.sap.com/thread/2011329
    http://scn.sap.com/thread/2105098
    Regards,
    Ashish Panchal

  • Code for send button. I need your help, guys!

    I would appreciate a Java code for a "send" button or a "send page" link that would send a complete web page to my email address. I have some forms for my users to fill out online and send them to me, and so the problem I am having is that when I use FrontPage forms (text boxes, check boxes, radio buttons, etc.,)for them to use, I am getting the input from those form only. What I NEED to get is the complete page, exactly what the users see on the screen with all the text in the forms. The need for this is that these forms (reports) will later be printed out, so they MUST look exactly as on the screen.
    So I am thinking a bit of Java code could help me out. Would you give me a hand guys? Thanks!

    Do some JNI and take a snapshot of the screen, it is the ONLY way I know to ensure EXACTLY what you ask for: even the HTML from the page may look different than what the users sees when filling out the form when that HTML is displayed on a different machine and system.
    Otherwise your agument seems a little trivial and you could just replicate the form on your local machine and insert the data you captured with a normal post operation into the local copy of the HTML form.

  • Send to: Changing default texts/system-url for emails

    Hi, I would like to change the default texts for emails send by "Send to". The specific problem is, that the system-url in the link to the object isn't correct.
    for example: http://testsystem... instead of http://productive...
    Have you got any ideas where to change this?
    Thanks a lot
    Sandra

    Hi Sandra,
       I don't know where you have this problem but if this when you create a room you should modify in:
       System Administration-System Configuration-Collaboration- Room Backend Properties- you can generate the access url to collaboration room.
    Patricio.

  • Email sending after validation

    Hi ,
       I am working on a user exit.It is a BAdI.I have to validate the name of the person who signed the PO invoice.Once approved the person has to receive an email with a standard subject text and email text.I dont know how I should proceed for email sending.Can you please help me out on this.
      Points will be rewarded .Thanks in advance.
    Thanks,
    Reni

    hi,
    <b><i>how to send email.</i></b>
    chk this sample code.
    Try this sample code :-
    REPORT ZREPORT_TO_EMAIL NO STANDARD PAGE HEADING LINE-SIZE 200.
    DATA : BEGIN OF ITAB OCCURS 0,
    PERNR LIKE PA0001-PERNR,
    ENAME LIKE PA0001-ENAME,
    END OF ITAB.
    DATA: message_content LIKE soli OCCURS 10 WITH HEADER LINE,
    receiver_list LIKE soos1 OCCURS 5 WITH HEADER LINE,
    packing_list LIKE soxpl OCCURS 2 WITH HEADER LINE,
    listobject LIKE abaplist OCCURS 10,
    compressed_attachment LIKE soli OCCURS 100 WITH HEADER LINE,
    w_object_hd_change LIKE sood1,
    compressed_size LIKE sy-index.
    START-OF-SELECTION.
    SELECT PERNR ENAME
    INTO CORRESPONDING FIELDS OF TABLE ITAB
    FROM PA0001
    WHERE PERNR < 50.
    LOOP AT ITAB.
    WRITE :/02 SY-VLINE , ITAB-PERNR, 15 SY-VLINE , ITAB-ENAME, 50
    SY-VLINE.
    ENDLOOP.
    * Receivers
    receiver_list-recextnam = '[email protected]'. "-->
    * EMAIL ADDRESS
    RECEIVER_list-RECESC = 'E'. "<-
    RECEIVER_list-SNDART = 'INT'."<-
    RECEIVER_list-SNDPRI = '1'."<-
    APPEND receiver_list.
    * General data
    w_object_hd_change-objla = sy-langu.
    w_object_hd_change-objnam = 'Object name'.
    w_object_hd_change-objsns = 'P'.
    * Mail subject
    w_object_hd_change-objdes = 'Message subject'.
    * Mail body
    APPEND 'Message content' TO message_content.
    * Attachment
    CALL FUNCTION 'SAVE_LIST'
    EXPORTING
    list_index = '0'
    TABLES
    listobject = listobject.
    CALL FUNCTION 'TABLE_COMPRESS'
    IMPORTING
    compressed_size = compressed_size
    TABLES
    in = listobject
    out = compressed_attachment.
    DESCRIBE TABLE compressed_attachment.
    CLEAR packing_list.
    packing_list-transf_bin = 'X'.
    packing_list-head_start = 0.
    packing_list-head_num = 0.
    packing_list-body_start = 1.
    packing_list-body_num = sy-tfill.
    packing_list-objtp = 'ALI'.
    packing_list-objnam = 'Object name'.
    packing_list-objdes = 'Attachment description'.
    packing_list-objlen = compressed_size.
    APPEND packing_list.
    CALL FUNCTION 'SO_OBJECT_SEND'
    EXPORTING
    object_hd_change = w_object_hd_change
    object_type = 'RAW'
    owner = sy-uname
    TABLES
    objcont = message_content
    receivers = receiver_list
    packing_list = packing_list
    att_cont = compressed_attachment.
    rgds
    anver

  • Error message for email sent

    Hi,
    I got an error message for an email sent to external user from workflow as "Message cannot currently be transferred to node SMTP due to connection Error" How to resolve it? i think i have done enough in tcode scot for email send please help me out .
    Thanks
    Parag

    do like this
    1. Execute SCOT Txn.
    2. Double click on the SMTP, an new subscreen will be displayed.
    3. Check whether the checkbox Internet is enabled or not, if it is enabled then click on the button SET beside to the internet check box.
    4. One more new subscreen will be displyed under the Address Area mention  the email id . and click OK
    and try to send the mail
    Note: befre doing all the above make sure you have done all the required settings to send  a mail

  • Pl/sql stored procedure for email id validations

    hi i need a stored procedure that validates the email id is coreect or not

    ***PL/SQL code for Email validation***-
    DECLARE
    t_valid NUMBER(1);
    t_totallen NUMBER(2);
    t_counter NUMBER(2):=0;
    t_atpos NUMBER(2):= 1;
    i NUMBER(2) := 1;
    t_pointpos NUMBER(2):= 1;
    mail_ch VARCHAR2(1);
    result number; --:GR
    BEGIN
    t_totallen := LENGTH(:text_item_email);
    t_counter := t_totallen;
    i := 1;
    t_valid := 1;
    IF LENGTH(ltrim(rtrim(:text_item_email))) = 0 THEN
    t_valid := 0;
    ELSE
    --This is to check special characters are present or not in the email ID
    t_counter := t_totallen;
    WHILE t_counter > 0
    LOOP
    mail_ch := substr(:text_item_email,i,1);
    i := i+1;
    t_counter := t_counter -1;
    IF mail_ch IN (' ','!','#','$','%','^','&','*','(',')','-','','"',
    '+','|','{','}','[',']',':','>','<','?','/','\','=') THEN
    t_valid := 0;
    EXIT;
    END IF;
    END LOOP;
    --This is to check more than one '@' character present or not
    t_atpos := instr(:text_item_email,'@',1,2) ;
    IF t_atpos > 1 then
    t_valid := 0;
    END IF;
    --This is to check at minimum and at maximum only one '@' character present
    t_atpos := instr(:text_item_email,'@',1) ;
    IF t_atpos IN (0,1) THEN
    t_valid := 0;
    END IF;
    --This is to check at least one '.' character present or not
    t_pointpos := instr(:text_item_email,'.',1) ;
    IF t_pointpos IN (0,1) THEN
    t_valid := 0;
    END IF;
    --This is to check at least one character is present between @ and '.' :GR
    t_atpos := instr(:text_item_email,'@',1) ;
    t_pointpos := instr(:text_item_email,'.',1) ;
    IF t_pointpos-t_atpos<=1 THEN
    t_valid := 0;
    END IF;
    --This is to check at least one character is present after '.' :GR
    t_pointpos := instr(:text_item_email,'.',1) ;
    IF t_totallen-t_pointpos<=0 THEN
    t_valid := 0;
    END IF;
    END IF;
    if(t_valid=0) then
    message('Invalid Email');
    result:=show_alert('alert_email');
    raise form_trigger_failure;
    end if;
    END;
    ---***PL/SQL code for Name Validation***---
    DECLARE
    t_valid NUMBER(1);
    t_totallen NUMBER(2);
    t_counter NUMBER(2):=0;
    i NUMBER(2) := 1;
    name_ch VARCHAR2(1);
    --name_ch_ascii NUMBER;
    result number; --:GR
    BEGIN
    t_totallen := LENGTH(:text_item_first_name);
    t_counter := t_totallen;
    i := 1;
    t_valid := 1;
    IF LENGTH(ltrim(rtrim(:text_item_first_name))) = 0 THEN
    t_valid := 0;
    ELSE
    --This is to check if each character in name lies in the valid ascii range
    t_counter := t_totallen;
    WHILE t_counter > 0
    LOOP
    name_ch := upper(substr(:text_item_first_name,i,1));
    --name_ch_ascii := convert(name_ch,'US7ASCII');
    i := i+1;
    t_counter := t_counter -1;
    --IF name_ch_ascii not between 65 and 90 THEN
    IF name_ch not between 'A' and 'Z' THEN
    t_valid := 0;
    EXIT;
    END IF;
    END LOOP;
    END IF;
    if(t_valid=0) then
    message('Invalid First Name');
    result:=show_alert('alert_first_name');
    raise form_trigger_failure;
    end if;
    END;

  • Does any one have a sample code for sending email using IMAP ?

    Hi
    thank you for reading my post
    I have tried to use SMTP and because of some problems i could not use it and i must use Imap (authentication required)
    here is my SMTP code , does any one know how i can tune it to use Imap , or has a code snippet to send email using Imap ?
    thanks
    private static void postMail(String[] recipients, String subject, String message,
                             String from) throws MessagingException {
            boolean debug = false;
            class SMTPAuthenticator extends javax.mail.Authenticator
                    public PasswordAuthentication getPasswordAuthentication()
                        return new PasswordAuthentication(mail_usrname,mail_password);
            //Set the host smtp address
            Properties props = new Properties();
            FileInputStream fis;
            try {
                System.out.println("Loading property file");
                fis = new FileInputStream(new File("c:/email.properties"));
                props.load(fis);
                System.out.println("property file done");
            } catch (FileNotFoundException e) {
                System.out.println("file not found");
                e.printStackTrace();
            } catch (IOException e) {
                System.out.println("can not read properties file");
                e.printStackTrace();
            /*props.put("mail.smtp.user", mail_usrname);
    props.put("mail.smtp.host", smtpHost);
    props.put("mail.smtp.port", smtpPort);
    props.put("mail.smtp.starttls.enable","true");
    props.put("mail.smtp.socketFactory.port", smtpPort);
            // create some properties and get the default Session
            Authenticator auth = new SMTPAuthenticator();
            Session session = Session.getDefaultInstance(props, null);
            session.setDebug(debug);
            // create a message
            Message msg = new MimeMessage(session);
            // set the from and to address
            InternetAddress addressFrom = new InternetAddress(from);
            msg.setFrom(addressFrom);
            InternetAddress[] addressTo = new InternetAddress[recipients.length];
            for (int i = 0; i < recipients.length; i++) {
                addressTo[i] = new InternetAddress(recipients);
    msg.setRecipients(Message.RecipientType.TO, addressTo);
    // Setting the Subject and Content Type
    msg.setSubject(subject);
    msg.setContent(message, "text/HTML");
    System.out.println(msg.toString());
    Transport.send(msg);

    Please try this out!!!!!!!!!
    You can send emails using Outlook also. You can send email over Microsoft Exchange with this object (or another email server, using IMAP/POP).
    Sub SendMailOutlook(aTo, Subject, TextBody, aFrom)
    'Create an Outlook object
    Dim Outlook 'As New Outlook.Application
    Set Outlook = CreateObject("Outlook.Application")
    'Create e new message
    Dim Message 'As Outlook.MailItem
    Set Message = Outlook.CreateItem(olMailItem)
    With Message
    'You can display the message To debug And see state
    '.Display
    .Subject = Subject
    .Body = TextBody
    'Set destination email address
    .Recipients.Add (aTo)
    'Set sender address If specified.
    Const olOriginator = 0
    If Len(aFrom) > 0 Then .Recipients.Add(aFrom).Type = olOriginator
    'Send the message
    .Send
    End With
    End Sub

Maybe you are looking for

  • HT1515 Will Airport Express work in hotels in China? They require user name/password to connect. Has anyone used one there?

    I will be traveling in China with my iPad2 and want to use hotel wireless. It requires a sign-in with user name/password.  Can I use an Airport Express for this purpose? How do I set it up for that? I have an old Express (pre-2007); can I use it or d

  • Wrong calculation of tax

    Hii The total tax is coming wrong and same is reflected in the pricing.Infact the calculation is proper but the total tax the system is picking is wrong.The system is calculating extra 100 rs.I dont know from where it is picking this 100 rs extra.Inf

  • Flash Player

    Hey guys, I really need help. I cannot install Flash player on my PC. Always get this error "Troubleshoot Adobe Flash Player installation for Windows" (TechNote tn_19166)". I have already searched the knowledge base of adobe and found several solutio

  • View a function in PL/SQL developer

    I'm a sql developer, quite new to oracle. I'm using PL/SQL developer tool. Now I would like to view how a function is defined. But don't know how to open it. I can see the function, when right click it I have the option of the following: Refresh, cop

  • Close button on full screen

    how do you close a full screen slide show... no close button available.