Internel email - doc waiting in SCOT

Hi experts,
   I have a delivery doc to be sent via internet email (SCOT - INT).  The document is created and waiting in SCOT.  The status text in SCOT is 'wait for communication service'.   This is in QAS.
How can i make it send out ?  It used to work before.
thanks
Joyce

Hi,
Normally, we have a job executed every 15 min. to send all the mails.
Check if the job for sending the mail in your systems is not scheduled or is there any error in execution of the job. You can send the mail from scot or sost by following process:
In case of SCOT
Expand internet node and select wait column. Then press ctrl + F7 or Start send process button.
In case of SOST.
select the individual mail entry and press execute button.
KR Jaideep,

Similar Messages

  • Email delay problem in SCOT

    Hi All,
    I have configured email functionality in our SAP system thru
    SCOT which is based on SMTP. I have scheduled the batch job "SAPCONNECT
    ALL SEND" every five minutes. But the problem is that the mails which
    we are sending from that server are not delivering instantly. We can
    see the mails in the waiting queue. But those are delivers after
    unacceptable delay. Could you please advice.
    Thanks in advance.
    Harish

    Hi Sergo,
    Thanks very much for the prompt reply. I hav already scheduled this job every 5 minutes.
    But the good news is that this problem has been resolved. This problem was due to different time zone (system's and user's).
    Any way thanks once again for the reply.
    -Harish

  • Send emails like in ta SCOT

    hi,
    I write some coding to send emails via the class CL_CFX_EMAIL_UTIL and its send_email method.
    but then the emails didn´t arrive and were waiting with status "waiting" as I see in ta SCOT.
    I send them manually but i am searching for a way to send it direktly in my abap coding after callen the send_email method.
    is it possible?

    Hi,
    Please check this thread for sending emails..
    Sending emails from ABAP program
    http://www.sapdevelopment.co.uk/reporting/email/email_mbody.htm
    Please refer to this link for function modules sending emails..
    Function Module to send emails to users
    Hope this would help you.
    Good luck
    Narin

  • Email status waiting

    Hi All,
    I have written a code to send a mail from sap system to internet mail ids.
    But all the mails that are going through the program is giving a message of WAITING in the out box.
    The required settings have been done in SCOT transaction and I can send a mail through So01 transaction.
    The problem is while sending it programmatically. I am attaching the code for the same. Please correct me if there is any additions to be made.
    The code is as follows:-
    DATA: OBJCONT LIKE SOLISTI1 OCCURS 5 WITH HEADER LINE.
    DATA: RECLIST LIKE SOMLRECI1 OCCURS 5 WITH HEADER LINE.
    DATA: DOC_CHNG LIKE SODOCCHGI1.
    DATA: ENTRIES LIKE SY-TABIX.
    DATA: NAME(15).
    Fill the document
    DOC_CHNG-OBJ_NAME = 'URGENT'.
    DOC_CHNG-OBJ_DESCR = 'Read at once !'.
    DOC_CHNG-SENSITIVTY = 'P'.
    OBJCONT = 'Hey guys, time for lunch !!!'.
    APPEND OBJCONT.
    OBJCONT = 'Lets get going !'.
    APPEND OBJCONT.
    DESCRIBE TABLE OBJCONT LINES ENTRIES.
    READ TABLE OBJCONT INDEX ENTRIES.
    DOC_CHNG-DOC_SIZE = ( ENTRIES - 1 ) * 255 + STRLEN( OBJCONT ).
    Fill the receiver list
    CLEAR RECLIST.
    RECLIST-RECEIVER = '[email protected]'.
    RECLIST-REC_TYPE = 'U'.
    APPEND RECLIST.
    CLEAR RECLIST.
    RECLIST-RECEIVER = '[email protected]'.
    RECLIST-REC_TYPE = 'U'.
    APPEND RECLIST.
    Send the document
    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
    EXPORTING
    DOCUMENT_TYPE = 'RAW'
    DOCUMENT_DATA = DOC_CHNG
    PUT_IN_OUTBOX = 'X'
    TABLES
    OBJECT_CONTENT = OBJCONT
    RECEIVERS = RECLIST
    EXCEPTIONS
    TOO_MANY_RECEIVERS = 1
    DOCUMENT_NOT_SENT = 2
    OPERATION_NO_AUTHORIZATION = 4
    OTHERS = 99.
    CASE SY-SUBRC.
    WHEN 0.
    LOOP AT RECLIST.
    IF RECLIST-RECEIVER = SPACE.
    NAME = RECLIST-REC_ID.
    ELSE.
    NAME = RECLIST-RECEIVER.
    ENDIF.
    IF RECLIST-RETRN_CODE = 0.
    WRITE: / NAME, ': succesfully sent'.
    ELSE.
    WRITE: / NAME, ': error occured'.
    ENDIF.
    ENDLOOP.
    WHEN 1.
    WRITE: / 'Too many receivers specified !'.
    WHEN 2.
    WRITE: / 'No receiver got the document !'.
    WHEN 4.
    WRITE: / 'Missing send authority !'.
    WHEN OTHERS.
    WRITE: / 'Unexpected error occurred !'.
    ENDCASE.

    I have tested your code in my system.  It works great.  In the SCOT transaction,  these mails are just sitting in wait status?   Have you tried forcing them thru manually?  Any error messages?
    My exchange server did come back with an error for your email address, so it did not successfully go to you.  I sent it to myself, and it worked ok. 
    Is this your valid email address
    '[email protected]'.
    Regards,
    Rich Heilman
    Message was edited by: Rich Heilman

  • Auto-enter text in linked email doc?

    Hi-
    Apologies for my lack of HTML prowess...
    I'm creating a website using DW8, with a page that has a
    number of different email links to various government officials.
    Because the messages to each of the recipients is different, I was
    hoping to be able to program Dreamweaver to auto-insert specific
    text into whatever email composer pops up when users click on the
    email link as it appears in their browsers. Is this possible? If
    so, is it very complicated? Thanks for any and all leads.
    RD

    OK. Never mind my previous post. I found the ASCII line break
    code that did the trick.
    Everything is working fine with one exception:
    Once I post this to the server for testing, one of my test
    email clients (Outlook Express 6) ceases to open the document if
    the body exceeds 190 words (1085 characters, 1270 including
    spaces). If I upload the total doc (293 words, 1657 characters,
    1943 wtih spaces) the link does nothing when clicked upon. As a
    test, I tried omitting the top of the body text to see if there was
    some code in the tail end that was screwing things up, but it works
    under a certain word count, so apparently, it is not defective code
    in the body.
    i realize this is getting kind of obscure, but, is anyone
    aware of any issues that might cause this behavior in Outlook
    Express? My other test client is Apple's "Mail." That seems to be
    working properly. Normally, I wouldn't care, as I spend most of my
    time in Mac, but this thing has to work for everyone.
    Thanks for any insight.
    RD

  • EMail Coniguration in transaction SCOT

    Hi,
    We have sceduled a job with a user(xyz) in ECC, which runs everynight and send emails to customers with sender address xyzATabc.com as expected but when a customer replys back to that email it should go to efgATabc.com instead of xyzATabc.com.
    Is that a configuration somewhere in ECC or in  RFC or a Batch job? please help!
    Thank you.

    Hi,
    I am a little confused as to if you want emails to be delivered back to the SAP system or the end users? However, in general, if you want email to be delivered back to the SAP system, you should make sure that you have created a email address in su01 for the "FROM" user. Communication between the mail gateway and the SAP system is done through the 'default domain' that is setup in SCOT.
    I dont belive there is "reply to" address which is different than the email address you setup for the user who's name will appear on the from tab.
    If you are just looking for emails being send to a specifc group to be redirected to a different group, you have to talk to your exchange group, i'm sure they can configure that for you, pretty quickly. Then this question is not related to SAP at all. I hope this help!

  • What is the best combination of  Apps to send/save/edit attached email docs with iPhone

    I was horrified to discover I could not save word doc email attachments nor could I save them edit them and send them to another address. I have discovered DropBox (free)  and DocManager (£1.99) and can now do some of these things but still cannot edit the docs.

    From_subu wrote:
    box dot net
    https://www.box.com/  is this what you are suggesting???

  • How do I save and convert Email docs to PDF?

    I Just purchased a new  IPad Air. I downloaded adobe redder. I received an email formatted in wind at but, I am unable to  open and convert to PDF..  Can someone help?

    You've misunderstood the way Adobe Reader works. If you have a PDF file in your email, you can use Reader to view it. Reader doesn't convert your email into a PDF.

  • Please Help!! Can not receive College student coupons emails for waiting a long time

    Hello,
    I can not receive the college student coupon emails after I signed in for a while. And I tried a couple of times, but it still won't work. I check the solutions which you guys post on the Forum, but it won't work for me. So I really need someone help me please!! Thank you so much! Because I saw you post a good deal for ipad right now, and I don't want to miss it this time....
    Sincerely,
    V

    Hello V,
    The College Student Deals program certainly has some great offers and I would do almost anything to get a good deal on an iPad! Sorry to hear you haven’t received an email with these coupons. I would like to help you take advantage of those deals!
    Using your email address you provided here on the forums, I was able to see that you received some assistance in this matter today. Is that correct? Please let me know if you still need help with this and I will gladly look into it for you further.
    In the meantime, you may try checking your Junk/Spam folders in your .edu email address if you haven’t done so already. Also, I recommend speaking to your school’s IT department to see if they have been blocking the emails altogether, as this has been known to happen by certain schools. I should be able to supply you with the email address they are sent from if you need it for reference.
    I look forward to your response,
    JD|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Embedding an image in email doc

    How do I embed an image in an email document?  I am using MacMail and an IMac.  I can attach a flyer as an attachment.  I need the flyer to show up when readers open the email.  I don't want them to have to take the extra step of opening the attachment.
    Thanks for help

    The Mac Mail App will usually display some attachment types such as jpg and pdf in the body of the message. The difficulty is that not everyone who receives e-mail will be 1) using a mac to read the mail and 2) have their e-mail set up to load attachments inline.
    Unfortunately with the various OS's and E-mail applications it will be difficult to guarantee that the message received is identical to the one you send.

  • SAP email configuration u2013 transaction SCOT

    Our email is hosted on the outside and I am in the middle of changing hosts.  The new hosting company will not accept sending STMP mail without authentication.  There does not seem to be a way to specify a user ID and logon for the SMTP authentication.  How are people sending emails from SAP on the AS/400?
    I am one ECC 6.0, Netweaver 7.0
    Thanks
    Alan

    Hello Alan,
    I have NEVER heard on a solution, that SAP can authenticate ...
    SAP is more an SMTP server (and can act as client as well) - SMTP servers are even not having authentication in their protocol.
    Where do you have information, that this might work ?
    (I'm pretty sure, it will not)
    Would it be possible, to alow just the IP of your iSeries in this new mail server to relay without user & password ? (That would be the typical solution)
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.com http://www.4soi.de http://www.easymarketplace.de

  • Email doc from icloud

    I am trying to email a document i have scanned into icloud as a PDF.  Any ideas as there are no option I may be in the wrong place can anyone help.

    How did you scan it to iCloud?

  • How do delete my files-email, docs, contacts, etc-on a friends computer after I used it!

    My files are on my friends new MacBook Pro after I used his machine when mine was being serviced. I need to delete them!  Help.

    The first step is to make sure you have copies of those files somewhere else unless you are certain you are done with them.
    Assuming your friend created a separate Mac use account for your use while he used it on another account, log back onto your account, sign off any email/contact/calendar/store/music accounts that you signed into (especially iCloud), then log off that Mac account and have your friend logon his admin account and delete your account using the "Delete the home folder" option.
    If you have been the only one using the new MBP, you'll still want to sign off all accounts, but your friend may find it simpler to restore the MBP to "just unboxed" state using the Recovery HD or Network Recovery.
    If you and your friend have been sharing a single Mac account, write back; it's going to be more complicated to unravel things.

  • SCOT mail waiting

    HI Forum,
    We have problem in SAP SCOT..there are more 600 mails are waiting.i already run the program RSCONN01 every 10 minutes but still prb is same..we have execute start send process in scot but no solutions..default domain is set ..please help.
    Tejendra
    006590876045

    I solved my SCOT SMTP e-mail issues.  Here are my solutions
    1. Emails were not delivered after so many hours,
    2. So many e-mails waiting in SCOT queue with status "In Transit"
    Solution.
    We are at SAP Netweaver, but the concept is pretty similar in ECC and 4.6  I am using the SAP SMTP Plugin.
    First what the messages in SCOT mean
    Completed
    Number of successfully completed send orders, that is, the messages
    were sent to the recipients.
    Error
    Number of send orders that were not successfully completed, that is,
    the messages could not be sent to the recipients.
    In transit
    Number of send orders that are currently in process outside of the
    R/3 System, that is, the messages have been transferred to the
    external nodes by the SAPconnect send process but neither a positive
    nor a negative status message has been received.
    Waiting
    Number of send orders that are currently still within the R/3
    System, that is, the messages have not yet been registered by the
    SAPconnect send process. (Waiting send orders are not yet assigned
    to a node, therefore only the values for the higher-level scheduled
    lines 'Address type' and 'System/Client' are displayed.)
    The values in the last two columns (Duration in transit, Duration
    waiting) refer to the average processing times (in hours and minutes)
    for the respective send orders. The processing time period is defined by
    the following events:
    Duration in transit
    Time from the transfer of the message to the external node to the
    receipt of the first status message reporting the delivery or
    non-delivery.
    Duration waiting
    Time from the creation of the send order by an R/3 application to
    the transfer of the message to the external node by the SAPconnect
    send process.
    ===============
    You need to turn of the waiting of a receipt in SCOT
    Thi is under   Scot => Settings => Confirmation of Receipt
    Choose  "SAP connect does not expect a receipt fro Internet Mail"
    So those in 'Transisit" did send, SAP is just saying "I never received a receipt' You can ignore them.
    Now using tcode SOST you can adjust the time manually, but here comes SMTP Time Settings as to the root cause of the dealy.
    I am working a large Military Project so we use UTC
    But the systems are in the East Coast and run in UNIX under EST (Eastern Standard Time)
    So my emails , even though I sent them at 1pm would only be delivered at 6pm as  EST is 5 hours behind UTC.
    Now timezones are  set in  tcode  TZAC 
    So I set my systems Time Zone as UTC - 5  (to subtract the 5 hours) which = EST where our systems are at.
    UTC is nice as it avoids the daylight savings times issues
    So yes, SAP SMTP Plugin converts all e-mails to the timezone of the server, not the user.
    Tcode SOST will show you this.
    Note your locatl time
    Send a Short Message    System => Short Message
    choose a email account such as your work e-mail and choose 'Internt Address" 
    Now check SOST and note the time on the email.  if it is different that is a Time Zone Problem.
    In short your timezones of SAP and Host must match or SMTP will delay x number of hours that the time zones differ.
    Enjoy
    Kelly

  • HT1918 how do you verify billing information? suppose to wait for an email?

    after entering the credit card info and saving it, are you suppose to get an email to verify the credit card info, cause I have updated the info, then went on apple tv and it keeps asking me to verify the info. how long does it take to get a verification email. i waited an hour so far. could you help clarify

    Ok, to be more specific, when I compose a new email and tap the blue "+" icon, it takes me to my contacts.  My contacts list only lists the person's name, no email address.  When I select a contact, it does not show the email address in the "To" field, only the name.  Hope that clarifies my question.  Thanks.

Maybe you are looking for

  • Opening and relink a doc in Indesign

    I am trying to take an Indesign document, as well as all of the elements linked to it, and drop it into a folder.(This part is already done) Once it is in this folder, I want to open the file and relink the elements via a script with no user interact

  • How do I turn off the photo info. overlay when viewing images in L/R 3?

    Sometimes I take a screenshot from within L/R 3.6 and send it by email. Problem is the image name/date/size info. overlay spoils the image. I've looked all over L/R prefs etc but I can't see how to turn the info. off, assuming it's possible to do so?

  • HTML web gallery indexes and bug with Chrome browsers

    I'm getting weird results with Lightroom to generate HTML web galleries and viewed on a Chrome browsers where the last image in a row drops down to the next row, making the index look horked? Sample page below, could someone using Chrome let me know

  • DVCPRO HD edit to DVD SD

    Does anyone know the best settings to produce an SD DVD from a DVCRO HD 16:9 sequence in FCP using Compressor? This is a 45 min. program and I'm trying to get the highest quality conversion possible. Any help would be greatly appreciated.

  • Can we use JSF 1.2 with Studio Creator

    I've downloaded the JSF 1.2 implementation from https://javaserverfaces.dev.java.net/ . The package contains some new components, such as the graph and chart component. Can this version of JSF be installed to work with studio creator? Thanks, Cre