Add BP in a target group at account creation

Hello experts !
I'd like to know how in java or ABAP I could automatically add a BP in a target group when the account is created. The BP should after that use a campaign code associated with the target group, immediately after account creation.
Thank you for your help !
Julien

Hi Julien,
You will have to either create a custom program which gets triggered whenever there is any new BP created and then that program should execute the refresh of the target group.
Or you setup the frequency of the Target group refresh in background to to say hourly.
I am sorry i don;t see any other solution approach to this.
rgrds,
Randhir
Edited by: Randhir Soni on Jun 17, 2011 4:28 PM

Similar Messages

  • Add business partner to target group - some data missing

    Hello,
    I created a target group. This target group includes data of person and the associated data of organization (for example: city, street, ...). Now I want add some other person. I have two opportunities when I have open the target group:
    1. In the table of the target group
    In the column "Business Partner ID" I can open the input help and search the person which I want add zu the target group
    2. In the view of the target group
    On the top there is a button "Import Business Parterns", there I can upload txt files with the bp-no. from the person.
    It works only the first possibility. There are all data of person and organization included.
    At the second possibility there are the data of person included, but it lacks the data of organization and I don't know why.
    Does anybody know, what's the problem? Is it standard or is it a bug?
    Thank you in advance.
    Best regards, Jasmin

    For information:
    When you want add business partner by file upload to the target group, in the SAP standard the target group can handle only one ID, either the account ID or th contact ID. So when I add some contact IDs by file upload to the target group then I miss the data of the account. So, I have to build up the same target group a second time.

  • Using custom fields to create Target Groups?

    Hi Experts,
    I might be missing something but I couldn't find anything in the different help guides, so if anyone saw that please help!
    Do you know if it is possible to edit the available fields to search/filter Contacts, Accounts etc. when trying to add them to a Target Group?
    We are currently not really using any Marketing-related features but this will be a focus for us in a few months so we are having a closer look at this area. There might be some other settings in the Admin/Project Scope etc. that I am missing and need to check and activate.
    We have some custom fields integrated with our on premise SAP CRM system which are heavily used by our marketing departments for extracting Contact lists, this is why we would like to see how we could reproduce this in C4C.
    Thanks a lot in advance,
    JB.

    Hi JB,
    You can go to => Marketing => Target Groups => Your Group => Members => Personalize => Start Personalization => Add => Add Contacts => here you can select the field you want to change/hide, you can also drag and drop a field to change its order on the screen => Personalize => End Personalization.
    Please find attached file with only a few changes that I did on that screen.
    Best Regards,
    Cristiano Rosa

  • Target groups

    Hello,
    I have to create different target groups. How can I merge two target groups to one?
    I need this because I created a target group of account with different criterias. Then I created a target group of the related contact persons. This target group I want to merge with another target group.
    Thanks
    Regards
    Philipp

    Hi Srini,
    your Link is pointing to Transaction Templates. I think you wanted to point to [Target Groups|http://help.sap.com/saphelp_crm50/helpdata/en/dc/ed0b3bcbe24b74e10000000a114084/frameset.htm].
    Phillip: You can create a new Profile group and then drag & drop your previously created Target groups into that Profile. Then you can create a Target Group for the Profile group.
    Regards
    Gregor

  • Member of Target Group: Contact record updated

    We are creating a target group for a Campaign and several of the contacts had to be updated (changed Companies "Account" for instance) and the new data for that contact is not reflected on Members list, shows old data (old Company "Account").
    Without removing the member and re-adding, are we missing something or once they are added it holds the old data?
    We can find this down the road to be cumbersome when copying target groups and/or when using the same target group for other campaigns
    if a contact record is updated and the information is not matching to the member data.
    Any insight appreciated!

    Hi Gina,
    once the members are added to a group and after if you do any changes on the master data these changes wont reflect in the group already created, you should remove and save the group after again add back this time the new changed data will be updated.
    hope this clarify your issue.
    Regards,
    Suresh

  • How can I add a new user to my managed account?

    *There is an existing skype user.  i.e She already has a skype account
    *I have a Skype Manager account and want to provide her with SkypeCredit
    *I am having trouble doing that.  It seems that I can add a new member to my group only if they are a new user (i.e. they get a new skype address). Then I seem to have learned that this might not be possible if I or they (?) are in the US.
    Will someone clarify this?
    Skype support tells me that: 
    "Reymark C: I am afraid adding members in somewhere in US is no longer available."
    Is this somewhere on the help pages that I missed.  Being logged-in, skype knows where I am (or where I list my home as).  Why did it let me waste so much time struggling with this?
    Also, why is there this restriction?
    ...after much other talk.....
    L JEPSON: Question: Can I add skype credit to another person's account?
    Reymark C: That;s only possible once he is already added to your manage account.
    L JEPSON: You said I cannot add members in the US.
    Reymark C: Those are only possible outside US.
    L JEPSON: So I can not add anyone to my manager account, b/c I am in the US, correct?
    Aside, why can't the skype support use skype-screenshare?  I wanted to show what I saw.  Instead, we had me sign some online contract, gave control of my computer to the support person.  Spent a fair amount of time doing this.   Enable your users to use skype to see our screens, please, Microsoft.  You can still record the conversation and record the screenshare, can't you?

    Team license links that may help
    -manage your team account http://forums.adobe.com/thread/1460939?tstart=0
    -Team Installer http://forums.adobe.com/thread/1363686?tstart=0

  • Authorization Error while exporting a target group to local file

    Dear All,
    When we tried to export a created target group to local file, system gave an error message: "Authorization required. See SAP Note: 697572".
    In this note, it tells that we should add certain authorization entries into the Java policy file under: \lib\security. It mentioned:
    Authorization              Target name       Action
    RuntimePermission                                modifyThread
    PropertyPermission        user.dir           read
    FilePermission            <<ALL FILES>>   read
    FilePermission            <<ALL FILES>>    write
    RuntimePermission                                  shutdownHooks
    And what we put into the policy file is as below:
         permission java.util.PropertyPermission "user.dir", "read";
         permission java.util.FilePermission "ALL FILES", "read";
         permission java.util.FilePermission "ALL FILES", "write";
         permission java.util.RuntimePermission "modifyThread";
         permission java.util.RuntimePermission "shutdownHooks";
    We are not sure about whether we should put  <<ALL FILES>> or ALL FILES, but tried both way and still didn't work.
    Could you please share your experience on this?
    Thanks!

    Tried again and it worked.

  • Enhance output of Target Group opened in segment builder

    Hello Experts,
    We are implementing SAP CRM Lean Marketing using CRM 7.0. Our business requirement is to do segmentation based on Company attributes and Relationship Category. The output of the target group should enlist the persons related to the Company based on the relationship category selected while doing the segmentation.
    Using standard InfoSet CORM_MKTTG_BP_ORG_CDE and while creating data source selecting BUT000_PER-PARTNER_GUID in the field business partner, we are able to get the list of persons matching the segmentation query (based on the relationship category e.g. Has Supplier, Has Contact Person, etc) . But the issue is , the output of the target group (shown as an ALV grid , when the target group is opened in segment builder) only enlists matching Persons, it does not enlist the related company ID /name in front of the Person ID in the output of the target group. And this Company BP ID is not available if I try to modify the output layout. So business is unable to understand the Person enlisted in TG belongs to which Company. Can we enhance this ALV grid output of the target group displayed in segment builder ? if yes , how can it be achieved ? If this is possible and we are able to add related company BP ID/ name in front of every person enlisted in the target group then our issue gets resolved. Or is there any alternative solution to resolve this issue ?
    Highly appreciate your early response in order to resolve this critical issue.
    Thanks and Regards
    Ambar
    Edited by: AMBAR ADHAV on Sep 10, 2011 11:52 AM
    Edited by: AMBAR ADHAV on Sep 10, 2011 2:21 PM

    Naresh,
    Thanks for the response.
    As per your suggestion I made additions to my z Infoset , and added all the fields you suggested.
    While creating the data source I selected following fields
    Business Partner: BUT000_PER-PARTNER_GUID (as my requirement is to return Persons and this field works with only GUID)
    Reference Object: BUT051-RELNR
    Reference Object Type:  BUT051-RELTYP
    Now when I create the target group with this data source unfortunately I am still not getting the the relationship number when I click in Show assigned Objects in the target group screen of web UI.
    Please suggest where I am going wrong
    Thanks
    Ambar

  • Enhance output of Target Group in segment builder

    Hello Experts,
    We are implementing SAP CRM Lean Marketing using CRM 7.0. Our business requirement is to do segmentation based on Company attributes and Relationship Category. The output of the target group should enlist the persons related to the Company based on the relationship category selected while doing the segmentation.
    Using standard InfoSet CORM_MKTTG_BP_ORG_CDE and while creating data source selecting BUT000_PER-PARTNER_GUID in the field business partner, we are able to get the list of persons matching the segmentation query (based on the relationship category e.g. Has Supplier, Has Contact Person, etc) . But the issue is , the output of the target group (shown as an ALV grid , when the target group is opened in segment builder) only enlists matching Persons, it does not enlist the related company ID /name in front of the Person ID in the output of the target group. And this Company BP ID is not available if I try to modify the output layout. So business is unable to understand the Person enlisted in TG belongs to which Company. Can we enhance this ALV grid output of the target group displayed in segment builder ? if yes , how can it be achieved ? If this is possible and we are able to add related company BP ID/ name in front of every person enlisted in the target group then our issue gets resolved. Or is there any alternative solution to resolve this issue ?
    Highly appreciate your early response in order to resolve this critical issue.
    Thanks and Regards
    Ambar
    Edited by: AMBAR ADHAV on Sep 10, 2011 11:53 AM
    Edited by: AMBAR ADHAV on Sep 10, 2011 2:22 PM

    Hello Experts,
    We tried implementing BADI CRM_MKTTG_SEG_MEM_EX in order to add Company ID/ Name , but the issue is the BADI gets Input as persons BP id, nothing else, due to this if a person is having relationships with multiple companies, the BADI is unable to identify which company to choose as Relationship Category is not available to the BADI. And further issue is if a Person is having same relationship category with 2 companies e.g. Supplier for company A and for Company B too , in this case too the BADI is unable identify correct Company to return to the target group output
    Is there someting in the Infoset that can resolve our issue ? How can I make available the fields in the infoset to the ALV output of the target group. Using SQ02 I am able to add fields to the field groups for selection in segmentation, but can anyone guide, how to make the field available in the output list ?
    Please provide your technical assistance
    Thanks
    Ambar

  • Issue in Target Group creation of contact persons

    Hi,
    I am working on CRM 5.0. Using the segment builder creating target group to be attached to the campaign.
    I have created one target group of organizations with Marketing attributes attached to these BPs.
    Using this organizations target group as Master Group I am creating one more target group of contact persons of these organizations (using Contact persons relationship). The issue here is, out of these contact persons I require only those contact persons having interest in classical music. I have maintained this attribute in the BP master data of these contact persons.
    While creating the target group of such contacts in segment builder I am using this attribute to filter the data but I am getting all the contacts without any filter applied. My requirement is to only get those contact persons (belonging to the master group of organizations) having interest in classical music. Can anyone suggest how to achieve this?
    With regards
    Ambar Adhav

    Folks,
    We have implemented Accounts & Contact Management (BP) in our CRM System. Here the Issue is the Business User Can able to create an Account Successfully from Portal but when he is trying to create Relationship - "Has Contact Person" the following error has got occured -
    500 SAP Internal Server Error
    Error msg - Inconsistancy between Dictionary Types COMT_BSP_BP_TEL_T AND BAPIADTEL (Type of Termination: RABAX_STATE)
    Could you pls help me out and How can i proceed to scan the issue?
    Srujan
    Edited by: Srujan Kumar on Jan 19, 2008 8:27 AM

  • How to create a target group with all prospects?

    Hi guys,
    I am wondering how do I have to set up my data source when I would like to build a target group in my segment builder which includes all persons/contacts/organizations with the bp role prospect?
    Which infoset do I need to choose in my data source? What do I need to fill under details?
    Thanks a lot for your help.
    Best regards,
    Janine

    Hi Janine,
    What I could understand is that you require to create target group of all BPs having BP role as prospects.
    To do so, you can create an infoset joning tables BUT000 and BUT100. The table BUT100 , has a field "BP Role"->select it, so that it is available when you are creating the attribute list using this infoset.
    Create a data soucre for this infoset. Then when creating a attribute list, include this datasource and under this select the attribute "BP Role". Add filter to this attribute for prospects.
    This filter can be used in segmentation builder in UI to create TG containing BPs having BP role as prospect.
    Hopes this helps you.
    Thanks,
    Apoorv

  • Custom Attributes in Target Group

    Hi,
    we are experiencing an issue during Target group creation: we are unable to see our custom attributes in the Target Group.
    We have an Attribute List created by a Custom infoset; the Infoset is based on a custom Table.
    When we create a profile Set from this Attribute list, the Target Group is created with the correct records number, but when we look at the Target Group we find there only standard attributes, that are not defined in our Attribute List (they seems all BUT000 fields).
    How can we add our custom Field to Target Group Structure?
    I've read someone suggests to enahnce CRM_IM_ADD_DATA_BADI BADI: this is the only possible option? there is a way to do it using SPRO transaction?
    Thanks and regards,
    Francesca

    Hi Francesca ,
    Thanks for reporting your concern.
    When the target group is displayed on the WebUI, the system uses a standard structure crmt_mkttg_genil_tg_i_enhance. The fields available for selection comes from this structure. In this structure there are some 30 user fields provided which can be filled through the badi 'CRM_MKTTG_SEG_MEM_EX'. Using this badi you can display the required Custom details.
    Hope this helps.

  • Target group changing

    Hello All,
    I've created TG "My TG" and attached it to a campaign "My campaign". I released campaign and transffered a group to a channel(call list in my case)
    After that I want to add additional BP to "My TG" and attach this group to the same campaign.
    According to help.sap.com I should delete the target group from campaign , change it and attach it again.
    But when I tryed to delete TG from campaign I got error message "Segment already transfered to a channel".
    Some suggestion?
    Is there some another way to add additional BP's to existing  target group and attached it to the same campaign?
    Thank you very much

    And to just make it more clear :
    and here is the SAP help on the subject:
    Transport Layer in ABAP Workbench
    The Change and Transport System supports the distribution of development work on large projects across multiple SAP Systems.
    The packages in each development system are grouped into one transport layer.
    The transport layer determines whether objects are assigned to a local or transportable change request.
    Use
    Each of your SAP development systems is assigned a transport layer as its standard transport layer. If you use Extended Transport Control, you can assign different standard transport layers to certain clients.
    You can define at the most one consolidation target for each SAP System and transport layer.
    When you create a package, it is assigned the standard transport layer of the SAP System.
    If you want to assign a different transport layer to a package, you require the administration authorization for the Change and Transport System.
    The objects in a package automatically have the transport attributes defined for the corresponding transport layer.
    If a consolidation route originating in their SAP System is defined, then the objects are assigned to a transportable request, and transported into the consolidation target when it is released.
    If a consolidation route is not defined, the objects are assigned to a local request, and are not transported.
    Customizing settings are not assigned to a package. They have the transport attributes of the standard transport layer of the system or client.
    It is best to assign a package a standard transport layer for which a consolidation route originating in the development system is defined.
    To display and maintain the transport layers and routes, use the Transport Management System (transaction STMS).
    Only the system adminstrator can make changes.
    Caution:
    The tables TSYST, DEVL, TWSYS, TASYS are no longer productive as of Release 4.0A and cannot be maintained.
    Best regards,
    Menelaos

  • Creating the Target group

    Hi ,
    i would like to create the target group in segment builder.i got the list of business partners.how to create the target group using this list(excel sheet)
    your help would be appreciated.
    Thanks,
    kenny

    In CRM4, Segment Builder (CRMD_MKTSEG)
    Create New Profile Set
    Right click in main window area and select Create Target Group
    Right click on New Target Group, select Properties
    Click on the Load File and Create New Target Group tab
    Follow directions there:
    The file must contain a column with BP number or BP GUID.    
    The file must be an ASCII file (e.g. *.txt or *.csv).        
    The first line of the file must contain the column heading.  
    The columns must be separted with ; or ,                     
    The new target group receives inactive status.                                                                               
    BP Column                                                                               
    Action          1 Add Business Partner to Target

  • Target groups in Marketing....Urgent

    Hi,
    I have created a Profile set and Target groups  in the profile set. i have executed the campaign for that.
    My Question, is can i add the target group created earlier to the another profile set, if so How?
    I am in urgent need of documentation of the same.
    Regards
    Yaswanth.k

    Please read carefully the rules regarding target groups in CRM Segment Builder:
    <i>-A target group can exist without reference to a profile. If so, it must however reference a profile set ("lies in profile set..") or as a subset, if present ("is attached to profile set ...").
    -If a target group is created with the profile set reference "is attached to" (that is, to a subset), it will have the status "active"; and any available target groups of the profile of the subset will be set to "inactive".
    -A target group with profile reference always has a set reference ("lies in profile set ..").
    -A target group with profile reference cannot be attached directly to a profile set.
    Within a profile set, a target group without profile reference is represented by an icon indicating a single target group.</i>
    <i><b>-You cannot move target groups from one profile set to another, however you can copy existing target groups.</b></i>
    The documentation is available here:
    http://help.sap.com/saphelp_crm50/helpdata/en/b6/ef0b3bcbe24b74e10000000a114084/frameset.htm
    If by "add target group to another profile set" you mean to say "COPY target group to another profile set", then yes it is possible to do it.
    As for the "how" ... please read the help again:
    <i>To copy a marketing segment, select the required segment in the staging area of the Segment Builder and choose either the Copy pushbutton or choose Copy Segments from the context menu. If no individual segments are selected, the entire profile set is copied.
    You can choose whether the copied segments are created in a new profile set, an existing profile set, an existing subset, or in a new subset of an existing profile set.</i>
    http://help.sap.com/saphelp_crm50/helpdata/en/1c/611d429e66da2ce10000000a1550b0/frameset.htm
    Hope this helps,
    Rahul
    PS. Please mark all helpful answers. If you question has been answered, please mark it as such so that the forum stays clean!

Maybe you are looking for