Email delivered to externalmail-id when sent to SAP User-id

Hi,
I have an issue regarding sending emails.
When I am trying to send an email from SAP Inbox to another SAP User-id, the mail is delivered to the external mail configured in his user master. How to send the mail only to SAP inbox instead of sending to external mail.
SS

if you are using this FM then make the parameter put_in_outbox = 'X'.
CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
      EXPORTING
       document_data                    = w_doc_data
       put_in_outbox                    = v_inbox
       sender_address                   = v_email1
       sender_address_type              = space
    commit_work                      = 'X'
     IMPORTING
       sent_to_all                      =  w_sent_all
  NEW_OBJECT_ID                    =
  SENDER_ID                        =
      TABLES
        packing_list                     = t_packing_list
  OBJECT_HEADER                    =
       contents_bin                     = t_attachment
       contents_txt                     = it_message
       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
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.

Similar Messages

  • IMac, iPad, iphone emails all with different names when sent?

    Recently, my emails sent all have different names other than mine , I.E. when I use [email protected], my name is Stephen... After I Sent it, different names appears in "from"  I.E. Sam's, Southwest Rewards, etc etc ??? I am extremely puzzle. Can someone help?? Tibia just crazy and weird??

    Parsonson wrote:
    Sorry Keith, BT are now accepting they have a problem and are investigating.
    Well, I wish you luck and would be interested to hear what the helpdesk say.
    I assume that you did read the forum thread I posted?
    Why does my home hub think I live in Hampshire?
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • SAP MDM Vendor email addresses are not in order when sent to SAP R/3

    Hi Experts,
    We were trying to maintain vendor email addresses in this order in SAP MDM:
    E-mail address: massupa@nexus
    Sequence Number: 001
    E-mail address: win@nexus
    Sequence Number: 002
    E-mail address: satita@nexus
    Sequence Number: 003
    But when saving the record, its order get mixed up like below: (I believe it was arranged alphabetically automatically---> is this the standard MDM functionality?!)
    E-mail address: massupa@nexus
    Sequence Number: 001
    E-mail address: satita@nexus
    Sequence Number: 003
    E-mail address: win@nexus
    Sequence Number: 002
    When it gets syndicated to ECC, its order was maintained incorrectly with incorrect IDs:
    E-mail address             ID
    massupa@nexus        001
    satita@nexus              002   -
    > should be 003
    win@nexus                 003  -
    > should be 002
    we checked both the XML Files and the IDOC and found that it has the same order maintained in SAP MDM
    massupa@nexus        001
    satita@nexus              003
    win@nexus                 002  
    But how come the IDs were changed in R/3?
    Many thanks in advance!

    Hi Mike,
    As per your requirement, i feel that for ID either you can create a new field say sequence ID in this e-mail addresses table of MDM and thus can syndicate it or can also use ID as key using remote key concept. I mean for this e-mail addresses table, you can set property Key mapping = yes  in MDM Console and thus can use this IDs as key for this email address e.g. for massupa@nexus you can save ID as Key.
    So during syndication, map this field with target IDOC structure field and I mean Remote Key under e-mail addresses table with IDOC ID target field. In this way you can have correct IDs with their corresponding email addresses.
    Kindly let me know if you are looking for something else.
    Regards,
    Mandeep Saini

  • Emails with Phantom Characters (again) when viewed by Windows Users

    Seems about every six months the problems of random characters showing up my emails from my Apple to Windows users. Usually this as been "B's" but lately "A's" with carrot signs over them.
    I have noticed that this comes from all my Apple computers so it not just one of my computers.
    I have put this "fix" in:
    http://www.macosxhints.com/article.php?story=20070808165831835
    But it does not seem to fix the problems. BTW--the random characters seem to pop up where space bar.
    Any clue what to do next--the window users are getting ****** at my emails.
    Message was edited by: James Coley

    You do know RTF with Tiger Mail is not sent as HTML with a newly composed message unless certain things occur.
    Selecting a different font, font size or color from the font panel when composing the message - (using the default message font only via Mail preferences without making any other changes sends the message as Plain Text).
    Copy/Paste HTML formatted text from another source - website or another message that as composed in HTML.
    Using a Signature that was composed in HTML or uses a different font from the default message font or includes an image.
    Changing text format - bold, italics or underline for selected text.
    This link may be helpful but other than this and until MS decides to fix the related bugs - which they likely aren't very motivated to do in regards to Apple's Mail application.
    http://homepage.mac.com/thgewecke/woutlook.html

  • Extended Features in forms become unavailable when sent to other users.

    I'm trying to create an application form that I can email to clients and get them to fill in, save and send back. I'm creating in Adobe Acrobat Pro X, saving as Reader Extended PDF, to enable more tools. Save and re-open the file myself and it works perfectly. However send to another user opening it on the free (fully up to date) Adobe Reader and this message appears:
         "This document enabled extended features in Adobe Reader. The document has been changed since it was created and use of extended features is no longer available.      Please contact the author for the original version of this document."
    I have racked my brains and tried so many different things but nothing seems to work.
    Any help would be amazing!

    This type of thing is often difficult to diagnose. If there's something wrong with the file, Reader will attempt to correct it if possible, which causes the contents to change, which causes the validation of the digital signature associated with the usage rights to fail. The source of the error is often related to fonts. There also seems to be forward compatibility problems, so it is best if you can enable the document with the most recent version of Acrobat, which is currently 11. Without seeing the file it's difficult to say what's wrong.

  • Emails sent from SAP to external Internet address getting stopped(errored )

    Hi,
    I was trying to send e-mails from spool. But when size is getting larger, the mails not getting out of SAP. Shows message (No delivery to  because message too long, maximum length 20,000,000 bytes).
    But the email when sent to SAP-Inbox, there is no issue.
    Do anyone know how/where to maintain the outgoing mail size??
    Thanks,
    Ipsita

    hello,
    this is option from system customisation in sm30: v_sxserv (field max_msglen)
    see also: oss#841883, oss#841089, oss#837300
    regards,darek

  • HT1689 some of my texts when sent turn blue and sat deleivered and others green and say delievered a txt message?

    Why do some text messages when sent to same user turn blue and say delievered and some turn green say sent as text message

    I fully disagree. The problem is not solved this way as indicated by jessikafrombrighton in response to stevejobsfan0124. In addition, if the wireless is down, the message IS NOT automatically sent as SMS. Many other posts mention this problem.

  • Since I downloaded the new update on my iphone 4s I no longer see the delivered message under my text when sent.  Also the message is green instead of blue.  Does anybody know how to fix this?

    Since I downloaded the new update on my iphone 4s I no longer see the delivered message under my text when sent.  Also the message is green instead of blue.  Does anybody know how to fix this?

    You are sending SMS messages. iMessages are blue. Go to Settings>>Messages>>iMessage ON.

  • I have a new Ipad and when I try to buy an app it asks for my  questions! I dont remember them so I press the button that send me an email to reset them. Ive sent it various times but it doesnt arrive. please help I need this app for school!!!

    I have a new Ipad and when I try to buy an app it asks for my  questions! I dont remember them so I press the button that send me an email to reset them. Ive sent it various times but it doesnt arrive. please help I need this app for school!!!

    See Kappy's great User Tips.
    See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities https://discussions.apple.com/docs/DOC-4551
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    Send Apple an email request for help at: Apple - Support - iTunes Store - Contact Us http://www.apple.com/emea/support/itunes/contact.html
    Call Apple Support in your country: Customer Service: Contacting Apple for support and service http://support.apple.com/kb/HE57
     Cheers, Tom

  • Word 2004 for Mac documents not read by pc when sent by Email

    Documents composed on my imac in Word 2004 for mac, cannot be read by PC user who receive them by email (unknown format).
    However, if I put the same document on a memory stick and put that into a PC, the PC will read it! Very frustrating as PC users cannot see my Word 2004 for mac documents when sent by email. Any solutions?

    Many thanks Templeton Peck. So simple, it has solved my problem. How come my local Mac. technician did not suggest this? Thank you again.

  • Emails always are suck in outbox when sent through Apple mail

    Emails always are suck in outbox when sent through Apple mail. How should I deal with it ? Many thanks!

    As mentioned, Outlook is not email standards compliant. It probably never will be based on Microsoft's history. However, I think there are various issues involved in the problems people have. I often send emails from home to my Outlook account at work. I have never experienced any of the problems that I've seen posted anywhere regarding Mail and Outlook.
    My conclusion is that there are issues with certain Exchange Server configurations and/or issues with your own ISP mail server causing the issues.
    I do have my system set up to Always send windows friendly attachments (from what I've read, this really is 'send Outlook friendly attachments'), and always put attachments at the end. Prior to the 'always put attachments at the end,' I wasn't having any issues, either. However, I read that that setting helped with other email clients, so I use it.
    The obvious question is, "well, how is your exchange server configured." I would love to provide the answer to that question; however, I work for a DoD organization, so actually tracking down the person that knows the answer to that question will take somewhere between five years and never. With my 20+ years experience with the DoD, I'm leaning towards the never end of the spectrum. The other half of the equation is, "I'm using cox as my ISP."

  • I have two email accts. set in my iphone,one is the default setting.when I send an email it shows that it was sent from a 3rd email acct. that I no longer use?I deleted it from my phone?

    I have two email accts. set in my iphone,one is the default setting.when I send an email it shows that it was sent from a 3rd email acct. that I no longer use,and had been deleted  from my phone?

    Install ClamXav and run a scan with that. It should pick up any trojans.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • When I send an email it shows up in the sent folder as new, how do I fix this so it shows it as read automatically?

    When I send an email it shows up in the sent folder as new, how do I fix this so it shows it as read automatically?

    I don't want all my mail to be marked as read, just the sent messages. I set Thunderbird up on my new PC and whenever I send an email it goes to my sent folder like I want, but it shows up as a new or unread message. I have Thunderbird on my two other PC's and it doesn't act this way. On the other PC's when I send out an email, it shows up in my sent folder as read. That's the way I want it to act on my new PC. With the other two PC's I didn't have to do anything to the setting it was like that from the start.
    I appreciate any help I can get in this matter. Thank you

  • How do I delete a incorrect email address I typed in a sent email from the suggested email list when I start typing again?

    How do I delete a incorrect email address I typed in a sent email from the suggested email address list when I start typing again?

    You can't. There is no way to eliminate those remembered addresses in the mail app. Eventually if you keep ignoring that address it will go away, but it can take some time before it disappears. The only way that you can eliminate now, is by restoring the iPad to factory settings and that's pretty radical just to get rid of a mistyped email address - IMO anyway.

  • Why does photo taken on iPhone turn sideways when sent as an email attachment

    why does photo taken on iPhone turn sideways when sent as an email attachment?

    Most likely: http://helpx.adobe.com/acrobat/kb/pdf-error-1015-11001-update.html

Maybe you are looking for