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.

Similar Messages

  • Creating Distribution List in CRM 2007

    Hiya
    Could somebody please help, is there a way to create Distribution List in CRM for a list of emails, contact from the contacts list.
    Thanks in anticipation.
    Regards
    Ranjeet

    Hello Ranjeet
    Transaction code SO23
    X Shared distribution lists
    Name : ZXXXX
    Title : XXXXX Mail Distribution
    Don't enter anything in the Folder field.
    Folder : Click the down arrow
    Next screen :
    Folder Name : ZXXXX
    Folder Title : Mailing address
    Folder Area : Shared
    Click Create Folder
    Next screen :
    Indexing : Tick
    Specify the 'Retention period of a document in this folder (days)'.
    Choose the 'Folder access authorization'.
    Finish, click the Enter button.
    Click the tabstrips 'Distri. list content' to type in your mailing list.
    Save your entries.
    Finally, test it by sending a mail via the distribution list ZXXXX.
    Regards
    Shikha

  • How to create distribution list in workflow? for  sending mail or work-item

    Hi,
    How to create distribution list in workflow? for  sending mail or work-item to multiple users.
    Regards,
    Surjith

    Hi Surjith,
    A.Working with Distribution Lists Creating a Distribution List.
    1 Businees Workplace->shared folder - create new subfolder name = WF_distributor
    2.Then click on the distribution list in Businees Workplace.
    say create Name = WF_Vliste
    folder Name = WF_distributor
    3.distribution list content tab
    Enter Recipient (SAP User ID)
    B.Wrkflow Builder
    Find out the dialig step in which u want to use distribution list
    Use workflow Rule 30000012 (SWX_READ_DLI).
    Maintain the binding from workflow container to rule container.
    Just pass the name of the distribution list from WF to Rule container.
    Regards
    Sagar S

  • How to create Individual Object in SAP CRM

    Hi Experts,
    Can some one please let me know the procedure to create Individual Objects in SAP CRM. I mean I want to know the function modules or classes to create Individual Objects.
    My requirement is like this: I want to create an Individual Object first and then create an Installed base and assign the Individual Object to Installed base.
    I need ABAP code to do the above tasks.
    Thanks in advance.
    Nadh.

    Could you please share your solutions?
    Thanks

  • How to create switch documents in SAP CRM?

    Hi,
    I'm trying to create switch documents in SAP CRM. I'm using method CL_CRM_ISU_ORDER_DEREG=>CREATE_SWITCH_MESSAGE but one of the parameters is CONTEXT...
    Someone knows how this parameter should be filled?
    Thanks,
    André

    Hi Andre,
    the class CL_CRM_ISU_ORDER_DEREG is used by the classes of the utilities process framework to create a switch doc in the context of a process. The context parameter is a reference to the process context. The class CL_CRM_IU_PR_CNTR_START, for example, uses  CL_CRM_ISU_ORDER_DEREG in the ON_POD_CHANGED method to create a switch doc.
    While it is possible to set up a process context in a custom program the real question is what are you trying to achieve? Maybe it is easier to solve your requirement in the context of the process framework that to start from scratch.
    Are you aware of the concepts underlying the utilities process framework? If not have a look at the following documents:
    Process Framework in Contract Management - SAP CRM for Utlilities
    https://websmp210.sap-ag.de/~sapidb/011000358700001113322009E/Utilities_Prozess_FW_en.pdf (available at SAP Service Marketplace -> Solutions -> SAP for Utilities -> SAP for Utilities - Product Information -> SAP CRM for Utilities -> Cookbooks&Guidelines -> Utilities_Prozess_FW_en.pdf )
    Best, Christian

  • Procedure to create Individual Objects in SAP CRM

    Hi Experts,
    Can some one please let me know the procedure to create Individual Objects in SAP CRM.
    My requirement is like this: I want to create an Individual Object first and then create an Installed base and assign the Individual Object to Installed base.
    Regards
    Narendra

    Hi Narendra,
    You might not be able to create an Individual object directly in CRM using the SAP GUI, but the way I know of is to use the PC-UI application CRMM_PRD_IOBJECT. So the URL would be something like:
    http://<FQDN>:<port>/sap/bc/bsp/sap/crm_bsp_frame/entrypoint.do?appl=CRMM_PRD_IOBJECT
    once you have created your Iobject here you can try to utilize the same in your installed base.
    Hope this helps!!
    Regards
    Piyush
    PS:Award Points if useful!!

  • Creating Distribution Lists for Email

    I have just migrated from BB. I was able to create distribution lists on the BB and have several in my Outlook. When I sync'd my new iPhone these lists did not get on my iPhone. Is there a way to either create distribution lists or have I missed something?
    Thank you in advance.

    No, you haven't missed anything. There is a 3rd party app called ContactTap that will let you e-mail an entire Contact Group, it was free last week.
    Alternatively, you can create groups and then store them as a single contact if you follow the instructions here:
    http://red66.com/2009/07/how-to-send-group-emails-from-your-iphone/

  • I defaulted input help field (pick list) but SAP CRM still asking for one

    We are running SAP CRM 7.0.
    Some fields as you know are dialog / pick list fields.
    What I mean by this is they are input help fields where you
    can click a little square (in sap crm 7.0) to the right of the text box
    and it brings up a dialog screen of values that you can select from.
    Here is an example screen shot of what I am talking about:
    http://img834.imageshack.us/img834/5676/imageschak.png
    So what I have done is implemented the GETTER function for this input help field so that by default it has a value.
    The code is like so:
    method GET_CURRENCY.
    CALL METHOD SUPER->GET_CURRENCY
      EXPORTING
        ATTRIBUTE_PATH = attribute_path
       ITERATOR       = iterator
      RECEIVING
        VALUE          = value.
          if value eq ''.
            IF sy-langu EQ 'E'.
              VALUE = 'USD'.
            elseif sy-langu EQ 'D'.
              VALUE = 'EUR'.
            ENDIF.
          endif.
    endmethod.
    Here even is a link to this method that I created: Field Currency of Context Node BTADMINH - How to set default
    The method works great it sets the default of the currency to say USD.  When I click the create button to create an opportunity the field currency is set to USD, this is great because it makes my job easier that I dont have to click the input help button and select a currency, it is already there.
    But once I click the "Save" button for an opportunity I get a small error in the error notification box that tells me I need to select a currency!  But why is this happening a currency already exists?  So If I click the input help (the little button) and reselect the currency value USD then save my opportunity this error goes away.
    The question is why does this happen?  I need it so that the default currency value is recognized by the SAP CRM system.  Why do I have to go back in and re-select the currency if it is already set?  Is there some sort of consistency check or something I need to do to eliminate this problem? 
    Here is a screen shot after creating an opportunity with the default Currency set to USD (this means I did not select USD in the dialog input help it was defaulted by the getter method:
    http://img832.imageshack.us/img832/3011/enteracurrency.png
    Only if I go back into edit mode and actually click the little square to bring up the dialog of values and select USD does this error go away.  Why does this happen ?

    I called SET_CURRENCY right after setting my value and the error is now gone. 
      SET_CURRENCY( EXPORTING ATTRIBUTE_PATH = ATTRIBUTE_PATH
                    iterator = iterator
                    value = value ).
    Got the tip from Pieter who has a good blog on SAP CRM: http://sapcrmweblog.blogspot.com/

  • 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

  • How to sync changes in user-created distributions lists when used by multiple Outlook users

    Hi all,
    Thanks for looking at my post. We are using Outlook exchange and Outlook 2010.
    I have created a distribution list that is comprised of 20 members (students) with email addresses outside our organisation. I have sent this list to others in my workteam (Lecturers) and they have added the list to their own contacts group - we
    share this list as we all email the same students for different reasons.
    My issue arises when a student needs to be deleted from the distribution list and I am the first person to find out about it. Ideally, I would like to take the student off and have this distribution list automatically update for the other lecturers instead
    of having to re-send the list to them after it has been edited. As it stands at the moment, each lecturer has to go into the distribution list I originally sent to them to delete the student.
    There has to be an easier way to sync the changes that each lecturer makes to this list.
    Any ideas?
    Thanks in advance
    Sharyn

    You can place the group in a shared Contacts folder so everyone will see the same group.
    Depending on your Exchange infrastructure and working habits, this could be a folder in your mailbox, a Public Folder, Shared Mailbox or even a SharePoint List.
    Robert Sparnaaij
    [MVP-Outlook]
    Outlook guides and more: HowTo-Outlook.com
    Outlook Quick Tips: MSOutlook.info

  • How to create a proxy in sap crm

    Hi All,
    To access an external webservice, i need to create a client proxy in sap crm.
    Can anyone suggest me the steps in creating a proxy and wht are the pre-requisites for creating a proxy.
    Whn am creating a proxy, getting an error as ERROR in HTTP frame work: cl_http_client->send() rc=1.
    suggest me some solution.
    Regards,
    Sanjani

    Please do check the thread mentioned below if it is of any help.
    Re: SOAP to PROXY (Synchronous)
    Rg,
    Harshit

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

  • Creating Distribution Lists

    This is my first use of the Groupwise API's so I am probably missing
    something obvious.
    I am trying to create a new DL. I can connect to the domain database
    and read entries without problem, but when I try and create a DL with
    the following code.
    <excuse the state of the code>
    procedure TForm1.Button3Click(Sender: TObject);
    var
    PS: IADPostOffices;
    P: DIADPostOffice;
    DS: Variant;
    D: DIADDomain;
    sPO: string;
    sDom: string;
    DLS: IADDistributionLists;
    sName: string;
    sDN: string;
    DL: DIADDistributionList;
    nRes: HResult;
    begin
    PS:= FAdmin.PostOffices as IADPostOffices;
    nRes:= PS.ItemByObjectID(FPOID, P);
    D:= FAdmin.Domains.ItemByObjectID(*FDOMID);
    P:= FAdmin.PostOffices.ItemByObjec*tID(FPOID);
    if D <> nil then begin
    DLS:= P.DistributionLists as IADDistributionLists;
    sName:= Edit1.Text;
    sDN:= Edit1.Text + '.SERVICES.CITY.SW';
    sPO:= 'po1.SERVICES.CITY.SW';
    sDom:= 'dom1.SERVICES.CITY.SW';
    nRes:= DLS.Add(sName, sDN, sPO, sDom, DL); <<<=== problems
    Refresh;
    end;
    end;
    The result of this call (nRes) is -2147352567 ($80020009).
    I have tried late binding with the same result.
    Can anyone point me in the right direction.

    There is a setting in the Admin utility for each user to "Define Distribution Lists"

  • Creating Distribution List and Member in Office 365

    Hi Guys,
    My requirements is to write the .Net web-service through which i need to creating the below in office 365 programmatically. Can anyone suggest which way to go. I know there are Rest Web service for it but i need to know whether we can do it through Office
    365 API's.
    1) Distribution List
    2) Member

    You cannot create or modify distribution lists in the Global Address List via the Office 365 APIs. You would need to use PowerShell cmdlets to do this.

  • What is the standard class used to create SALES ORDER in SAP CRM?

    Hello Experts,
    Can anyone suggest me what is the standard class used for creating sales order.
    I have created sales order using the BAPI 'BAPI_SLSTRANSACT_CREATEMULTI' in my report program.
    Now, I have to create sales order using standard classes and methods(my assignment).
    Please suggest the suitable class.
    Regards
    DNR Varma

    Hi Varma,
    You can create crm documents like sales order using BOL interfaces.
    You can check one example at the following thread:
    Create OrderThro BOL
    Check if it helps you a little more.
    Kind regards,
    Garcia

Maybe you are looking for