Email to distribution list from SAP Internal Email

I have a scenario where in I have to send email from sap internal email (T-code:-SBWP) to the distribution list.
Can some one give me some idea on the same .
When we go to T-code: - SBWP, for unread email we right click and fwd the email to distribution list, can we achieve the same functionality by a program so that we can automate the process.
Thanks in Advance.
Regards,
Pawan.

Hi,
Yes ,one can write an ABAP code to send the mail to a distribution list.
Please try and use the Function Module 'SO_NEW_DOCUMENT_SEND_API1' and you need to pass the import and export parameters to this FM which needs to be defined and populated before you use this FM.
The first Exporting parameter is 'document_data' which will be of type 'sodocchgi1'.In order to populate this, you can use the structure of type 'sodocchgi1' and give the name, description, sensitivity and the language by referring to the data type mentioned above('sodocchgi1').
The next is the document type and you can mention any one of them from 'RAW' to anything again refering to the document type.
The next are the tables parameters and the first one is "object_content" which would be of type "solisti1" and you need to populate this one as well.This table would contain the contents of the mail.
The next Tables parameters is "receivers" which would be of type 'somlreci1' and in order to populate this,you need to use the below like code:
smtp_addr = any valid email id.
      gi_recievers-receiver = smtp_addr.
      gi_recievers-rec_type = 'U'.
      gi_recievers-com_type = 'INT'.
      APPEND gi_recievers.
once this is done, an email will be sent to the recipient which can be monitored in the T-code SCOT and SOST.It will take sometime for the mail to be sent as there is a fixed timeline after which the R/3 system pushes the mails through it to the recipients.
I guess, I have tried to answer your question.
In case of any queries,please let me know.
Regards,
Puneet Jhari.

Similar Messages

  • Distribution list from IPAD's email app?

    How can I do a distribution list using IPAD2's email app?

    Hi, there are a few group emailing apps which let you send email from their own app, but MailShot Pro is the ONLY one which works from Mail, as you asked.
    MailShot Pro works by creating special contacts for each of your groups, so you can use them all over your device just like they were regular contacts, from Photos, Maps, and even from Mail.
    Because it works inside Mail, you can also use it to forward email to groups, with all attachments intact. it's the first app on the store to let you do this. It is also the first app on the store to work with Siri on iPhone4S for sending email to groups using your voice alone.
    Peter
    Soluble Apps
    Full Disclosure: I am the developer of MailShot Pro and may benefit from its sales.

  • Is it posible send email to distribution list like group of mails

    Hi ,
    i need to know if its possible to send email to distribution list via SAP
    please let me know the process or program to do so or how to develop it? let me know if its possible by sap or not?
    regards
    ARORA

    Agree with Zarko. But when you add contact for that external user and allow only that sender, the DL will not receive emails from any other users (internal or external).
    If you added any entries under "Accept mesages only from Only sendes in below list" then only the entries added will be able to send mail to that DL whether the check box "Require that all senders are authenticated" is selected or not. You may check the
    below technet article for more details.
    http://technet.microsoft.com/en-us/library/bb124405(EXCHG.80).aspx

  • How do I delete stored email addresses in my iphone? When sending photos, I don't want to have certain email addresses  "popping up" from the internal memory, I've deleted my entire "Contact" list but they still appear.  Help please!

    How do I delete stored email addresses in my iphone? When sending photos, I don't want to have certain email addresses  "popping up" from the internal memory, I've deleted my entire "Contact" list but they still appear.  Help please!

    As with the Mail app on a Mac, the iPhone's Mail app stores all email recipients in a list of previous recipients which is separate from the address book or contacts. The email address autofill feature when addressing an message pulls from Contacts and from the list of previous recipients.
    Different from the Mail app on a Mac, there is no access to the list of previous recipients with iOS on an iPhone, iPod Touch, or iPad to remove a previous recipient from the list, or to add a previous recipient to the address book or contacts that is not already entered - not at the present time anyway.
    The only way to purge the list of previous recipients at the present time is by restoring your iPhone with iTunes as a new iPhone or not from your iPhone's backup, which will start being re-populated again with every sent message.

  • Is there an easy way of creating a distribution list from an email with multiple addresses? Those addresses are not in your contacts already, and don't need to be.

    I want to be able to take all the email addresses someone else has used to distribute an email and create the same distribution list for myself for future use.  I don't want to add all those people to anywhere in my contacts list.  I just want them to be in my "new distribution list", like "soccer families", etc.  I tried to copy and paste, but didn't get anywhere. Maybe I was close, or maybe it isn't possible.  Thoughts?

    Ed on iPad wrote:
    I don't want them in contacts because they are simply a related group (like my sons current soccer team).  People I may never need to email again after a sports season.  I don't want to have to have these people in my contacts permanently. 
    You don't. When the season is over, delete them.
    But, the text clipping should work.
    The next IOS should have a feature "create mailing list from distribution list".  A fast and simple way to retain a distribution list from an email you received.  People get copied all the time using distribution lists they may want to reuse easily, like school, sports or work groups.  Oh well.
    How is that any different from adding them to Contacts? Here's the feedback page: http://www.apple.com/feedback/
    There is a set of Mail Scripts that has a function to Add Addresses from an email to any group. But, it doesn't work with Mountain Lion.

  • Since the last IOS update, I still can't drag distribution lists from my contacts to my email.  Apple has been absolutely no help, in spite of contacting them 5 times on this subject.  Any suggestions or help would be greatly appreciated.

    Since the last IOS update, I still can't drag distribution lists from my contacts to my email.  Apple has been absolutely no help, in spite of contacting them 5 times on this subject.  Any suggestions or help would be greatly appreciated.
    I have IOS  7.0.1 and updates are current.
    Pags1970

    No Mac can run any version of iOS, that is for iDevices only.
    Macs run OS X. What version of that do you have?

  • Send email to distribution list.

    i have a problem in sending email to a distribution list.
    distribution list can be private or shared folders distribution list.
    how to get all email id from the distribution list.
    how the SO_NEW_DOCUMENT_ATT_SEND_API1 function module can be used in this scenario.
    i have send email to multiple receivers using this function module SO_NEW_DOCUMENT_ATT_SEND_API1 but content or information are same. this scenario information i am going to send differs for each email ids.
    plz help me in this scenario.
    regards,
    suresh

    Suresh
    In short, here are the steps:
    Before you Call function 'SO_NEW_DOCUMENT_ATT_SEND_API1' in your internal table passed for "receivers" i.e. for email ids set:
    receivers-rec_type = 'C' for Shared distribution list or
    receivers-rec_type = 'P' for Private distribution list.
    and
    receivers-receiver = <Distribution list name>
    append receivers internal table.
    Thats it..all email ids within your distribution list should get the email. This will work.
    Let us know if any problems.
    Thanks
    Anand

  • How do I email a distribution list in Entourage?

    I would like to share some of my distribution lists with friends.
    How can I email the distribution list? I can't drag a group icon into the mail message like in Outlook.
    Any help is appreciated.
    Jeremy

    Thanks. I was hoping to find something other than Groups, because when you sync with a mobile device, it maps the groups to Categories in the device. This adds a lot of complexity to data and many mobile devices have some limitations on categories.
    But thanks for the quick response!
    -MJSTEELEGA

  • Email an invoice directly from SAP CRM 7 via ERMS

    Hi there,
    Is there a way to email a customer invoice from SAP CRM7 using SAP ERMS?
    With SAP CRM4, we are able to open up the invoice and click on the email icon. This will launch a new email from outlook with the bill attached.
    I'm looking for a more integrated way to email an invoice using ERMS within SAP.
    Thanks,
    Catherine

    Hi Catherine,
    What if you use the action profile for sending the email?.
    Thanks,
    Faisal

  • MAKE A DISTRIBUTION LIST FROM MY CONTACTS

    HOW DO I MAKE A DISTRIBUTION LIST FROM MY CONTACTS?

    Do you want to have a group email distribution list? If so, then create a New Group and give it a useful name. Select and drag into the group all those contacts you want. When you wish to send out a group email simply set the To: field to the group name you assigned to that group.

  • What are  Pre Database Copy and Post data base copy activity list, Pre Migration and Post Migration activity list from SAP BW 7.0 to SAP BW 7.4 SPS6.

    BW on HANA :  Pre Database Copy and Post data base copy activity list, Pre Migration and Post Migration activity list from SAP BW 7.0 to SAP BW 7.4 SPS6.
    We are trying to copy database from SAP BW7.0 to SAP BW on HANA 7.4 SPS6 so we are in search for list of steps or activities during database copy both pre and post steps.
    Along with the above we are in search of Pre and post migration steps ones database is transferred successfully from oracle to HANA on 7.4 SPS6.
    Kindly help us in getting the exact course of action as requested.
    Thanks and Regards,
    Lavina Joshi

    Hi Lavina,
    try this link for starters: Upgrade and Migration - BW on HANA | SAP HANA
    Points to remember are:
    Preparation:
         -- Hardware Sizing
         -- Preparation of Data Centres
         -- HANA Hardware preparation
         -- System Landscape Readiness (upgrade software downloads, system readiness checks, etc)
         -- House Keeping activities on BW system (data clean up, etc)
    Post Installation:
         -- Sanity checks / Preparation and License checks
         -- JAVA Configurations
         -- Infoprovider conversions 
    Overall Stages are described below:
    # Environmental setup (HANA box)
         -- Initial system checks and Building Activities (system copy, Appln server setups, etc)
    # System readiness
                   - ZBW_HANA_COCKPIT Tool
                   - ZBW_HANA_CHECKLIST Tool
                   - ZBW_ABAP_ANALYZER Tool
                   - ZBW_TRANSFORM_FINDER Tool
                   - SIZING Report
                   - System Clean up Activities
                   - Impact of 7.4 on source system checks
                   - Java Upgrade for portal
    # DMO Stages
                   - Preparation & Pre Migration checks
                   - Execution / Migration
                   - Post Migration Activities
    # Testing Phase
                   - Source system checks/Activities
                   - System and Integration Testing
                   - End to End Testing
                   - Performance testing
                   - Reports
                   - BO reports / Interfaces
    Do let me know if you require any further information.
    Regards,
    Naren

  • Move a distribution list from the forest root to a sub domain.

    Hello,
    I am looking for the best way to migrate a distribution list I have in the AD forest root to a subdomain.  Is there a way to do this without rebuilding it from scratch?  We have Windows 2012 R2 domain controllers with a Windows 2008 R2 functional
    level.
    Thanks!
    Shawn

    Hi Shawn,
    We can try using intraforest migration with ADMT. With the lateste updated ADMT v3.2, it supports Windows Server 2012 and 2012 R2, and we can download it from Microsoft Connect.
    Microsoft Connect
    http://go.microsoft.com/fwlink/?LinkId=401534
    Regarding ADMT and how to install it, the following article can be referred to for more information.
    ADMT Guide: Migrating and Restructuring Active Directory Domains
    http://technet.microsoft.com/en-us/library/cc974332(v=WS.10).aspx
    Installing ADMT in the Target Domain
    http://technet.microsoft.com/en-us/library/cc974370(v=WS.10).aspx
    Besides, regarding this topic, the following thread foucsed on the similiar question and can be worth taking a look.
    Moving Distribution List From Root to Child DC
    http://social.technet.microsoft.com/Forums/en-US/1edf8eee-66d1-496a-b51d-48e1f2124eeb/moving-distribution-list-from-root-to-child-dc?forum=winserverDS
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.
    Hope it helps.
    Best regards,
    Frank Shen

  • HT1692 why does my ipad not pick up distribution lists from my contacts list?

    why does my ipad not pick up distribution lists from my contacts list?

    What is selected under the Music tab for your iPhone sync preferences with iTunes?

  • Why cant I send emails, or open folders, from my Outlook email when using ipad. My Outlook is functioning normally when accessed from laptop.

    Why am I unable to send emails or open folders from my Outlook email when using my iPad?  My Outlook is functioning normally when accessed from my laptop.  This problem has been going on for three days now - everything was functioning normally before. I have looked at the standard troubleshooting suggestions provided by Apple, but they do not appear to cover this eventuality.  I should be most grateful for any help.

    Try first to Clear your cache from : Tools > Options > Advanced > Network, Clear Now button.
    if the above is not helpful, [https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles create a new profile] and check it again.
    if you create the new profile see: [https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles#w_recovering-information-from-an-old-profile Recovering information from an old profile]
    thank you

  • How to send email to external users using the distribution list from workflow

    I have created distribution list in SO23 with external email addresses.
    How I can use distribution list in "Send Mail component" or I should use another component?
    It works fine for a single email address. And distribution list works fine when I use it via SBWP.

    Hi,
      Take activity step instead of Mail step. User fm SO_NEW_DOCUMENT_ATT_SEND_API1 to send mail.
    And use fm SO_DLI_READ_API1 to find list of user from    distribution list. You can    find how to use this fm in rule 30000012

Maybe you are looking for

  • I updated iTunes and now my 6th generation nano can't be properly recognized now.

    I recently updated my iTunes after holding off for a bit and now my 6th generation Nano wn't be recognized in iTunes but is recognized on the computer. The message I get is this "An iPod has been detected, but it could not be identified properly. Ple

  • Logic Pro X help: Track/File menu not showing up in audio editor. How to fix?

    Hello, I am a amature musician that has been using logic pro for a little while now. I recently tried to use the time and pitch machine to stretch a sample to my project length. I open up the audio editor and behold! No file menu. I have looked throu

  • Can't move objects on desktop of iMac G5

    Recently have not been able to drag widows, folders, or files on my desktop. Nor have I been able to draw boxes (text or picture) in PhotoShop or InDesign. If, for instance, you want to move a window in FireFox to accomodate another window, when you

  • Installation error 1603

    I receive an installation error 1603 when I attempt to install software from Olympus cameras (and only from Olympus).  I have tried registry fixes, I have checked rights to files and folders and nothing has worked.  When I have had a previous version

  • India Localiztion taxes balancing segment wise

    Hi, We are implementing Oracle Financials (AP,AR,FA,CM,Gl,PO&INV) for a service company. India Localization Service Tax & TDS are applicable. And, the requirement is B/S and P&L at Division Level (30 Devisions).But the Inventory Organization is only