ABAP Email Sending error - MSG 672 - No entry in queue yet

I am trying to send mail by using function module
CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
EXPORTING
   DOCUMENT_DATA = DOC_CHNG
   PUT_IN_OUTBOX = 'X'
TABLES
   PACKING_LIST = OBJPACK
   OBJECT_HEADER = OBJHEAD
   CONTENTS_BIN = OBJBIN
   CONTENTS_TXT = OBJTXT
   RECEIVERS = RECLIST
EXCEPTIONS
   TOO_MANY_RECEIVERS = 1
   DOCUMENT_NOT_SENT = 2
   OPERATION_NO_AUTHORIZATION = 4
OTHERS = 99.
and running the program rsconn01 also
but in SOST its giving message MSG 672 - No entry in queue yet.
Mail has not sent to recipent. any solutions?
Regards
Rajanbabu

Hello,
Please check SCOT setting.
Following will help you in case of SCOT setting are not done.
Do this and chk notes
Note 129950 - Required Customizing for use of SAP connect
Note 957412 - Troubleshooting automatic email transmission in SAP Solution
Set-Up SAPconnect
Use
E-mails sent from an SAP application are first sent to a queue. The queued e-mails are subsequently sent by a periodic background job.
Therefore, for automatic e-mailing you need to:
u2022 set up SAPconnect
u2022 set up a periodic job for SAPconnect
This IMG activity is a prerequisite for the following scenarios:
u2022 Testing
u2022 Monitoring
Activities
Setup SAPConnect
1. In transaction SAPconnect: Administration (SCOT) choose View -> System status.
2. Choose Settings -> Default Domain.
3. Specify your default domain and confirm. For example, "mydomain.com".
4. In the Administration screen, double-click the SMTP node.
5. Check the box "node in use".
6. Specify the mail host for SMTP. For example, "mail.mydomain.com".
7. Specify a mail port. The default port is 25.
8. Choose "Set" (for "Internet").
9. Enter an asterisk (*) for "address area".
10. Choose Continue.
Schedule the periodic background job to send queued e-mails
11. Call transaction SCOT.
12. Choose View - Jobs.
The SAPconnect Job Administration screen is displayed.
13. Choose Job - Create.
A dialog box is displayed.
14. Specify a job name.
15. Confirm.
16. In the next window, select the variant SAP&CONNECTALL.
17. Choose Schedule job.
18. Choose Schedule Periodically.
A dialog box is displayed.
19. Specify a time period.
For example, 10 minutes.
20. Choose Create.
Regards,
Sameer
Edited by: Sameer on Mar 13, 2009 12:30 AM

Similar Messages

  • Email send error msg 672

    Hi Experts,
    I facing the error message 672 - 'Still no entry in queue' when iam using the FM 'SO_NEW_DOCUMENT_ATT_SEND_API1'  for HR developement. This FM is written in form..endform which triggered dynamically ( dynamic actions ) when a infotype is created. done.
        CLEAR ls_objpack-transf_bin.
        ls_objpack-head_start = 1.
        ls_objpack-head_num = 0.
        ls_objpack-body_start = 1.
        ls_objpack-body_num = lv_tab_lines.
        ls_objpack-doc_type = 'RAW'.
        APPEND ls_objpack TO lt_objpack.
        CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            document_data            = lv_doc
            put_in_outbox              = gc_checked
            commit_work               = gc_checked         
          TABLES
            packing_list               = lt_objpack
            contents_txt               = lt_objtxt
            receivers                  = lt_reclist
          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                           = 99.
    Please guide me to slove this issue

    Hello Kumar,
    Actually I have met with the same issue as you before, we have raised a ticket to related component, and the colleague replies as:
    the status 'no entry in queue yet' indicates that there has been no    
    COMMIT WORK at all aftr you have send the document; or the COMMIT      
    WORK was executed in a context where it is not active, eg. within      
    a 'call dialog', within an event handling, perform on commit or update 
    task.                                                                  
    Without COMMIT WORK the send request is not made persistent and there- 
    fore is not shown in the send queue.                                                                               
    The same problem might occur if the workflow is handling CRM objects   
    before sending and thus activate the object pool (class CL_OBJECT_POOL)
    I am not sure whether this is exactly the reason of your issue. You can also refer to SAP note 1041227 and 1045925. Hope it helps you.
    Best Regards,
    Jerry

  • Sending error msgs through email and sms

    Hi,
    does anyone done on sending error msg file through email and sms.
    if so share some knowledge with me.
    thanks in advance

    Hi
    MAIL:
    SORT t_receivers BY receiver.
      DELETE ADJACENT DUPLICATES FROM t_receivers COMPARING receiver.
      IF NOT t_receivers[] IS INITIAL.
        CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
             EXPORTING
                  document_data              = wal_docdata
                  put_in_outbox              = c_check
             TABLES
                  packing_list               = t_objpack
                  contents_txt               = t_content_txt
                  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.
    SMS: refer to this Weblog in SDN.
    <a href="/people/durairaj.athavanraja/blog/2005/07/12/send-sms-to-india-from-abap Post for SMS prog</a>
    Hope This Helps
    Anirban

  • TS2621 iPhone ..email send error

    Can receive emails but not send, all inbound and outbound settings checked and correct.  Verified with EarthLink and spent hours
    With apple support.  They had me uninstall  and reinstall email applications, reboot, reset, etc.  worked for a few minutes, then email
    Send error reoccurred,  Send emails works on pc and iPads. Just not iPhone using email app on iPhone. Any ideas?

    [Configuring Email in SAP|http://www.tamboly.com/SAPEmailConfiguration.html]
    [How to configure SAP to send email to an external email.|http://sap.ittoolbox.com/groups/technical-functional/sap-basis/how-to-configure-sap-to-send-email-to-an-external-email-911513] "whole conversation
    [External email troubleshoot|http://www.google.com/url?sa=t&source=web&ct=res&cd=4&url=https%3A%2F%2Fwww.sdn.sap.com%2Firj%2Fscn%2Fgo%2Fportal%2Fprtroot%2Fdocs%2Flibrary%2Fuuid%2F206762fd-0380-2b10-e880-ee786bae7dd0&ei=qMaYSa-uMpzgM4Xu1fYL&usg=AFQjCNGpFL6zAzVxny7gJeFg8A6RiUJGXw&sig2=GWOmm89hlkRDAUPgixzQmg]

  • Pdf email attachments - error msg after download "not decoding" - creating DWORD key did NOT work!

    I went to REGEDIT and installed the DWORD key as suggested by ADOBE to fix problem created by security update & it did NOT work!! Attempting to save then open the files gives same error msg.  I sent multiple emails from a book scanner at the library with pdf files in quick and searchable formats & neither will open! Someone else that I forwarded the email to was able to open with no problem & he is running version 10.  There is no option to load earlier versions!!!!  I am running version 11 on Windows XP.

    I scanned hundreds of pages using a book scanner @ the law library - the USB port was not working so I had to choose the send by email attachment option. Received 30 emails & NONE (so far) of the pdf attachments will open - the error msg states "Reader could not open "doc" because it is either not a supported file or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)." I forwarded 2 emails to someone else running version 10 - he had no prob opening from email (I have version 11 & then I also reinstalled 9.5 & STILL getting the same error msg)! Used someone elses's computer who is running version 10 & same error msg. Each time I try a fix I then go to a 'new' unopened email & attempt to open an attachment that hasn't been previously downloaded. Adobe supposedly has a fix - from Regedit - create DWORD key @ HKCU/Adobe/Reader/11/AV General "bValidateBytesBeforeHeader" - I did that & restarted computer each time I installed etc - still NO solution! So unless you have another idea I have a THIRD 6 hour roundtrip to the Law Library in KC in my near future!
    Drew Davis
    Sent from my BlackBerry® powered by Virgin Mobile.

  • ABAP Email Sending Program: Change Display user name in email

    Hi All,
    I have developed an email sending program using function module SO_NEW_DOCUMENT_ATT_SEND_API1. It is working fine but there is requirement that when the customer receives email, in the display name of sender, there should be some fixed name. But here in this case it is picking the Sy-uname i.e. system user name who is triggering the program.
    I also tried the FM SO_DOCUMENT_SEND_API1, but it only changes senders email address, and the requirement is to change the display name in email.
    Regards,
    Nikhil

    You will have to use ABAP class CL_BCS. With it you can specify the sender, both the address and the name.
              lv_smtp_addr = iv_senderaddress.
              lv_smtp_name = iv_sendername.
              call method cl_cam_address_bcs=>create_internet_address
                exporting
                  i_address_string = lv_smtp_addr
                  i_address_name  = lv_smtp_name
                receiving
                  result          = lo_sender_address.

  • BT preventing email sending - error 550

    I apologise if this has been on the forum before, I could not find it.
    I have been on BT BB for 2 months and on 24th Oct I found I could no longer send email, I get a 550 error.
    I contacted BT and a guy in India took remote control of my PC, faffed abount and eventually checked the settings on my email account. Eventually he told me it was a problem with my old ISP and to contact them.
    From what I read this is not the case and is down to BT blocking the relay of my Lineone.net account.
    The best explanation I have found is:
    This, rather cryptic, error message from BT Internet's SMTP servers means that the Sender's email address is not recognised by their servers. This usually happens if the sender is in an email domain which is not registered through BT Internet (ie is registered with a different ISP/hosting company).
    I would appreciate any help as BT's support does not seem to have a clue, although this appears to be quite a common problem.
    I desperately need to send email and now the only option I appear to have is to switch to another provider.
    Please help
    Solved!
    Go to Solution.

    sambat2000 wrote:
    I apologise if this has been on the forum before, I could not find it.
    I have been on BT BB for 2 months and on 24th Oct I found I could no longer send email, I get a 550 error.
    I contacted BT and a guy in India took remote control of my PC, faffed abount and eventually checked the settings on my email account. Eventually he told me it was a problem with my old ISP and to contact them.
    From what I read this is not the case and is down to BT blocking the relay of my Lineone.net account.
    The best explanation I have found is:
    This, rather cryptic, error message from BT Internet's SMTP servers means that the Sender's email address is not recognised by their servers. This usually happens if the sender is in an email domain which is not registered through BT Internet (ie is registered with a different ISP/hosting company).
    I would appreciate any help as BT's support does not seem to have a clue, although this appears to be quite a common problem.
    I desperately need to send email and now the only option I appear to have is to switch to another provider.
    Please help
    Hi. Welcome to the forums.
    Are you trying to send a lineone email address using the BTinternet mail servers, or via the lineone servers ?
    You've not supplied the exact error message you are receiving, which helps to diagnose the problem.
    You can't just use any email address and use the BTinternet mail servers - you need to go through a thing called address verification (see my shortcuts option 0e). You also need to make sure you have smtp authentication turned on.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • FSRM test email send error server 2012

    Hi,
    we have an SMTP relay on a diffrend 2012 server that works with other applications
    but when I configure FSRM and try to send a test email I get an error:
    A File Server Resource Manager Service email action could not be run. 
    Error-specific details:
       Error: IFsrmEmailExternal::SendMail, 0x8004531c, Failure sending mail.: Unable to read data from the transport connection: net_io_connectionclosed.
    I found somthing similar but this is for an onsite exchange
    http://itshi-tech.blogspot.com/2012/03/fsrm-failed-to-send-test-e-mail-due-to.html

    Hi,
    It could be caused by SMTP authentication issue. A similar issue is discussed in following thread:
     http://social.technet.microsoft.com/Forums/windowsserver/en-US/a34f5b5e-7786-4417-aea4-d704fd48bcd5/file-server-resource-manager-fsrm-email-notification-validation
    Specifically please test to create a new receive connector with "New-ReceiveConnector".
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Email Sending Error in OPCM v 13.0

    *"Primavera cannot email this document, please contact your Contract Management Administrator."*
    I am getting this error while sending a daily report form. Can anyone help me out.
    Regards!

    Do all emails fail or only this particular report? If all fail then this is almost certainly an issue with the SMTP configuration or server and you will likely need to involve your mail admin.
    Below is the text from the previously mentioned KB article:
    Cause 1: Invalid SMTP Server
    An SMTP server has not been specified for the application, or the specified SMTP server is invalid.
    Solution 1:
    See either of the following solutions for setting up e-mail and confirm that the specified SMTP server is valid.
    Version 12.x and earlier: 895275.1 - How to configure e-mail in Expedition / Contract Manager
    Version 13.x and above: 1075735.1 - How to Configure E-Mail in Contract Management
    Cause 2: Anonymous Relay Disabled on SMTP Server
    The SMTP server is not allowing anonymous relay from the web server machine.
    Solution 2:
    The application is not currently able to authenticate with SMTP servers. For that reason the SMTP server needs to be configured to allow anonymous relay from the application web server machine. For more details, see article: 903154.1 - Unable to E-mail Documents from Contract Management / E-mail Does Not Appear to be Sent
    Cause 3: Blocked SMTP Port
    Anti-virus or other security software on the web server machine may be blocking outbound traffic on port 25 (default outbound email port).
    Solution 3:
    If security software on the application web server machine is blocking outbound traffic on port 25, either allow outbound traffic on port 25 or add an exclusion for the application.
    Cause 4: Attachment(s) Too Large
    The Include Attachments check box is marked, when attempting to e-mail, but the total attachment size is violating the SMTP server attachment size restrictions.
    Solution 4:
    Remove the check mark from Include Attachments and send the e-mail. Send the attachments via another means, if necessary.
    Cause 5: Invalid Characters in Email Address
    One or more recipient e-mail addresses contains invalid characters, such as the HTML code for an apostrophe.
    Solution 5: Manually replace invalid characters in the recipient e-mail address with the valid characters.

  • Email send error

    When I try to use my office laptop ( btconnect) at home ( btinternet ) I can receive mail but not send. An error '0X800CCC80' comes up. This error code is not traceable via the BT website.

    rick wrote:
    When I try to use my office laptop ( btconnect) at home ( btinternet ) I can receive mail but not send. An error '0X800CCC80' comes up. This error code is not traceable via the BT website.
    Hi Rick.
    I assume that you are trying to send emails without altering any of the settings (are you using Outlook for example ?).
    I suspect that you have the btconnect.com email server (either smtp.btconnect.com or mail.btconnect.com). I don't believe this will work, though setting smtp authentication should be set anyway.
    You usually need to use the mail server for the ISP to which you are connected - in this case BTinternet, hence mail.btinternet.com
    However having a non BTinternet email address in the settings (btconnect.com) may also cause problems needing address verfication (see my shortcuts option 0e) - and you will need to have a BTinternet email address/password combo in the Outlook settings for smtp.
    Receipt of email is usually not affected by the connection to an ISP, hence that is showing as no problems.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • Getting error msg while posting entry in GL using F-02

    Hi gurus,
    While i am posting entry in GL using F-02 getting error message as "no controlling area has been assigned to company code"
    can any help me out at the stage i dint want to configure co settings is there any way to pass the entries
    Thanks & regards
    Nandini

    Hi Nandini,
    Have you defined a GL account as a cost element? I think you have multiple company codes which are using same chart of accounts and this company code is also using the same chart of accounts. And also you have configured single controlling area for all company codes. Even though you have not assigned this company code to controlling area. The cost elements will create at controlling area level.
    Due to this system is throwing error message.
    Please check and let us know if you have other issue.
    Regards,
    Mukthar

  • Email sending error

    Hi Gurus,
    I am sending an email with HTM attachement.
    I am reading the spool number and converting it into HTM format and sending this as attachement.
    But attachment contains only half of the data. Rest it is deleting it and format is also miss matching. Each line is added with extra line space.
    My code goes like this.
    Submit report to convert the spool to HTML format
      SUBMIT rspolst2 EXPORTING LIST TO MEMORY AND RETURN
      WITH rqident = p_spoolno. <spool number>
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = gt_listobj
        EXCEPTIONS
          not_found  = 1
          OTHERS     = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Convert the spool to HTML format
      CALL FUNCTION 'WWW_HTML_FROM_LISTOBJECT'
        EXPORTING
          REPORT_NAME         = sy-repid
         template_name = text-t01
        TABLES
          html          = p_html_tab
          listobject    = gt_listobj.

    I have noticed another thing.
    In spool itself it has truncated data.
    I am not getting full data in spool.
    How can i resolve this.

  • I purchased an email itunes gift card. Itunes will not let me resend the email ( and error msg appears). How can I resend this email?

    I sent my sister an egift card. SHe did not recive it due to her settings. I have tried to resend it for several weeks, but ontinue to get a message stating that this function is unavailable that this time and to try again later. Is there anything I can do to resend this message??

    You can manually copy and paste the code and email it to your sister that way.

  • Error msg: the procedure entry point ssl peer certificatechain could not be located in the dynamic link library nss3.dll

    hello this is the error message I receive when trying to open my Mozilla browser. a secondary error message appers afterward "could not load XPCOM". please advise, thank you!

    Do a clean reinstall and delete the Firefox program folder before (re)installing a fresh copy of the current Firefox release.
    *Download the full Firefox installer and save the file to the desktop<br>https://www.mozilla.org/en-US/firefox/all/
    If possible uninstall your current Firefox version to cleanup the Windows registry and settings in security software.
    *Do NOT remove "personal data" when you uninstall your current Firefox version, because this will remove all profile folders and you lose personal data like bookmarks and passwords including data in profiles created by other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure NOT to remove personal data when you uninstall Firefox as that will remove all Firefox profile folders and you lose your personal data.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Code to display error msg if duplicate entry

    I have an upload program to upload csv file to itab, and i need a sample code for the employee id to give me an error message if a duplicate employee id is found during execution.

    After Upload you can delete the Duplicates comparing the employee Id.
    It Will be Possible only when you use OLE and read the file records line by Line. I am not sure of the error Handling with OLE control. It may lead to some performance issues..

Maybe you are looking for

  • Do I need a DLNA supported device in order to connect my SMART TV to the 5 Ghz network?

    I use a Time Capsuel to create a network. Then, I use Plex media server on a PC and stream video from the TC harddrive to the plex app in the TV. Previously, from time to time, it has been slow, but most of the time it worked (1080p). My knowledge of

  • Displaying data from a Database control

              I'm retrieving data from a sybase database into a java class and then pass that           through to my jsp page. This works fine, as long as the sql actually returns a           value (This specific query only returns one or none records).

  • TextEdit doesn't paste images

    Hello. The problem occurs when i'm trying to paste the content from Chrome browser to TextEdit. Text pastes good, but the images don't display nor as images, nor as links. Snow Leopard didn't have such problem. Can you help me solve this pb? Thx

  • Late 2012 Mac mini screen redraw problem

    I have just purchased a new MacMini, basic model, and am experiencing screen redraw trouble. I run the MM headless, it's used as a file server and CrashPlan backup host for friends and family, administered/ controlled by using Apple Remote Desktop ru

  • Searching book "Oracle performance 11G - Self study guide"

    Hello all, I'm searching hardly the course "Oracle performance 11G - self study guide" to download. It's shorter and speaks about the essential things ... unlike the standard guide "Oracle® Database Performance Tuning Guide 11g Release 2 (11.2)" I's