Problem with sending email from 4.6C to MS-outlook / Exchange

Hello,
I'm trying to send an email with a pdf-attachment from my 46C system. In trans SOST everything looks fine. There is a document with an attachment. When I send it to my email-client there's no attachment. And the following message is given in my email:
This message is in MIME format. Your mail reader does not support MIME. Please read the first section, which is plain text, and ignore the rest. Better yet, get a MIME-capable mail reader.
Does anybody recognise this message ???
Regards,
GJ van Holland

Hai G.J.Van
Check the following Code
DATA: OBJPACK   LIKE SOPCKLSTI1 OCCURS 2 WITH HEADER LINE.
  DATA: OBJHEAD   LIKE SOLISTI1 OCCURS 1 WITH HEADER LINE.
  DATA: OBJBIN    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
  DATA: OBJTXT    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
  DATA: RECLIST   LIKE SOMLRECI1 OCCURS 5 WITH HEADER LINE.
  DATA: DOC_CHNG  LIKE SODOCCHGI1.
  DATA: TAB_LINES LIKE SY-TABIX.
  DATA L_NUM(3).
Creation of the document to be sent
File Name
  DOC_CHNG-OBJ_NAME = 'SENDFILE'.
Mail Subject
  DOC_CHNG-OBJ_DESCR = 'Delivered Mail'.
Mail Contents
  OBJTXT = 'Object text'.
  APPEND OBJTXT.
  DESCRIBE TABLE OBJTXT LINES TAB_LINES.
  READ TABLE OBJTXT INDEX TAB_LINES.
  DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
Creation of the entry for the compressed document
  CLEAR OBJPACK-TRANSF_BIN.
  OBJPACK-HEAD_START = 1.
  OBJPACK-HEAD_NUM = 0.
  OBJPACK-BODY_START = 1.
  OBJPACK-BODY_NUM = TAB_LINES.
  OBJPACK-DOC_TYPE = 'RAW'.
  APPEND OBJPACK.
Creation of the document attachment
  LOOP AT ITAB_DATA.
    CONCATENATE ITAB_DATA-PRODUCTOR
                ITAB_DATA-VBELN
                ITAB_DATA-POSNR
                ITAB_DATA-MATNR INTO OBJBIN.
    APPEND OBJBIN.
  ENDLOOP.
  DESCRIBE TABLE OBJBIN LINES TAB_LINES.
  OBJHEAD = 'ORDERS'.
  APPEND OBJHEAD.
Creation of the entry for the compressed attachment
  OBJPACK-TRANSF_BIN = 'X'.
  OBJPACK-HEAD_START = 1.
  OBJPACK-HEAD_NUM   = 1.
  OBJPACK-BODY_START = 1.
  OBJPACK-BODY_NUM   = TAB_LINES.
  OBJPACK-DOC_TYPE   = 'TXT'.
  OBJPACK-OBJ_NAME   = 'WEBSITE'.
  OBJPACK-OBJ_DESCR  = 'ORDERS.TXT'.
  OBJPACK-DOC_SIZE   = TAB_LINES * 255.
  APPEND OBJPACK.
Completing the recipient list
target recipent
  clear RECLIST.
  RECLIST-RECEIVER = '[email protected]'.
  RECLIST-EXPRESS  = 'X'.
  RECLIST-REC_TYPE = 'U'.
  APPEND RECLIST.
copy recipents
  clear RECLIST.
  RECLIST-RECEIVER = '[email protected]'.
  RECLIST-EXPRESS  = 'X'.
  RECLIST-REC_TYPE = 'U'.
  RECLIST-COPY     = 'X'.
  APPEND RECLIST.
Sending the document
  CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
       EXPORTING
            DOCUMENT_DATA              = DOC_CHNG
       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.
Thanks & regards
Sreenivasulu P

Similar Messages

  • Problems with send emails from 2nd account

    Hi,
    I have problems to  sent from a 2nd account. Sending emial via my icloud account works excellent. But if I want to sent emails via my 2nd account I got the message     
    " Can't sent emails - Adresse [email protected] was declied from server, because  forward is not allowed"
    I heard that the server has to setup to allow forwrding emails from a 2nd account. Where could I find this?
    Thnaks
    Michael

    I believe CF5 had an issue with 0 byte mails in the spool.
    Test your mail to confirm that you do not attempt to send a 0 byte
    mail.

  • Problems with sending emails from my Blackberry BIS account - all on one line

    I am using a BB Storm 9500 and have been trying to use the BIS email account.
    However, whenever I reply or forward emails from my device, the email comes out all on one line regardless of the punctuation I put in.
    My signature also appears on one line despite having formatted it differently.
    I've seen some post on this problem before but I wondered whether anyone has resolved it now. It's a pain because when responding to work emails it looks completely unprofessional.
    Cheers
    TJE

    anyone try it? any use?
    dc

  • Problem with sending email from Acrobat Reader X Version 10

    Hello all
    I recently purchased a new Dell laptop with Windows 8 as its OS. I had two email clients installed, one is outlook 2007, that has no contacts and then purchased outlook 2014 which I am using. When I installed Acrobat and tried to send a PDF file as an email attachment, it took me first to Outlook 2007. I closed the program, deleted Microsoft office 2007 and tried to send the email again. Now it is telling me that there is no email association with Acrobat . Please help. Thank you.

    Try setting those preferences in Edit>Preferences>Email Accounts>Add account

  • I'm having with sending emails from my macbookpro

    I'm having problem with sending email from MacBook pro

    This also happened to me after update to IOS 6. So probably it is cause your email outgoing stopped to work.
    So check your outgoing settings and you probably will solve the issue.
    Hope it will be helpful

  • Problem in Sending email from Reports Queue Manager

    Hi
    I am getting problem in sending email from reports queue manager.
    It says that error in logging to mail server.
    If any body knows the sol then pl help me out.
    thanks

    Hi
    I am getting problem in sending email from reports queue manager.
    It says that error in logging to mail server.
    If any body knows the sol then pl help me out.
    thanks

  • Problem with sending mail from SAP (ECC6.0)

    Hi guys!!
    I am facing problem in sending email from SAP to outlook.
    I've checked SICF and SCOT configuration and they are same as my other server thorugh which i am able to send the mail.
    I use SBWP to send the mail. after i send i do not get any error message, and when i check it in outbox, there is a yellow triangle in the status which means "send process still running" . so the sending mail is taking hours. i've set the frequesncy of my B/G job RSCONN01 to 10 minutes. i checked and this job is running successfully every 10 minutes.
    Please suggest what could be the possible reason and what can i do to solve this issue.
    Thanks,
    Sheetal Sharma

    Hi,
    First of all ask your IT (Exhchange) guy to check port number 25 is open or not for communincation, if not open ask him to open.
    you can check this yourself by doing TELNET
    steps to do telnet :
    logon to your application server,
    go to command prompt
    and type  TELNET <IP address of email server> 25
    If it prompts some message like this
    "exhange.domain.com Microsoft ESMTP MAIL Service, Version: 6.0.3790.18 30 ready at  Mon, 16 Jun 2008 16:25:41 +0300. "
    then it means your port 25 is open for communication.
    Regards,
    Abuzar.

  • TS3899 Intermittent issue with sending emails from a blueyonder.co.uk email address.

    Hi can anyone help?  My iphone 4 has recently developed an intermittent issue sending emails from my 'blueyonder.co.uk email account.  The emails get delivered to my outbox with a message 'cannot send mail, recipient was rejected by the server'  When the emails are in my outbox there is no means to delete them there the only way to remove them is to remove the full email account and reset it up again.
    I have tested the send functionality with my Gmail account and this seems to work ok!
    I have spoken to Virgin Media my email provider and they have walked me through removing the account and resetting it up again but to no avail.  They have suggested I contact Apple as there appears to be something wrong with the email application on my phone for this particular email account. 
    All incoming emails are being received as normal

    Hi can anyone help?  My iphone 4 has recently developed an intermittent issue sending emails from my 'blueyonder.co.uk email account.  The emails get delivered to my outbox with a message 'cannot send mail, recipient was rejected by the server'  When the emails are in my outbox there is no means to delete them there the only way to remove them is to remove the full email account and reset it up again.
    I have tested the send functionality with my Gmail account and this seems to work ok!
    I have spoken to Virgin Media my email provider and they have walked me through removing the account and resetting it up again but to no avail.  They have suggested I contact Apple as there appears to be something wrong with the email application on my phone for this particular email account. 
    All incoming emails are being received as normal

  • Cannot send email from an iPhone to a Outlook group.

    Hi,
    My question is simple and I'd like an exactly same answer : Can iPhone users send emails from their iPhone's to one or more groups created in Outlook?
    This is my situation: our organization is using iPhone to provide email, calendar, contact, task etc. to some of their employees. We are using Airwatch MDM Agent on user's iPhone because we have an Airwatch server in place. I have an user and she has an iPhone 5 and she has created some groups in Outlook but these groups are not reflected in her Contacts in the iPhone. I have update her phone with the latest update, although I was almost sure that this was not the issue, then I've found some interesting posts on internet saying that this was a known problem for the users with the previous iOS but I thought this might has been corrected with the iOS, apparently not.
    Also I've tried ''the trick'' that is posted on several forums with the iCloud but neither so it's working. I am looking for a straight answer, if this works or not on iPhone's?
    Thanks,
    Sebastian.

    There indeed ARE apps in the app store that will do what you want.  Just search and find the one that best fits your needs.

  • Problem with send email to recipients From recordset behavior

    Hello
    I use the ^send email to recipients From recordset^ behavior, then words of the subject of  sent email stick and the spaces between words in subject removed.
    E-Mail charset is utf-8 and language is Persian
    for example:
    موضوع ايميل من
    will be change to:
    موضوعايميلمن
    notice: spaces are removed
    To overcome this problem, please help me
    sorry, i'm not good in english
    Thanks

    Persian language is very similar to arabic language
    Please help me, I can't solve this problem

  • Help with sending email from RoadRunner account on Mac, iPhone, iPad

    Recently, I have had strange issues where suddenly I realize that I cannot send email using Mac Mail (Mac OS X 10.8.1).  Its a very frustration condition where when everything was once fine, suddenly you stop being able to send email without what appears to be 'reason'.
    Today I learned the reason, and I assume others might run into this as well, so I am posting the issue and solution:
    Per Time Warner/RoadRunner support:  "When on your home network, the SMTP server does not require authentication.  When away from your home network, the SMTP server REQUIRES authentication"
    That is what I believe to be a mistake on RoadRunner's part.  Hundred of thousands of users will not understand that they need to change this setting anytime they go for a coffee at Starbucks.
    So to help, here is what I have come up with:
    From Mail -> Preferences, you need to edit your SMTP server list.  Click the drop-down list next to 'Outgoing Mail Server (SMTP) and select 'edit SMTP Server List.  Create two server connections and name one something that reminds you that it is the home network, and the other a roaming network.  Set the home network server config to Authentication -> None.  Set the roaming network server config to Authentication -> Password and fill in the username/password credentials.
    Having both these servers available for you to select from will reduce the impact of this inconvenient requirement from RoadRunner.
    .....Comcast.....please make service available in my area.....

    Bradley,
    You did it. I used your suggestion and solved what I hope to be the last of a very persistent problem.
    I made both a home and away SMTP server setting on my iMail. I tested both and are working well.
    Of all my research, your suggestion was the only fix to this problem. Now, I hope to be able to send email wherever I am instead of waiting until I am at a home network or worse, resorting to using my phone.
    Thanks again!

  • Problems with sending email about SO_OBJECT_SEND

    Hi,
    I have to send html emails from a ABAP Program and have found the module SO_OBJECT_SEND. When I fill in the data and call the function, I got the exception "OWNER_NOT_EXIST". In my userdetails, I have typed in my emailadress.
    My parameters, I use for the function call:
    w_object_hd_change-objla = sy-langu.
    w_object_hd_change-objnam = 'Object name'.
    w_object_hd_change-objsns = 'P'.
    w_object_hd_change-file_ext = 'HTM'.
    receiver_list-recextnam = '[email protected]'.
    receiver_list-recesc = 'E'.
    receiver_list-sndart = 'INT'
    receiver_list-sndpri = '1'.
    I have one line in objcont, object_type = 'RAW' and owner = sy-uname.
    Does anybody knows the problem?
    Cheers Arne

    DATA: ds_object_hd_change   LIKE sood1.
    DATA  g_object_type         LIKE sood-objtp VALUE 'RAW'.
         clear it_asci.
          INSERT it_asci INDEX 1.
          it_asci-line    = 'Comment: '.
          it_asci-line+14 = g_comment.
          INSERT it_asci INDEX 1.
          it_asci-line    = 'Transaction: '.
          it_asci-line+14 = g_tcode.
          INSERT it_asci INDEX 1.
          ds_object_hd_change-acout = 'X'.
          CONCATENATE 'Employee AD & D Insurance'
                       sy-uname
                  INTO ds_object_hd_change-objdes
                  SEPARATED BY space.
          CONCATENATE g_user_id '@yahoo.com'
                 INTO it_recv-recextnam.
          it_recv-recesc = 'U'.
          it_recv-sndex = 'X'.
          it_recv-sndcp = 'X'.
          APPEND it_recv.
    Send email to security admin
          CALL FUNCTION 'SO_OBJECT_SEND'
               EXPORTING
          object_hd_change           = ds_object_hd_change
            object_type                = g_object_type
               TABLES
                    objcont                    = it_asci
                    receivers                  = it_recv
               EXCEPTIONS
                    active_user_not_exist      = 1
                    communication_failure      = 2
                    component_not_available    = 3
                    folder_not_exist           = 4
                    folder_no_authorization    = 5
                    forwarder_not_exist        = 6
                    note_not_exist             = 7
                    object_not_exist           = 8
                    object_not_sent            = 9
                    object_no_authorization    = 10
                    object_type_not_exist      = 11
                    operation_no_authorization = 12
                    owner_not_exist            = 13
                    parameter_error            = 14
                    substitute_not_active      = 15
                    substitute_not_defined     = 16
                    system_failure             = 17
                    too_much_receivers         = 18
                    user_not_exist             = 19
                    originator_not_exist       = 20
                    x_error                    = 21
                    OTHERS                     = 22.
          IF sy-subrc <> 0.
            WRITE: / 'Error:  Cannot sent email (code=', sy-subrc, ').'.
          ELSE.
            MESSAGE s002 WITH 'Message sent'.
          ENDIF.
    hope this will solve ur problem
    vijay

  • Problems with sending PDF from iPad to PC?

    I am having problems sending a PDF from an iPad. The email is sent and can be read on any Apple device, however it is not viewable on a PC. To complicate things more, the first sending of the email to the PC in not viewable, once it is forwarded to another, the email is viewable just as on an Apple device. I have had this problem with to different apps which led me to belive Mail was suspect. I removed the mailbox and re-installed it with no fix. I think my next move is to reset the iPad. Has anyone had the same problem and come up with a solution?

    I've had exactly the same issue
    I had (mistakenly) believe the issue had been resolved its new app updates but it hasn't
    Today I emailed a signed document using SignNow app. Mindful of previous iPad PDF compatibility issues, I sent myself a copy to my gmail account that I have on my MacBook
    Everything appeared to be fine so I then emailed it to the recipient (using a PC) who promptly emailed back to say they hadn't received anything!
    This is the second time within two weeks.
    Eventually I had to email it to my Mac email account, open in Adobe then 'save as' PDF the. Email it back to my iPad email account so I could then forward onto the recipient.
    I had originally believed this to be an app issue but having used SignNow as well as TypeOn now realise it's something peculiar about Mac/PC formatting.
    SORT IT OUT APPLE!

  • PDF fillable form problem with sending email

    I created a fillable form on a PDF.  I used the "emailto:" setting correctly.  I have tested it out on numerous computers throughout my company and it has appeared in the email inbox of my supplied email with no problem.  However, when my manager went to test the "Submit by Email" button I created on the PDF fillable form, it does not sync up with the "Select Email Client" box.  It starts to do a 'send/receive" on her Microsoft Outlook.  When I go and check to see if it sent anything at all to the designated email inbox it sends like 15 forms (some of them open and some of them do not).  I assume that is just from her clicking a zillion times.  But, I am curious to figure out why the "sent/receive" button appears on the bottom right-hand corner of her screen?!
    Is there a security setting that she might not have clicked that everyone else does?  Also, the "Print Form" button I created right next to the "Submit by Email" box works perfectly.
    Any help is appreciated!

    In article <[email protected]>, Scarab wrote:
    > For example I`ve got [email protected], [email protected],
    > [email protected] accounts in my GW system. I`ve got [email protected]
    > account on non-GroupWise system. I`d like to have group alias to send
    > emails simulateusly to [email protected], [email protected],
    > [email protected] and [email protected] and group alias must be in
    > example.com domain. That`s why I configured [email protected] alias in
    > non-GroupWise system but it doesn`t work with GroupWise IMAP.
    >
    Now we are even more confused
    - system GW knows itself and answers for example.com
    - system other knows itself and answers for __________?
    You used example2.com in your above which is different from what you
    started out with. And now you are mentioning IMAP that you haven't
    mentioned at all before. Perhaps you are writing faster than you are
    thinking and missing getting the key data into here, and that makes it
    difficult for us to constructively help you.
    Andy Konecny
    Knowledge Partner (voluntary SysOp)
    KonecnyConsulting.ca in Toronto
    Andy's Profile: http://forums.novell.com/member.php?userid=75037

  • Problems with sending SMS from adress book

    Hi all,
    I have a new Kotorola MOTOKRZR K1 here.
    The Bluetooth connection with iMac is ok. I can send data to phone and I can receive data from phone, but I can't send SMS from adress book v4.0.5 (487) to the phone.
    The bluetooth button in adress book is disabled. I can click on this button, but address book open in this case always a dialog: "Pair with bluetooth device".
    When I click on the "pair" button, then I can enter my access code vor the phone.
    It is the access code from Bluetooth Assistant program for the phone.
    my question is, Is here a user, who can send a SMS with MOTOKRZR K1 from adress book?
    With my old Siemens S55 is this no problem.
    Sorry for my very bad english.
    Greetings, Bermd

    did this ever get resolved?

Maybe you are looking for

  • HT4943 I was charged a fee for a magazine for which I had a subscription.  How do I dispute the charge to get a refund?

    How do I get a refund?  I have a subscription to the Men's Health magazine, and went to download the new issue, but instead was charged twice for the new magazine and for re-downloading a previous issue, which was covered by my subscription.

  • Internal Error 2842 when trying to install from CD

    I am running Windows 7 and had it corrupted recently.  I reinstalled Win7 and had to reinstall all of my stuff.  Everything works fine. When I went to reinstall my Palm Tungsten E2 from disc, I get 'Internal Error 2842' and can't continue. Any ideas?

  • Error exporting to CSV with groups

    Post Author: HuskerSkip CA Forum: Exporting Iu2019m having a problem exporting reports to the CSV format.  Iu2019m seeing the problem both in the report designer and in my C# code.  Here are the conditions under which the problem appears: Report cont

  • Application Icons are gray

    Two days ago, I noticed while downloading updates and new apps that the icons, while they were loading/installing are now just a generic gray icon rather than a representation of the actual icon for the app. Has anyone noticed this as well and is som

  • IOS7, photo backup to PC creating iThmb instead of jpg

    Since I upgraded to IOS7 and had a new battery installed on my phone, when I sync through iTunes and iCloud to my PC the pictures are staying as iTHMB format instead of .jpg so I am unable to view them on my computer.  Anyone have any suggestions on