Default Marketing Attribute set for BP

Hello,
Is there a way to default the Marketing attribute set for a business partner record in CRM UI? I tried DO_PREPARE for BP_DATA/MarketingAttributesEL but it does not seem to be working. Any ideas?
Thanks
Rodney

Try with BADI : BADI_CRM_BP_UIU_DEFAULTS

Similar Messages

  • Marketing attribute set

    hi All
    please provide me a solution for marketing attribute set for multiple use in business partner
    actually i want to use same marketing attribute set for multiple times in business partner
    please give me a solution above
    thanks
    ganesh

    Hi Ganesh,
    Your question is not clear, my understanding is that - when you select marketing set, you can select "n" no. of attributes associated?? What is you business requirement??
    Cheers,
    Peter J.

  • Problem in making Marketing Attribute set Default

    Hi Experts,
    I am facing some issue while making selection of marketting attribute set during BP creation
    I was able to make a default set in individual account but there is some other set for corporate account which i need to default while
    making the account..
    As both individual and corporate accounts are going to same componet and views and context nodes i am not able to differntiate
    which to select when...
    Pls suggest some solution,its urgent..
    Reward points will be awarded...
    thanks,
    SA

    Hi,
        In BuilHeader which is the root object for Business partner has one field named Category. If it is 1 then it is a person so it is an individual account. If It is 2, then it is an organization, so it is a corporate account.
          So please check the category in your marketing attribute defaulting logic and default different marketing attribute set.
    Regards,
    Manas.

  • Default marketing attribute not assigned by BAPI.

    Hi,
    I have a requirement where I am creating Person type BPs in CRM from
    XApps. I am using the standard bapis for this purpose.
    In CRM, I have created a Marketing attribute set. I have made this
    marketing attribute set default for Person type BP.
    When I create a new person type BP in SAP GUI, this Marketing Attribute
    set is getting assigned to the BP.
    However , when I create a person BP using the
    BAPIs 'BAPI_BUPA_CREATE_FROM_DATA' and 'BAPI TRANSACTION COMMIT', the
    BP is created but the marketing attribute set is not getting assigned.
    I think the configuration should work in both the cases.Please let me know whether I am missing out something.
    Thanks,
    Samrat..

    Hi,
    i am trying to upload characteristics data for class using BAPI_OBJCL_CHANGE module. Now when people who knows this function module ,they must be knowing that we have 3 tables there for Char data,numeric data and currency data. Now when i upload the data from excel sheet in to SAP ,i put space in some of the cell with numeric data type but this function module put 0 in those characteristics instead of space.Now user want to see space there instead of 0. Is there any way around to have space rather than 0.
    i am updating the customer classification with the function module BAPI_OBJCL_CHANGE:
    call function 'BAPI_OBJCL_CHANGE'
    exporting
    objectkey = w_objkey
    objecttable = 'KNA1'
    classnum = w_classnum
    classtype = '011'
    keydate = sy-datum
    tables
    allocvaluesnumnew = i_ze_valnum
    allocvaluescharnew = i_ze_valchar
    allocvaluescurrnew = i_ze_valcurr
    return = i_return.
    call function 'BAPI_TRANSACTION_COMMIT'
    exporting
    wait = c_x.
    In addition, I am checking with ENQUEUE_EXKNA1/DEQUEUE_EXKNA1 whether or not the customer master is locked before executing the code above.
    Thanks&regards,
    Naresh

  • How to add new marketing attribute to the existing marketing attribute set?

    Hi all,
                  I searched for existing forums but I didn't find the required one. I found some using Tcodes ,which is not my requirement. My requirement is to add new marketing attribute to the already existing marketing attribute set. This  attribute set is created by my team lead with 4 attributes but now i have to add new attribute to this set so total will become 5 attributes for this attribute set. This has to be done through marketing professional business role. If this is not done through marketing attribute set, then I will go for the transaction where I can add marketing attribute for attribute set.
    Please send the details of both marketing professional business role and transaction code.
    Your help is highly appreciated.
    Thanks,
    Baasanthi.

    Hi,
    SAP CRM Marketing Attributes explained
    Path to create Marketing attributes from webui: log in with Marketing Pro role->Marketing->Create->Marketing Attribute
    Regards,Sumeet

  • Marketing attribute valid for a specific customer only?

    Hi
    We have a requirement that a specific marketing attribute set should only be valid for a specific group of customers.
    Is this possible to define in customizing?
    Any other suggestions of how to solve this?
    BR
    Johan

    Hi
    Thanks for both answers!
    The territory solution is unfortunately not possible, cause we do not have a perfect match between the attribute sets and the customers belonging to a particular territory. Otherwise that would have been a great solution, I really appreciate your answer.
    Regarding ACE, I thought that the authorization concept would be based on the user? The user should have access to all marketing attributes, but for a particular customer only certain marketing attributes should be valid. Is that possible to set up with ACE?
    Could you further explain that approach?
    BR
    Johan

  • Marketing Attribute set Authorization.

    Is there marketing attribute set Authorization, So that one set of users can see only their Attribute set..Appreciate any hellp in this regard. The CRM version is 5.0.

    Hi
    If you have found the answer to your question, as to how we can assign an attribute set by default when creating a BP, can you please share the answer with me, since I have a similar requirement.
    Thanks in advance!!!
    Lavi

  • Marketing Attribute Sets - BP Assigned

    Can anyone help:-
    I need to locate the table where Marketing Attribute Sets are assigned to the Business Partners
    I can see where attribute vales are stored but not attribute sets
    regards
    Barry

    Hi Barry,
    Tables are related with Markting attributes:
    CABN
    CABNT
    CAWN
    CAWNT
    AUSP (relation between business partner and assigned marketing attribute values)
    KLAH
    Function modules:
    CRM_MKTBP_READ_ALL_BPS - returns all the BPs which have a specific attribute set assigned
    CRM_MKTBP_READ_BP_DATA - returns the mkt attribute values for each partner.
    parameters:
    IV_GUID - BP Guid
    IV_PROFILE_TEMPLATE_ID - must be the content of KLAH-CLASS
    Reward Points if Helpful
    Cheers
    Manohar

  • Error: Attribute set for field_name in view object VO_instance failed

    While I try to add a new row in a table using a VO created on two EOs, it comes back with error message 'Attribute set for <field_name> in view object <VO_instance> failed' for each field I enter the data. Please suggest me if I am missing something while doing it.

    Are you sure you are specifying a value for the attribute of the VO and the value of correct data type.
    Also, please make sure that you have one row coming from each EO , so that the VO has one row, and a outer join is not happening.
    Thanks
    Tapash

  • Error:Attribute set for DetailHideShow in view object SalaryDetailsVO faild

    Hi
    We need to add one column in the self service Manager > My Employee Information > Salary history table
    - This column does not exist in the standard view Object
    oracle.apps.per.selfservice.mgrviews.server.SalaryDetailsVO
    - With Jdeveloper we have created a new view that extend the standard view :
    cggv.oracle.apps.per.selfservice.mgrviews.server.CGGVSalaryDetailsVO
    - We used the substitution tools to substitute the standard view by the new one
    with the following column :
    java oracle.jrad.tools.xml.importer.JPXImporter $CGG_MDS_TOP/cggv/per/12.0.0/java/ParodiExtendPJ.jpx -username apps -password
    apps -dbconnection "(description = (address_list = (address = (community =
    tcp.world)(proto = tcp)(host = doradb)(port =
    1581)))(connect_data = (sid=LDEV )))"
    - the new view contain exactly the same attribute than the standard one, we just add one new attribute at the end
    - We used Self-service perzonalisation functionality to add the new column in the table region.
    When we click on the Show buton the this error message appears :
    Error : Attribute set for DetailHideShow in view object SalaryDetailsVO failed
    It seems there is a probleme when extending ViewObject and adding column to table that contains a Show/Hide Detail column.
    Do we need extend also the controler ?
    Thank a lot for your help
    Julien Robinet

    Is the new column you have added part of the show/hide detail? If not, is the correct getting displayed?
    Is show/hide also handled through the attribute of substituted VO?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                               

  • Attribute set for Choice in view object xxPickSlipYesNoVO1 failed

    Hi all,
    I have a problem that i find pretty weird.
    The context is: I created a custom page that contains a table populated with some printer names. And the other field it contains is a messageChoice item. Both of these items are populated using custom VO that i also created and included in a custom AM. The VO that contains the printer names is used in a Query region with a table and it works perfectly. But the messageChoice is feeded by a VO that contains the following query :
    select 'No' choice from dual
    union
    select 'Yes' choice from dual
    I know this is very simple but i did not find any other way to populate the messageChoice than by using a view object. Where the problem comes is in the runtime behavior. When the custom page loads, "Yes" is automatically loaded in the dropdown. Then when i click the submit button it works perfectly but if i choose "No" i get the following message:
    Error
    Last Request Only - Attribute set for Choice in view object xxPickSlipYesNoVO1 failed
    Note: "Last Request Only" is the prompt of the messageChoice.
    And when this error is displayed the submit button does not want to work ....
    I dont know how to solve this i did some research but i did not find anyone with a similar issue!! yet! So i turned to you expertise to help me in solving this problem.
    Best Regards,
    Carl

    Carl,
    as u said u have removed the attribute sets created previously,. I would advice to delete myclassses folder , recompile and run. Also follow Sumit's suggetion for creating lookup, as that is the standard way of doing.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Based on Gender Marketing Attribute set has to show different attribute

    Dear Expert,
                     How to set the marketing attribute set based on Gender what *** we Chose in Identification tab in BP Maintain Screen ?
    If i chose Female it will show some Attribute set or
    I Chose Male it will show some different attributes .

    Hello Subba,
    Try this function module
    CRM_MKTBP_ASSIGN_ATTRIBUT_TAB
    It assigns the attribute set and its corresponding attribute vales.
    Also try CRM_MKTBP* in SE37 and you can find some other function modules if the above doesn't match.
    Thanks
    Chandran

  • BADI which triggers while saving Marketing Attribute Set

    Hi,
    Could you please help me out with any BADI which triggers while saving Marketing Attribute Set.
    Thanks,
    Sandeep

    Hello Sandeep,
    Can you trt this bad CACL_VALUE_CHANGE
    thanks

  • What is factory default "Sharing & Permissions" setting for User folders?

    System:
    Mac OS X Lion 10.7.2
    MacBook Air (Mid 2011)
    Single User – Administrative Account
    Question:
    What is factory default “Sharing & Permissions” setting for User folders (Desktop, Downloads, Library, Movies, Music, Pictures, Public), subfolders, and documents and other contents?
    I’m thinking the factory default “Sharing & Permissions” for all of the above (except Drop Box in the Public folder) is as follows, but not certain.
    Name                          Privilege
    myusername (Me)    Read & Write
    staff                            Read only
    everyone                   Read only

    Are these also the settings on your Documents folder and the various files in the Documents folder?  Same question for your Library folder?
    Name                          Privilege
    myusername (Me)    Read & Write
    everyone                   No Access

  • Marketing attribute sets applicable only for specific BP roles

    Hi,
    I have created Marketing attributes in CRM and assigned them to Attribute sets applicable only for Organizations.
    Now they are eligable for all BPs created independent of BP role. Since I don´t want the Potential customers to have the same attribute sets as the Customers or Competitiors my question is:
    Is it possible to determine which attribute sets to be available for a BP based on its BP role?
    BR,
    //anders

    Hi,
    Do we got any solution for the above mentioned error? i too getting same issue.
    thanks
    ARun

Maybe you are looking for

  • Vendor on account posting in EBS

    Hi folks! In my company we are paying some vendors (like telecom services, insurances) by direct debit. We normally pay these vendors and after that we receive their invoice, so when uploading the electronic bank statement we don't have an invoice to

  • Activate extended classic scenario

    Hello, when I try to activate extended classic scenario to create contracts in SRM and then transfer them to R/3 I have these options: Extended local PO BE Purch Grps Resp. Back-end check reqd Back-end errors, show as error msg Which options may I ha

  • Datalogic scanner

    Hi all, I've recently been asked to write software on a handheld barcode scanner device.  It's running WinCE 5.0, and has an Intel X-Scale processor.  As such, it seems to fulfill the requirements for running with the LabVIEW PDA toolkit. I have a co

  • Previous systems on HD

    i am getting ready to clone my HD to a new bootable disk and i noticed that there is a folder called Previous systems on Hd. which there are 2 inside this folder one is 2008-01-02_1746 and the other named previous system1 . they both inside that fold

  • How to replace the standard smartform layout coding to its original content

    Hi  All,              I have edited a standard layout and coding in a standard smartform.              And i had been made some changes in it but now i need to give the older one(which should be same when i got it - no changes should be made).