Dynamic Mail Messenger - mail to distribution list

Hi Mentors,
The requirement is to generate an automatic mail when an employee updates his marital status or children status in IT0002.
The mail has to go to the master data administrator and one of the persons in the Accounts team to initiate insurance coverage.
M0001 is what will be used. The standard M0001 feature already has RECV1 (master data administrator) inculded. I need to add DISTR ( the distribution list containing the accounts personnel mail id).
How can I do this> Can you please guide ?
Thanks

hi VJ,
hope you are doing good.
Try using TCODE : SO04 -- > Distribution Lists --> Shared Distribution and then utilitze Attributes and Content tabs .
hope it helps you.
Regards
Rohit.S

Similar Messages

  • Bulk create and mail enable distribution lists

    Does anyone know of a decent script to mass create and mail enable distribution lists?  Either by excel or csv?  Thank you.

    Hi,
    You can check the repository for pre-written scripts:
    http://gallery.technet.microsoft.com/scriptcenter
    If you can't find what you're looking for there, there should at least be something you can take to start writing your own.
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • Send mail to distribution list using UTL_MAIL.SEND

    Oracle 10.2.0.4.0
    Does UTL_MAIL.SEND support sending mail to a distribution list?. The doc says, the recipient mail-id should be separated by a comma. The distribution list has mail-id separated by a comma. I executed a test case sending a mail to a distribution list, I did not receive any error or exception. I did not receive the test mail as well!!.
    Has anyone used the UTL_MAIL.SEND to send mails to a distribution list?.
    Thanks

    Has anyone used the UTL_MAIL.SEND to send mails to a distribution list?.Oracle RDBMS does not know or care is email address is single recipient or list.
    It sends message to name provided.
    It is up to MTA to deliver any message it gets.
    Are you 100% certain that message got to MTA & was successfully processed by it?

  • How to send mail to distribution list and another table list

    Hi
    I am facing a problem. I need to send mail to the user who is creating the SO/PO and a distribution list.
    Problem is only one thing can be used at the same time. ie either Distribution list or list from internal table.
    How can we use both in 1 function module. Like it should call the internal table and then the distribution list for sending the mail .
    Regards,
    Varun

    Hi,
    Refer to following link,
    http://www.sap-img.com/abap/make-e-mail-sender-of-po-the-po-creators-name.htm
    http://www.sap-img.com/fu016.htm
    Reward pts. if helpfull.
    Regards,
    Dhan

  • How to send mail to distribution list ?

    Hi Everybody,
    Pls let me know how to send mail to distributed list???
    Thanks & Regards,
    raju<b></b>

    Hi ,
      Use Function Module 'SO_NEW_DOCUMENT_SEND_API1'.
      U need to pass Distribution list to Receiver and 'C' to receiver type refer the below code for clarification.
    Determine the Distribution List.
            gv_rec_list-receiver = gv_distribution.
            gv_rec_list-rec_type = 'C'.
            APPEND gv_rec_list.
    Check if Distribution List is deleted.
            SELECT SINGLE objnam
                     FROM soid
                     INTO lc_objnam
                     WHERE objnam = gv_rec_list AND
                           dlitp  = lc_dli.
            IF sy-subrc = 0.
              CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
                EXPORTING
                  document_data              = gv_doc_data
                  document_type              = 'RAW'
                  put_in_outbox              = 'X'
                TABLES
                  object_content             = gv_obj_cont
                  receivers                  = gv_rec_list
                EXCEPTIONS
                  too_many_receivers         = 1
                  document_not_sent          = 2
                  document_type_not_exist    = 3
                  operation_no_authorization = 4.
              CASE sy-subrc.
                WHEN '1'.
                 message i001(as) with 'TOO MANY RECEIVERS'.
                  EXIT.
                WHEN '2'.
                 message i001(as) with 'DOCUMENT NOT SENT'.
                  EXIT.
                WHEN '3'.
                 message i001(as) with 'DOCUMENT TYPE DOES NOT EXIST'.
                  EXIT.
                WHEN '4'.
                 message i001(as) with 'OPERATION NO AUTHORIZATION'.
                  EXIT.
              ENDCASE.
              Hope this might have helped you.
    Thanks,
    Prashanth

  • Sending mail to distribution list

    HI guys,
    Please look at the coding below..
    l_wa_recieve-receiver = '[email protected]'. " this is the distribution list id "with number of mail ids inside it
        l_wa_recieve-rec_type = 'C'.  "shared dis list
        APPEND l_wa_recieve TO l_it_recieve.
    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
          EXPORTING
            document_data              = "ERROR'
            document_type              = 'DLI'
            put_in_outbox              = c_x
            commit_work                = c_x
          TABLES
            object_content             = l_it_content "this table contains the body of email
            receivers                  = l_it_recieve " this is above
          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.
    Can you just tell me whether it works fine.. And if it is correct how much time will it take to get email in my respective email address..
    I have run this FM by just giving my mail id (not distribution list just giving doctype = 'RAW instead of DLI)
    The FM ran sucessfully without any errors , But I didnot receive any mail in my mail Inbox..
    Can you please help me how to sort it out getting mail in less time..
    Points will be rewarded
    regards,
    nazeer

    HI prabhu,
    there is no numbmer in the waitinh list but number 5 is in the error column in SCOT..
    Can you please tell me what could be the reason..
    regards,
    nazeer

  • Mail for Access Request to O365 SharePoint site not received if a mail-enabled Distribution Lists' email address is provided.

    I have the Access Request feature enabled in my O365 SharePoint site. This functionality is working fine for a single Site Owner's Email-ID and he is receiving the mail in his Outlook with an option to Approve/Deny the request. But when I specify the Email-ID
    of a Distribution List (which consists of all the site owners), the mail is not sent to their respective members although the corresponding request is listed under the Pending Requests in the Access Requests list in Site Settings. Why is this happening and
    if this not possible, kindly suggest a workaround.

    can you specify the DL name instead of the email?
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • Monitoring of task - send mail to Distribution list

    Dear team,
    I have a dynamic action:
    01          06     100     P     **EXPIRY OF PROBATION**
    01          06     102     P     T001P-MOLGA='99'/X
    01          06     105     M     Z0001
    Pls check for me. So, do i fill the field name in field name columm?
    I created feature Z0001
    0001
    0002
    0006
    0019
    DISTR ZDL0001
    IDTXT  Z_Expiry_of_probation
    But it does not work. And futher, i don't know how is the result in Distribution list. Could you share me the screen shot?
    Thank you very much
    Quanglv

    Help me plssssssssssssssssss
    Edited by: Quang Le Vinh on Sep 21, 2009 10:35 AM

  • Dynamic Mail trigger for IT0019 Tasks Reminder.

    Hi PA Experts:
    I have a requirement to trigger a dynamic mail (for the Tasks in IT0019) to the Personnel Administrator to remind the Tasks.
    ex: A mail to be triggered by the system to remind the Administrator as and when the date arrives to followup with the various tasks (such as Probation Confirmation, Appraisal Due, Contract Expiry etc..). Here the mail to be sent to the SAP Inbox and Outlook as well.
    Pls suggest how to configure.
    Thanks and regards,
    Srikanth Reddy

    Hi Srikanth/Shiva/Hems,
    hope u r doing good.
    Configuring Mail Triggering in M0001 Feature is pretty straight forward.
    T001P-MOLGA='10'
    T0000-MASSN='10'
    M0001
    For this to work, Maintain
    Feature M0001
    SBWP - here u ll configure mail addressess , clik the distribution list button.
    RCNEW - here u ll give the value which u configured in SBWP Tcode(M- for mail, V- Distribution list).
    hope u try and it works, pls do update.
    Regards
    Rohit.S

  • Not able to get the alerts in CCMS to distribution lists.

    Hi All,
    I have created the distribution lists -
    >Create Auto reaction Method ->Assigned the distribution list is added in the Parameters
    SENDER                 DDIC
    RECIPIENT              CCMS_2
    RECIPIENT-TYPEID       C
    REACT_ON_ALERTS        RED
    SUBJECT_ALERT          $SID: RED Alert for System $NODENAME  ,
    SUBJECT_ALERT_CONT     $NODENAME
    TIME_ZONE              EST
    and Assigned to auto reactions method But there alert are not generated to CCMS_2 distribution lists.
    Regards,
    Neni

    Hi Jagadish.
    Have you maintained an Email id for the user DDIC in SU01?
    Where do we need to add ?(I need alerts for  2 Email ids )
    Have you checked whether you are able to send mail to distribution list directly from SBWP?
    how can i test this?
    Regards,
    Swaroop

  • Best practice for Active Directory User Templates regarding Distribution Lists

    Hello All
    I am looking to implement Active Directory User templates for each department in the company to make the process of creating user accounts for new employees easier. Currently when a user is created a current user's Active directory account is copied, but
    this has led to problems with new employees being added to groups which they should not be a part of.
    I have attempted to implement this in the past but ran into an issue regarding Distribution Lists. I would like to set up template users with all group memberships that are needed for the department, including distribution lists. Previously I set this up
    but received complaints from users who would send e-mail to distribution lists the template accounts were members of.
    When sending an e-mail to the distribution list with a member template user, users received an error because the template account does not have an e-mail address.
    What is the best practice regarding template user accounts as it pertains to distribution lists? It seems like I will have to create a mailbox for each template user but I can't help but feel there is a better way to avoid this problem. If a mailbox is created
    for each template user, it will prevent the error messages users were receiving, but messages will simply build up in these mailboxes. I could set a rule for each one that deletes messages, but again I feel like there is a better way which I haven't thought
    of.
    Has anyone come up with a better method of doing this?
    Thank you

    You can just add arbitrary email (not a mailbox) to all your templates and it should solve the problem with errors when sending emails to distribution lists.
    If you want to further simplify your user creation process you can have a look at Adaxes (consider it's a third-party app). If you want to use templates, it gives you a slightly better way to do that (http://www.adaxes.com/tutorials_WebInterfaceCustomization_AllowUsingTemplatesForUserCreation.htm)
    and it also can automatically perform tasks such as mailbox creation for newly created users (http://www.adaxes.com/tutorials_AutomatingDailyTasks_AutomateExchangeMailboxesCreationForNewUsers.htm).
    Alternatively you can abandon templates at all and use customizable condition-based rules to automatically perform all the needed tasks on user creation such as OU allocation, group membership assignment, mailbox creation, home folder creation, etc. based on
    the factors you predefine for them.

  • Distribution list

    Which field stores the value of distribution list ?
    Actually i want to pass distribution list when i send an attachment from my custom program not a singlre recipient.

    For sending the mails to the distribution list use the FM
    <b>'SO_NEW_DOCUMENT_ATT_SEND_API1'</b> where give the REC_TYPE  = 'C'.
    Here SGD_BUS_ANLT, SGD_SAL_MNGR etc are the distribution list.
    Check the sample code:
    *Sending mails to distribution list*
        PERFORM f1001_mail_distribution_list.
      DATA: lws_docdata   LIKE sodocchgi1,
            li_objpack    LIKE sopcklsti1 OCCURS  1 WITH HEADER LINE,
            li_objhead    LIKE solisti1   OCCURS  1 WITH HEADER LINE,
            li_objtxt     LIKE solisti1   OCCURS 10 WITH HEADER LINE,
            li_objbin     LIKE solisti1   OCCURS 10 WITH HEADER LINE,
            li_objhex     LIKE solix      OCCURS 10 WITH HEADER LINE,
            li_reclist    LIKE somlreci1  OCCURS  1 WITH HEADER LINE.
      DATA: lws_tab_lines  TYPE i,
            lws_doc_size   TYPE i,
            lws_att_type   LIKE soodk-objtp.
      CLEAR: lws_docdata, li_objpack, li_objhead, li_objtxt, li_objbin,
           li_objhex, li_reclist, lws_tab_lines, lws_doc_size, lws_att_type.
      REFRESH: li_objpack, li_objhead, li_objtxt, li_objbin, li_objhex,
               li_reclist.
      lws_docdata-obj_name  = text-019.            "EUC
      CONCATENATE co_01 text-018 co_10 text-018 ws_conf_year
                                                 INTO ws_conf_date.
      CONCATENATE text-006 ws_conf_date INTO lws_docdata-obj_descr
                                                 SEPARATED BY space.
      CONCATENATE text-007 ws_conf_date text-008 INTO li_objtxt
                                                 SEPARATED BY space.
      APPEND li_objtxt.
      CONCATENATE text-009 text-010 ws_conf_date INTO li_objtxt
                                                 SEPARATED BY space.
      APPEND li_objtxt.
      DESCRIBE TABLE li_objtxt LINES lws_tab_lines.
      READ     TABLE li_objtxt INDEX lws_tab_lines.
      lws_docdata-doc_size = ( lws_tab_lines - 1 ) * 255 +
                                                      STRLEN( li_objtxt ).
      CLEAR li_objpack-transf_bin.
      li_objpack-head_start = 1.
      li_objpack-head_num   = 0.
      li_objpack-body_start = 1.
      li_objpack-body_num   = lws_tab_lines.
      li_objpack-doc_type   = text-020.              "RAW
      APPEND li_objpack.
      li_reclist-receiver = text-014.                "SGD_BUS_ANLT
      li_reclist-rec_type = text-021.                "C
      APPEND li_reclist.
      li_reclist-receiver = text-013.                "SGD_SAL_MNGR
      li_reclist-rec_type = text-021.                "C
      APPEND li_reclist.
      li_reclist-receiver = text-012.                "SGD_SAL_SUPT
      li_reclist-rec_type = text-021.                "C
      APPEND li_reclist.
    li_reclist-receiver = sy-uname.
    li_reclist-rec_type = text-022.                "B
    APPEND li_reclist.
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = lws_docdata
          put_in_outbox              = c_x
          commit_work                = c_x
        TABLES
          packing_list               = li_objpack
          object_header              = li_objhead
          contents_bin               = li_objbin
          contents_txt               = li_objtxt
          receivers                  = li_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                     = 8.
      IF sy-subrc <> 0.
        wa_idoc_status-status = co_stat_appl_err.
        wa_idoc_status-msgty = c_stat_err.
        wa_idoc_status-msgid = c_msg_class_spa.
        wa_idoc_status-msgno = co_001.
        wa_idoc_status-msgv1 = text-023.
        CASE sy-subrc.
          WHEN 1.
            wa_idoc_status-msgv2 = text-024.
          WHEN 2.
            wa_idoc_status-msgv2 = text-025.
          WHEN 3.
            wa_idoc_status-msgv2 = text-026.
          WHEN 4.
            wa_idoc_status-msgv2 = text-027.
          WHEN 5.
            wa_idoc_status-msgv2 = text-028.
          WHEN 6.
            wa_idoc_status-msgv2 = text-029.
          WHEN 7.
            wa_idoc_status-msgv2 = text-030.
        ENDCASE.
        wa_idoc_status-msgv3 = space.
        wa_idoc_status-msgv4 = space.
        ws_flag = c_x.
        EXIT.
      ENDIF.
    Regards,
    Prakash.

  • Cl_bcs with Distribution List

    Hello everyone,
    We have used cl_bcs to create a mail program. Our customers want to use this program to send mails to distribution lists exist in SAP system. Is there any method/way to do this inside cl_bcs?
    Thank you.
    PS : I have checked create_rml_adress but couldn't figure out whether it does what I need or not.

    In your program, you could retrieve the SAP distribution list with ABAP Code, loop through it and add the addresses to your recipient list for BCS program.  However, wouldn't it be simpler to maintain these in your email system, and send the email to specific lists in mail system?   To utilize this, you need to supply only one email address to BCS, the recipient being the distribution list in the email system.   I've tried both ways and the email list works better, IMHO, since someone doesn't have to maintain SAP list to change recipients.

  • In the upgrade to Yosemite, the distribution list feature in mail appears to have been eliminated.  Any suggestions?

    Prior to upgrading to Yosemite, mail allowed you to select all from a contact group and paste the e-mail address of the group to an e-mail send field.  This "distribution list" feature does not seem to work in this new system.  Any suggestions?

    You can see a detailed comparison between MobileMe and iCloud, plus general information and some links to Apple Help pages, here:
    http://rfwilmut.net/icloud
    Question 2 would be best asked as an individual question in the hope of attracting the attention of someone who is in the same situation and can give you a practical answer: question 3 would best be asked in the iPhone forum.

  • How to send a Weekly E-mail to a Distribution list from Sharepoint by collecting all the events available in all Sharepoint calendars

    Hi,
        I have created many Calendars in my Sharepoint site like Meeting Calendar, Downtime Calendar etc. I will be creating some events in these calendars every week. My requirement is to collect all the events available in the calendar for that week
    and send a weekly mail with all this events to the distribution list
         Is this requirement can be done using the Sharepoint designer workflow or does it require any code related activities to accomplish this? If so can you please provide me the Steps by step process to complete this and can you also share
    the code in case if you have it
    Thanks in Advance

    Hi,
    Try with worklfow timer control and send mail to weekly.(Performance good)
    http://infomoss.blogspot.in/search/label/Workflow2010
    one more option try with Timerjob..(if no way use it)
    http://infomoss.blogspot.in/2013/05/companymicrosoft-todo-update-copyright.html
    http://infomoss.blogspot.in/2013/01/webclient-sharepoint-2010-read-image-uri.html
    Thanks
    Jaison A
    http://infomoss.blogspot.in

Maybe you are looking for