Creating campaigns with individual objects

Hi,
   I would like to create a "file" extract of the target group from a campaign to include both Individual object and business partner information. Can any one please let me know how to do this ?
For example: My campaign should include all customers who bought a laptop in the last 30 days. And the file extract of the target group should have info about the model number of the laptop (Set type) Unique ID (I-object ID) and customer information like name, address etc.
I am able to create an attribute list having both search parameters but I am having trouble extraction the target group containing both objects and BPu2019s to a file. Can you please help
Any alternatives are also welcome
Thanks and regards
Reddy

Hi Zhenglin,
   Currently in the SAP 7.0 UI i can download the TG using "Export" to excel function but the TG field for Iobjects is not present. There is also an option called "View related Objects" button however that gives me all the Iobjects related to the BP which may not be relevant to the campaign (Eg. If the customer owns two laptops, one bought 5 years back and another 2 weeks back - Both the objects are displayed where as i just need the one relevant to the campaign)
Can anyone please tell me how to add the relevant Iobject to this TG list on the UI..
Thanks
Reddy

Similar Messages

  • Creating/Working With Nullable Objects in PowerShell - How?

    Hi,
    how do I create and work with Nullable objects in PowerScript.
    None of the tips I found worked:
    > ([System.Nullable[System.Int32]]1).GetType().Name
    Int32
    > ([System.Nullable[System.Int32]]$null).GetType().Name
    You can't call a method on a null value expression.
    > (New-Object System.Nullable[Int32] 1).GetType().Name
    Int32
    Any help is appreciated!

    Well, nullable: yes, but Nullable: no.
    this is what I get in .NET if I call GetType() on a variable of type Nullable[Int32]:
    int? a = null; a.GetType();
    {Name = "Nullable`1" FullName = "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]"}
        [System.RuntimeType]: {Name = "Nullable`1" FullName = "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]"}
        base {System.Reflection.MemberInfo}: {Name = "Nullable`1" FullName = "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]"}
        Assembly: {mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089}
        AssemblyQualifiedName: "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
        Attributes: Public | SequentialLayout | Sealed | Serializable | BeforeFieldInit
        BaseType: {Name = "ValueType" FullName = "System.ValueType"}
        ContainsGenericParameters: false
        DeclaringMethod: "(typeof(int?)).DeclaringMethod" hat eine Ausnahme vom Typ "System.InvalidOperationException" verursacht.
        DeclaringType: null
        FullName: "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]"
        GenericParameterAttributes: "(typeof(int?)).GenericParameterAttributes" hat eine Ausnahme vom Typ "System.InvalidOperationException" verursacht.
        GenericParameterPosition: "(typeof(int?)).GenericParameterPosition" hat eine Ausnahme vom Typ "System.InvalidOperationException" verursacht.
        GUID: {9a9177c7-cf5f-31ab-8495-96f58ac5df3a}
        HasElementType: false
        IsAbstract: false
        IsAnsiClass: true
        IsArray: false
        IsAutoClass: false
        IsAutoLayout: false
        IsByRef: false
        IsClass: false
        IsCOMObject: false
        IsContextful: false
        IsEnum: false
        IsExplicitLayout: false
        IsGenericParameter: false
        IsGenericType: true
        IsGenericTypeDefinition: false
        IsImport: false
        IsInterface: false
        IsLayoutSequential: true
        IsMarshalByRef: false
        IsNested: false
        IsNestedAssembly: false
        IsNestedFamANDAssem: false
        IsNestedFamily: false
        IsNestedFamORAssem: false
        IsNestedPrivate: false
        IsNestedPublic: false
        IsNotPublic: false
        IsPointer: false
        IsPrimitive: false
        IsPublic: true
        IsSealed: true
        IsSecurityCritical: false
        IsSecuritySafeCritical: false
        IsSecurityTransparent: true
        IsSerializable: true
        IsSpecialName: false
        IsUnicodeClass: false
        IsValueType: true
        IsVisible: true
        MemberType: TypeInfo
        Module: {CommonLanguageRuntimeLibrary}
        Namespace: "System"
        ReflectedType: null
        StructLayoutAttribute: {System.Runtime.InteropServices.StructLayoutAttribute}
        TypeHandle: {System.RuntimeTypeHandle}
        TypeInitializer: null
        UnderlyingSystemType: {Name = "Nullable`1" FullName = "System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]"}
    That's quite a difference to PowerShell's:
    ([System.Nullable[System.Int32]]$null).GetType()
    You can't call a method on an expression with value NULL.
    See my point? PowerShell apparently doesn't have a notion about Nullable types. That's what I need to find out for myself: "Why?"
    Best regards,
    Axel Dahmen

  • OWB10g - How to create MV with Data Object editor?

    I have been an ORACLE developer for few years now and I am feeling quite silly asking this question but please bear with me as I am using OWB for the very first time.
    I want to create a simple MV in my target WH with detailed data residing on a separate data source ORACLE server.
    Source
    Module: BILLING_MODULE
    SID: BILLING
    Schema: BIL
    Table: BRT_UTX
    Target
    Module: AGGREGATE_MODULE
    SID: SUMMARY
    Schema: AGGREGATE
    MV: MV_CALL_DURATION
    MV Query:
    select
    call_date,
    sum(call_duration) call_duration
    from BRT_UTX
    where call_date=trunc(sysdate-1);
    I have already done the following in the Designer:
    1. Added source module (imported BRT_UTX table)
    2. Added target module
    3. Add new MV: MV_CALL_DURATION
    Now when I click on the 'Data Viewer' tab and hit 'Execute Query' I am getting the ORA-00942: table or view does not exist' error
    What am I doing wrong?

    Hi
    SO the objects in OWB are just like offline designs...some may reside in a system identified by the location others may just be a design. Existing objects can be imported and new objects (such as your MV) can be deployed. You have not deployed your MV so it does not exist in the database..and hence the data viewer throws a table or view not found error.
    The MV object in OWB basically has a type your SQL in here approach with some properties for some of the additional aspects of the MV. OWB mappings have much richer description and it is possible to capture the design of an MV in a mapping. Might be worth have a quick look at these posts to see how maps are constructed reflecting on the SQL if you will build mappings;
    part 1: http://blogs.oracle.com/warehousebuilder/2007/06/sql_and_owb_accelerated_map_co_1.html
    part 2: http://blogs.oracle.com/warehousebuilder/2007/08/sql_and_owb_accelerated_map_co.html
    Cheers
    David

  • I can't create pattern with this object

    Hi there,
    So I've made this stylished "S" for a customer, and I wanted to create a pattern based on it to use as a fancy background. The pattern creator options in illustrator doesn't fit de path as I want it to do, with the exact dimensions as the grey example behind (image attached).
    Any recommendation?
    HELP!

    With that move Illustrator prevents that the tile gets too big.
    You could try and rotate the S element and see if it fits better then.

  • Create Documents with any Currency

    Hi,
    it´s possible create documents with SDK objects in any currency?
    I need create a invoice in Local Currency or System Currency depending the source.

    Hi Victor,
    Yes, you can create marketing documents through the DI API and set any currency code (...well, any currency code that already exists in the company setup). The Documents object has a DocCurrency and DocRate property for defining the currency.
    Kind Regards,
    Owen

  • Where to see activities, which are created for the campaign with target group

    Hi
    I have created a Communication Method in SPRO -> CRM -> Marketing -> Marketing Planning & Campaign Management -> Campaign Executtion - Define Communication Method : Activity has been configured
    Activities are not appearing after creation of campaign with target group.
    Where to see activities, which are created for the campaign with target group?
    Regards
    Hamid

    Hello,
    alternatively to check  table CRMD_ORDERADM_H directly you can use the related transactions search for the campaign:
    This should bring all activities generated by the campaign. If this is empty first check the job log of the campaign execution job again:
    This gives information if any target group members have business transactions created. If the log does not contain the required information you can debug from SM37. The business transactions (activities, leads, sales orders) are generated from function module CRM_MKTTGGRP_PROC_CREATE.
    best regards,
    Johannes

  • Problem with create universe on Business Objects XI 3.1 base on SAP Query

    Hello,
    I have a problem with create universe on Business Objects XI 3.1 base on SAP Query.
    The problem is hierarchy. Massage on Busines Objects is :
       OWBS_ELEMT__ISTKOSZT(cube ICPC01/BEX_ICOC01):Exception condition  "HIERARCHY NOT FOUND" raised.(WIS 10901) 
    Query in BEX run OK.
    Best regards.
    Ela.

    Hello,
    Thanks for response.
    When I run BEX QUERY, all works OK.
    All hierarchies was created and activated  on system BW.
    This situation appears after upgrade BW to SAP NetWeaver 7.3.
    Before upgrade I created universe without any problems.
    Regards Ela

  • How to create a live trace object with transparent background?

    Hi, I am trying to create a live trace object of my logo in ai. The logo is coming from photoshop on a transperent background, and it is all black. What I want to do is to bring it into ai and make it an object for obvious reasons. The problem I have had is that when I live trace it, the live trace leaves a white background which then overlaps with other objects in my ai file. Is there a way to live trace while preserving the transparent area or possibly better, to not include white space in the live trace? Thanks in advance!

    Yep open the properties for live trace (Object>Live Trace>Tracing options). You will find a checkbox for ignore white.

  • 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

  • Re: How to create More two class with one object

    haii,
             i have small information How to create More two class with one object,
    bye
    bye
    babu

    Hello
    I assume you want to create multiple instance of your class.
    Assuming that you class is NOT a singleton then simply repeat the CREATE OBJECT statement as many times as you need.
    TYPES: begin of ty_s_class.
    TYPES: instance   TYPE REF TO zcl_myclass.
    TYPES: end of ty_s_class.
    DATA:
      lt_itab      TYPE STANDARD TABLE OF ty_s_class
                     WITH DEFAULT KEY,
      ls_record  TYPE ty_s_class.
      DO 10 TIMES.
        CLEAR: ls_record-instance.
        CREATE OBJECT ls_record-instance.
        APPEND ls_record TO lt_itab.
      ENDDO.
    Regards
      Uwe

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

  • With PS 7  create new  Place two objects on the new file  then you may cut copy and paste Cs2  create new  place two object on the new file Cut is not available how does one cut and paste in new file

    With PS 7
    create new
    Place two objects on the new file
    then you may cut copy and paste
    Cs2
    create new
    place two object on the new file
    Cut is not available how does one cut and paste in new file

    If your using File>Place then photoshop cs2 creates what's known as Smart Objects, which photoshop 7 didn't have.
    In photoshop cs2 you can rasterize the smart objects and that should make the Cut function available.
    Select both placed layers, right click on the area to the right of the tumbnail and select Rasterize Layers.
    If in photoshop cs2 you to Help>Photoshop Help and look under Layers>Smart Objects, that should give you a good overview of what smart objects are.

  • How to create a feather-like drop with an object?

    Hello,
    I am looking for a feather-like drop with an object?
    I am using AECS3.
    Anyone have a good tutorial and/or method?
    Thanks,
    Simon

    Ah, sorry, I assumed too much. CC Cylinder requires a small object on a large layer. There are no ballistics settings for any of this feather stuff, you create it.
    Draw a storyboard of your motion path, what does this falling object do and where does it go on the screen?
    Does it swoop and pause? Imagine a falling leaf. Suggest you buy a copy of FORREST GUMP to deconstruct the feather animation effects.
    Draw that motion path using position keyframes and remember that to create a pause at the top of an arc you need two keyframes.
    (You can complicate this by using a 3D space so your feather moves toward and away from the camera but this can be simulated by scaling your cylinder layer.)
    When you get the movement roughed out, you can start playing with the rotation settings for the cylinder object. You will attempt to orient the intrinsic movement of the cylinder with the implied air currents and directional changes. For instance, if the feather is climbing an arc, the rotation will follow the trajectory but at the top of the arc, the feather will pause while the rotation flips it over and then it accelerates in a fall as the feather points downward.
    This isn't easy. Nothing in After Effects is easy. But it's direct an fairly intuitive when you start thinking about what a light object will do when it becomes a glider. You just need to understand the implied physics and ballistics. Attempting to make it "real" is likely to make the effect appear overworked.
    I can send you a small project file. It's not polished at all, but will give you some idea of what you can play with. dbogieATidahopowerDOTcom replace the AT with "@" and DOT with "."
    bogiesan

  • UDO with Document Rows object : create lines with DIAPI

    Hi all,
    I'm created two tables : IFC_OBDC with Document object type and IFC_BDC1 with Document Rows object type.
    I'm created the associated UDO.
    How can i create data with DIAPI ??
    I'm begin to use SAPBobsCom.Documents but i don't find the SAPbobsCOM.BoObjectTypes for my UDO.
    The document is generate via program. So it is possible to create my UDO with DIAPI ??
    Thanks for your response.
    Michael

    Hi ,
    as i undtrestand you have a form with 2 tables one document and the other document lines.
    You want to populate the lines wuth DIAPI.
    i can give you this hints:
    create a document UDO with you tables.
    on form load activate the menus: add and remove line
    add the buttons OK and Cancel: with id 1 and 2
    Normally i think that it will work.
    Hope this helps.
    Best regards.

  • Create configuration guide with IMG object values

    Hello all!
    Is it possible to generate configuration guide not only with the IMG objects but also with IMG object values?
    For instance, if we filled in plant 1000 in customizing, then could this value also be present on the generated configuration guide?
    Regards
    Martin

    Sorry, seems I was unclear with the question.
    I meant the generated word document that can be generated with SOLAR02->Configuration->Generate configuration document.
    Here I can download the objects specified in the configuration tab to a word document with the help of a visual basic macro but the content of the IMG objects does not get downloaded.
    When I look at the macro in the generated word document, this functionality seems to be somewhat supported but I cannot make the system generate the appropriate excel files..

Maybe you are looking for

  • OSA Appraisal for BP 1.41

    Good Aftternoon. I am implementing the Objective and Setting Appraisal for the last BP for ESS and MSS. I have the following screens of the manual HR510. But i want know if the screens for the version 1.41 that work with webdynpro abap, have the same

  • Math.round doesn't work

    Hi everyone! I have a problem with the Math.round function. When I code: Math.round(undefined); in my flash-movie, it returns the number 0!! But when I test the same code in a new flash document it returns NaN. So my question will sound: Why does it

  • Exporting HD Sizes for Quicktime and AVI?

    Okay, LOVE the new CS4, but have a problem. For tech notes in case it means anything, I'm shooting with a JVC HD-110, editing M2T files. Everything in THAT respect works perfectly - NOW I even have an FS5 drive so it goes even better - dropping all c

  • Elements 12 will not save size changes.

    I have done hundreds of size changes in previous versions but cannot get Elements 12 to save the size changes.  A friend has the same problem with the new Elements 12.  Any hints/suggestions will be greatly appreciated.

  • Trying to install PSE13. File archive missing?

    The error message is:                                     "The file archive part of Adobe PSE13 is missing. You need all parts in the same folder..."  How do I put all parts into the same folder?