Send target group to chanel - enh or badi

Hello
I need to make validation before sending target group to chanel.
there should be check on target group be made.
do you know enhancement or badi I can use here?
status of campaign is changed earlier so I can not connect this validation with status change.
system status of sending TG to chanel is changed after sending , so it is too late.
I need to make control before planning job that sends tg to channel.
Any ideas?
regards
Radek

Hi,
system modification need to be done in method for check tg.
regards

Similar Messages

  • Target groups to file

    Hi!
    I am in the Segment Builder and using the function for sending target groups to file. This works fine, but the issue is that I want to have a layout that show fields, not only from standard tables, but also customized tables as well as field from BW. Is there any way to solve this?
    Another issue I have faced when sending the target group to file is that it does not send all business partners. Does anyone know a constraint as to how many fields you can export? The problem may also be that when you open a target group there may be a constraint as to how many business partners are showing.
    To information, I am working with CRM 3.1, but especially for the first question I am interested in the answer regardless version.
    Thank you,
    Camilla

    Hi Camilla,
    I had a similar problem because I want to print a mail out of CRM sorted by ZIP Code. I've opened a OSS Message on this topic and got this answer:
    The sorting is possible, unfortunately, there is no standard code, note available for this purpose. But there is a BADI which can be used for this purpose, the badi is CRM_MKTTG_SEG_MEMBER_EX.
    Here is the details of the BADI & the Interface, where the
    customer has to make the necessary changes.
    Interface : IF_EX_CRM_MKTTG_SEG_MEMBER_EX
    Method select_tg_member_details
    LOOP AT lt_tg_i INTO ls_tg_i.
    IF NOT ls_tg_i-bp_guid IS INITIAL.
    MOVE ls_tg_i-bp_guid TO ls_partner_guid-partner_guid.
    APPEND ls_partner_guid TO lt_partner_guid.
    ENDIF.
    ENDLOOP.
    Before this loop, you can sort the internal table lt_tg_i according to your qown requirements.
    Regards
    Gregor

  • Exclude partners when saving the target group

    Hi experts!!
    I have the following requirement: i need to automatically exlude some contacts (e.g. blocked contacts) when creating a target group.
    Is there any BADI or other exit which is called "on save" of the target group???
    Thank you in advance!!!

    Hi,
    you could also try to build up a Segmentation Basis containing all the partners that can potentially be included in your Target Group. But for low volume segmentation this can get very performance critical if the Segmentation Basis contains many partners.
    I don't believe there is a possibility to directly exclude them when generating the Target Group
    Best Regards
    Klaus

  • Creating New Target Groups in Background - is this possible?

    We are currently working on CRM 4.0.
    We have created some custom infosets for criteria that we wish to segment our data by. However when we try and run this using the segment builder a time-out short dump occurs.
    Does anyone know of a way to create the target groups through the segment builder via a background process that means we could avoid the time out issue?.
    Many Thanks
    Caroline

    Hi Caroline,
    I am sorry. I wrongly wrote it as Segment builder. But, as you correctly said,.... we can send target group to channel in marketing planner only.... not segment builder.
    But, as you are saying that you have a problem in the segment builder when creating the target group........I guess when you right click on the profile set to build the target group, we also have an option,.... something like....."Build target group in background".
    I am not sure, as i am not infront of the system. But, please check for this ......
    Reward points if it helps....
    Thanks.
    Sindhu.

  • Target group to channel

    I have created  a new campaign and assigned products , channels and taget group to campaign.
    i have changed campaign status to ' Released'.
    When i m trying to send Email to Target Group , that option was grayed out . Please le me know if i need any changes .
    Regards,
    Ravi kumar

    Hi Ravi,
    Can you please check for following settings are maintained
    In the Campaign Screen.
    Basic Data Tab
    Piority : high/medium
    Transfer to ERP : Generally should be unchecked
    Status : Released
    Campaign Element Screen
    Channels Tab
    Communication Medium : INT
    Form for Email : ( maintain the mail form which you want to send)
    Work flow task : CA1 Send target group to channel
    Segmentation Tab
    Maintain target Group
    Go to the campaign automation screen using F5
    Drag and drop the start node and element side by side and connect using connection
    In the start node of the campaign automation
    schedule the campaign
    After starting the campaign check the status and log in the start node as well as element in the campaign automation screen.
    Status should be released
    Log should have completed.
    Hope it helps
    Please reward points if it helps.
    Regards,
    Madhu

  • Target Group to Channel Job

    Hello
    When we use the "Target Group to Channel" Job, and assign a template activity that has a product associated, this product isn't copied to the activities created for the job.
    Does anyone can help me?
    Best regards

    I have checked SWU3 and all is OK.
    WS14000060 - Send Target Group to Channel is the workflow that isn't starting.
    I've checked the agent assignment and it is set as general task which is what the implementation document says to do.
    Regards
    David

  • Send data from APD to CRM target groups

    Hi everybody.
    I am trying to make a marketing segmentation of customers in the APD (BI) and I need to send the results to a target group in CRM, my problem is that I can´t see target groups in the u201CData Target CRMu201D.
    I select the Logical System and when I select the Data Target the system shows   CRM error: Data target TARGET_GROUP_FROM_B not known.
    I know that the communication is OK, the RFC is working cause I can see Marketing Attributes (I released data target for replication and maintained attributes) but I don´t know if I need to do something similar with Target Groups of CRM or how.
    Does anyone have an idea how can I see target groups in the window of the Data Target?
    Thanks.

    Does someone have the manual CR900? the manual BW380 sais that there is the information I need, Is there a kind soul that can help me? I will thank it a lot.

  • Sending CRM target group to BW

    Hello,
    Could u pls tell me how to export a target group created in CRM to BW
    Thanks & Regards,
    Raju

    Hello,
    did you get the needed informations?
    I have the same quetion, haw to get the target groups from CRM to BW.
    Thanks,
    Cornelia

  • Custom Attributes in Target Group Email Campaign Not Refreshed

    We have a campaign sending emails to a target group of BPs.  To fill our custom attributes with values  we have implemented our code in badi CRM_IM_ADD_DATA_BADI method CRM_IM_BPSELE.  We tested our code using the Test Send feature from the email form and all worked fine.
    But when we ran the campaign in the background for a Target Group with multiple BPs it would not work correctly, our attribute values were incorrect. 
    We discovered while debugging the job, that the badi gets run once for each BP, but the attribute values from the previous BP do NOT get refreshed.  In fact there are 2 entire sets of attribute records in the CT_ATT_VALUES table parameter.  Each time through it multiplies by another set of our attributes.
    I have put code in the badi as a workaround that deletes the previously filled attributes for the previous BP, but I'd like to figure out what is causing this problem.
    Any help would be appreciated.
    thanks,
    Lee

    Hi Lee,
    Is this issue resolved for you now??
    I am facing the similar problem.
    Though the BADi is not used for these two mails (it is used in some other mail forms), it is actually called in 'CRM_ERMS_MAIL_COMPOSE' Function Module and the process is same as u said. There are 2 sets of values.
    I am using a Mail Alert functionality where in a 'Mail Alert ON' is sent to field engineers (FE) and then upon FE accepting the work we will send a 'Mail Alert OFF' to FEs.
    Problem is, we get one or two fields data incorrectly sometimes. I am not able to find out the root cause yet.
    Please let me know if you have had any resolution to this!
    Thanks in advance.
    Chaitanya

  • Creation of Target group.

    Hi All,
    I having one urgent requirement, we have maintained the Ztable for maintaning the information of Vehicles against Business partners.
    The Fields in the said Ztables are Vehicle type, vehicle Reg Number and BP number.
    I want to send the mails using target group to customer who is having Perticular vehicle type for that i have created Infoset using the Ztable, then i have created the data source for target group still i m not getting the desired result !!!!!!
    please anybody tell me that i  missing any of step for above requirement ???
    how to link up the BP to Ztables fields ???
    How to create the said Target group ???   
    Regards,
    Dipesh

    Hi,
    You can try this alternative solution:-
    Instead of maintaining vehicle type etc in Z table, please crate it as "attribute", and assign it to Business Partners.
    You can use CRMD_PROF_BP transaction to assign Attributes to Business partners.
    Based on the attributes , you can subsequently create the "target group".
    Regards,
    PD
    Pl. Reward points if it helps !!

  • 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

  • Target Group Creation

    Hi Experts
    How we create target group on the basis of Net value and Product. which tables required for creation of Infoset.
    Our requirement is who are buy the particular product more than xxxxx amount we need to make a target group and send the mails to them. anybody having idea on this issue plz share with me
    Help full answer i will give the full points
    Regards
    sreedhar

    Hi Manohar,
    You can use below methods
    1. Using BI query (BI Cube) :
    Create a BI query for the sales orders with value field and BP GUID and create a data source using the BI cube with BP as BP GUID.
    2. Using Marketing attribute:
    Create a Marketing attribute as Sales Volume (for exp) and update this marketing attribute with the total value of the sales order + exsting value in the marketing attribute which gives the total cumilative value of the sales done so far by that particular BP.
    To achieve this you may have use the breakpoint in the sales order and code for the updation of markeing attribute of sold party partner function BP.
    Create a data souce using the above attribute set.
    We have used 2nd method for our purpose.
    Please let me know if you have any further queries.
    Reward points if it helps.
    Regards,
    Madhu

  • Creation of empty target group---URGENT!!!!!!!

    Hi...
       I have a scenario in campaign automation where i need to create a target group automatically when ever a  customer clicks on yes/no in the survey.
          I hope there is a standard workflow which creates target grooup.but do we need to have an empty target group so that who ever cliks on yes/no can form a target group.?
       When ever a Target group is created,i need to create LEAD automatically from it.How do i achieve this?is there a workflow or BADI? and if at all leads are created automatcally,how are they automatically assigned to Lead qualifier??
    Regards,
    Sanjana

    hi sanjana
    its easy as you just assign a new target group to existing or new profile set and do not assign any BP tp that target group
    this way you have empty target group at your discretion.
    best regards
    ashish

  • Creation of Target group from Survey

    Hi to all...
    The scenario is...
         I need to send a survey to a Primary target group with certain attributes as options to them....
      Depending on their selection of answers in survey(questionaiire) a separate target group has to be automatically created....
       How can this be achieved..Is it a standard Functionallity...
    regards,
    sanjana

    There must be a hundred threads that deal with this subject already.
    http://help.sap.com/saphelp_crm60/helpdata/en/45/ff8980cbb709eee10000000a1553f6/frameset.htm
    /people/gregor.wolf3/blog/2006/07/22/create-run-and-analyze-an-e-mail-campaign-with-a-survey-part-1
    /people/gregor.wolf3/blog/2006/05/11/advanced-campaign-automation-in-mysap-crm-40-teaser

  • How to see target groups in Data Target in the APD

    Hi everybody.
    I am trying to make a marketing segmentation of customers in the APD (BI) and I need to send the results to a target group in CRM, my problem is that I can´t see target groups in the u201CData Target CRMu201D.
    I select the Logical System and when I select the Data Target the system shows   CRM error: Data target TARGET_GROUP_FROM_B not known.
    I know that the communication is OK, the RFC is working cause I can see Marketing Attributes (I released data target for replication and maintained attributes) but I don´t know if I need to do something similar with Target Groups of CRM or how.
    Does anyone have an idea how can I see target groups in the window of the Data Target?
    Thanks.

    Hello,
    I have seen  this problem in other systems and it was caused by a GUI bug. Can you please check that you have the latest GUI patch installed for your GUI  release.
    Best Regards,
    Des

Maybe you are looking for

  • Zoom the screen with ctrl   2-Finger Swipe not working in Mavericks

    I just bought a new Macbook Air for my wife (running Mavericks) and can't figure out why the Zoom the screen with ctrl   2-Finger Swipe is not working. I can't find the setting anywhere.  I looked on my Macbook Pro running Mavericks (on which the zoo

  • White Border Added to File Thumbnails (in Finder) after iPhoto Export??

    I recently upgraded to Leopard and iLife '08. I love having a white border on my photos, but since iPhoto doesn't have the ability to attach a border when exporting, I often add one using Photoshop. --> First, I export photos to a folder on my deskto

  • Is it a bug of version 10.2.0.1.0??

    I have installed Oracle 10.2.0.1.0 on a Windows 2003 server for testing purpose. After the installation, it worked very well. All client tools could connect to the instance successfully. So I shut down the machine. But the strange thing happened the

  • Not Able to Connect to the Hyperion shared Services or any other components

    Hi All, I am not able to login to Any of the Hyperion components, It was working fine until today afternoon. But now I get the following error EPMCSS-00387: Failed to authenticate user from user directory MSAD. Invalid password. EPMCSS-07047:Failed t

  • Role import uses technical system id?

    Part of our portal content comes from BW - BEx applications are developed, and placed into a role on the BW side.  We were planning on importing the BW roles as worksets, followed by placing the worksets into a role that will fit into our portal navi