Distribution list folder, what table is it in?

Hello all,
I am creating a report that will list all of the distribution lists, along with the content of the list.  I've tracked down the name, description, and contents.  But I have been unable to find the name of the folder in which the distribution lists were created.  I started with tables SOID and SOOD.
Can someone tell me how to determine the folder name?
Thanks
Bruce

Bruce,
Check SOOF  SAPoffice: object folder
SOFD     SAPoffice: Object Definition
SOFM     SAPoffice: Folder contents
SOOD     SAPoffice: Object definition
SOUD     SAPoffice: user definition
K.Kiran.

Similar Messages

  • 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

  • Edit an "intelligent group" in the "edit distribution list"

    Dear all,
    how can i edit members of an "intelligent group" in the "edit distribution list"?
    What I try to find out is if it is possible to edit members with more than one email adress like it works for a normal group.
    I managed to get the "edit distribution Llist" button in the adress book enabled, but I can't edit an "intelligent group".
    System:
    Mac OS X 10.7.2 (Lion)
    Thanks in advance.

    If you want to allow edit functionality of attached files without development work, you can tell your users to attach folders instead of documents. When the folder is opened from the detail screen the edit locally functionality is available for the folder's content through the standard hover menu. Of course the task description would have to include instructions on which file to edit. Not perfect, but could be a solution.
    Henning

  • How to send a broadcast message to public distribution list?

    I set up a Pulic distribution list in Unity system, but what extension number should I dial to send a publick distribution list? What is the public distribution list number?
    Thanks for any input.

    Log to Unity (press the Messages button and type your password). It will prompt you what is the button that you need to press to send a message (by default is 2), press that number, now it will prompt you to spell the name of the person or the distribution list. You can press ## (# key twice) to change to enter the extension.
    If you go to the SAWEB and search for your Distribution List you will see that you can add and extension.
    So by following the above instruction you can send a message by spelling the name of the DL or entering the extension of the DL.
    HTH
    //Jorge

  • Reports distribution lists

    Hi
    Does anybody know if it is possible to populate a report's distribution list, from a table, at run time?
    If it is possible, how do you do it?
    Regards
    Kelv

    Hi Kevin,
    This good doc shows the correct service
    https://supportforums.cisco.com/docs/DOC-1955
    Cheers!
    Rob

  • How do you get past the product distribution list error on iMovie to download updates?

    I am trying to set up a number of new computers at a school. They came with iLife already installed but when I try to do the updates I can not update IMovie because of an error that says the product has not been registered on the product distribution list. What do I need to do on all of these new computers so I can update iLife when needed?

    They came with iLife already installed
    Updates can only be installed from the same Apple ID that was used for the original purchase of the apps.

  • What tables store the email addresses for a distribution list?

    Can someone please tell me the table or tables used to store the email addresses for a distribution list
    I have a requirement in BW to send an email to a person who starts a process chain.   One to many people will be able to do this and the requirement is to have the email only go to the person who executes the Process chain.    I would like to dynamically maintain the distribution list in my job.

    Here is piece of code i used one of my program to fetch email address from distribution list
      if not soid-objnam is initial.
        call function 'SO_DLI_READ_API1'
          exporting
            dli_name                   = soid-objnam
            shared_dli                 = 'X'
          tables
            dli_entries                = i_distlist
          exceptions
            dli_not_exist              = 1
            operation_no_authorization = 2
            parameter_error            = 3
            x_error                    = 4
            others                     = 5.
        if sy-subrc ne 0.
        else.
          loop at i_distlist.
            if i_distlist-member_adr is initial.
              move i_distlist-member_nam to i_user-bapibname.
              call function 'BAPI_USER_GET_DETAIL'
                exporting
                  username = i_user-bapibname
                importing
                  address  = wa_address
                tables
                  return   = i_return.
              move wa_address-e_mail to wa_receiver-receiver.
              append wa_receiver to i_receiver.
            else.
              move i_distlist-member_adr to wa_receiver-receiver.
              append wa_receiver to i_receiver.
            endif.
          endloop.
        endif.

  • What is difference between distribution list and share point group? Can we add distribution list into person and group column of share point list?

    what is difference between distribution list and share point group? Can we add distribution list into person and group column of share point list?

    there is a workaround you can try, create audience and add DL to them and deal with the audience or convert DL to groups
    https://social.technet.microsoft.com/Forums/en-US/02f0d773-8188-4d94-a448-0c04d838b0cf/distribution-lists-in-sharepoint?forum=sharepointgenerallegacy
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • Table for Distribution List

    Hi all,
    Can anybody tell me the table where the "Distribution List" data is stored.
    Regards,
    Sunny

    HI amit,
    I am not able to find the tables for distribution list where for a particular list, all the email ids are stored which are included in that particular distribution list.
    I have searched all the tables starting from SO*.but could nt able to find.
    The table SOOD just gives me the header data of distribution list.
    If you can give the tables for line items it will be a great help.
    Regards,
    Sunny

  • Unable to create shared folder when creating distribution list

    Hi,
    I am trying to create a new Distribution List in ECC  using T-code SO23.
    The system is not allowing me to create a new Shared Folder (step in creating the DL).
    Instead, I get a message saying 'Folder does not exist' (message code :SO 005)
    I do not have this issue in either the  000 client or in the quality system. I check the authorization objects and general SAP Ofiice settings. Everything looks identical between the systems.
    I would appreciate if any of you have any suggestions/advice?
    Thanks you
    Carrie.

    Hello,
    The following errors occurrd on our D* & Q* system, and SAP recommended that I run program RSSOPRRP (Check and repair the SAPoffice profile SOPR.).  It resolved our issue. 
      Errors: 
      WK308 - Folder Shared folders is no longer available
      SO005 - Folder does not exist
    You might give it at try.  If you still have an issue, open a OSS message.
    Regards,
    JCruz

  • Distribution List Table

    Team,
    I'm looking for the table that contains the information in Distribution List from SO23.
    I will be grateful if I get your response.

    It is too late to reply
    But if the problem still unsolved try this:
    REPORT  ZTESTALE.
    data ls_member type SODM1.
    data lt_member type table of SODM1.
    data ls_dli_id type SOODK.
    data ls_objpara type SELC.
    data lt_objpara type table of SELC.
    data ls_objparb type SOOP1.
    data lt_objparb type table of SOOP1.
    CALL FUNCTION 'SO_DLI_READ'
    EXPORTING
       DISTRIBUTIONLIST                 = 'PIPPO' "DLIST NAME
       DLI_ID                           = ls_dli_id "Empty if it is a system dlist
       OWNER                            = sy-uname
       SYSTEM_DLI                       = 'X'
    * IMPORTING
    *   OBJECT_FL_DISPLAY                =
    *   OBJECT_HD_DISPLAY                =
    *   OBJECT_ID                        =
    *   OBJECT_SD_DISPLAY                =
      TABLES
        member                           = lt_member
        objpara                          = lt_objpara
        objparb                          = lt_objparb
    * EXCEPTIONS
    *   ACTIVE_USER_NOT_EXIST            = 1
    *   COMMUNICATION_FAILURE            = 2
    *   COMPONENT_NOT_AVAILABLE          = 3
    *   DL_NAME_NOT_EXIST                = 4
    *   FOLDER_NOT_EXIST                 = 5
    *   FOLDER_NO_AUTHORIZATION          = 6
    *   FORWARDER_NOT_EXIST              = 7
    *   OBJECT_NOT_EXIST                 = 8
    *   OBJECT_NO_AUTHORIZATION          = 9
    *   OPERATION_NO_AUTHORIZATION       = 10
    *   OWNER_NOT_EXIST                  = 11
    *   PARAMETER_ERROR                  = 12
    *   SUBSTITUTE_NOT_ACTIVE            = 13
    *   SUBSTITUTE_NOT_DEFINED           = 14
    *   SYSTEM_FAILURE                   = 15
    *   USER_NOT_EXIST                   = 16
    *   X_ERROR                          = 17
    *   OTHERS                           = 18
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    loop at lt_member into ls_member.
    endloop.

  • What table to find list of CREDIT MEMO REQUEST?

    Hello people,
    I was a given an assignment that deals a lot with Credit Memo request. Just a little help to get me started but what table in SAP can I attain this. Thanks guys and take care.

    hi,
    as said by our friend Ganesh,
    you could find it in VBAK, VBAP.
    Credit memo request is similar to creating a sales order.
    you could also get info through transaction VA01.
    cheers,
    Aditya.
    P.S reward us points if answer was helpful  

  • Creating distribution lists in SAP CRM 5.0 business workplace

    Hi Experts,
    We have CRM 5.0 and I have tried to create distribution lists for
    mailsending.
    After defining a name and a folder (that is then created) for the
    list the recipient list insertion is a following task.
    I can search for partners of different type by F4 help but no
    matter the type of the partner searched - the type that is
    automatically entered to the lists recipents table is "shared
    distribution list". even though the desired type is among others
    in a list other values cannot be selected.
    Please help, is this a setting that can be undone or what might
    be a problem in the procedure that i use in creating a list?
    has anyone else had similar problems?
    Thank You so much,

    i have received an answer from SAP:
    "The reason for the error is a wrong entry in table TBCS_RECIP. To removethis entry, please use the report which is entered in the description
    of note 735795 or delete the wrong entry direct on table TBCS_RECIP.
    After the run of the report or the deletion on table TBCS_RECIP you willnot find further the selection option 'Business Partner' on the F4 help."
    The entry was removed and for Lists business partners cannot be selected at all - as a standard. really sad endeed.

  • 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.

  • 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

Maybe you are looking for

  • How do i create a mask for an application?

    Hello. I pulled out an flex app out of Flash catalyst, and it has several "fx:designLayer"s containing images that slide off the stage. I'd like to hide the images going outside the stage borders with a mask. I tried:    <s:mask>     <s:Group id="mas

  • Using Clipboard content in script

    file:///C:/Documents%20and%20Settings/uSER/Desktop/clipboard%20forum.indd Hi friends, While i am using "find & change or GREP clipboard content" it automated lot of things in Indesign file. But i dont know how can i used in the script. We are using G

  • HT5035 My iTunes account is not showing how much money I have left on my gift card can anyone help

    My iPad does not show how much money I have left on my gift card it used to but not now and I would like to keep track on how much I have, as I don't want the money I use taking out of my bank account, help thanks

  • Post Mac Defender Issues!

    I have just deleted Mac Defender from my desktop... But now my volume is not working  in itunes or otherwise. What should I do?

  • Excluded Items in Time Machine are Still Backed Up

    I setup my Time Capsule last night and in Time Machine Setting I selected my Desktop to be excluded. I just checked my backup today, and I can see all my desktop items in T.M. Any ideas why?