Marketing Attributes BP relationship Table

HI CRm Experts,
Can you please help me in knowing table in which Marketing attributes and BP relationship gets stored. I am aware of all table for Marketing attributes my requirement is when a marketing attributes is assigned to a BP what table it gets stored and also if some one can give me list of all tables then it would be helpful
Thanks,
Ashutosh

Hi,
INOB: Object ID, BP Number
KSSK: Object ID, Attribute set ID
CABN: Attribute ID and name
CAWN: Attribute name and values
AUSP: BP GUID, Attribute Name, Value, Object ID
KLAH: Attribute Set Name, ID
Regards,
DD's

Similar Messages

  • Tables for marketing attributes and relationship

    Hi anyone!
    I'm creating InfoSets in CRM and I need the tables containing marketing attributes and relationship for BPs. Does anyone of you know which tables this data is stored in???
    Regards Camilla

    Hi Camilla,
    Another option to reading tables : you can use function module CRM_MKTBP_READ_BP_LIST giving the BP guid in table IT_BP_LIST. This will give you the attribute set along with the attributes and their values assigned to the BP.
    Example call:
    Test for function group      CRM_MKTBP_DB           
    Function module              CRM_MKTBP_READ_BP_LIST 
      Import parameters               Value             
      IV_LANGU                        EN                                                                               
    Tables                          Value             
      IT_BP_LIST                         1 Entry        
                       Result:           1 Entry        
      ET_BP_ALLOCLIST                    1 Entry        
                       Result:           2 Entries      
      ET_RETURN                          0 Entries      
                       Result:           0 Entries

  • Marketing Attribute in Condition Table (Listing)

    Hi Guys !!
    Usage in a condition table for listings. Can a marketing attribute be added to the field catalog and used as part of the access seq when proposing a listing in an order or activity journal?
    Urgently Help needed.

    Hi Jacob,
    For any application,
    Go to the field catalog screen and click add new field button.
    Now just enter the field called Test and then Enter.
    Now it will say that "Field test doesnot exist in tables KOM, KOMK, KOMP* etc where * can change with the application.
    Your duty is to include your new fields in all these structures. This can be done with the help of a technical guy in SE11 or SE12. For example if you want to include a field called Item category, then include the field say ITCG in these structures in SE11/12. Make sure that the new field shd start with Z.
    Now for the structures to update this field with the item category of the material, the technical coding needs to be taken in some of the user exits like
    userexit_pricing_prepare_tkomp in the include program MV45AFZZ for order transactions in pricing or userexit_pricing_prepare_tkomp user exit in the include RV60AFZZ for billing transactions.
    For other applications,like outputs, etc, the user exit and the include may vary.
    Once this is done, during pricing, the new field will be updated with the value in the pricing communication structures as per the code written in the includes, and using that value, we can base our condition records.
    Reward points if it helps you.
    If you need further info, please let me know.

  • Marketing attributes in result table

    Hello experts,
    how can I display marketing attributes belonging to an account in a result table in account search?
    Thank you in advance!
    Kind regards,
    Martin

    Hi Martin,
    The Base Entity for BP Account Search Result is 'BuilHeader'.
    (You can check in the context node class attributes).
    I think the Marketing Attributes are available in relation 'BuilMktAttributeRel' of 'BuilHeader'. Just validate this in GENIL_BOL_BROWSER searching an existing Account.
    If what I sais is true then you have two methods.
    1. Either create new attributes on Search Result context node using BOL entity BuilMktAttribute  or
    2. Create Display only Value attributes and populate them by writing code to access BuilMktAttributeRel and populate in GET method as you did for Department Name in Target Group. As you will normally only display fields  on Search Result.
    I did a basic analysis, please validate.
    Regards,
    Masood Imrani S.

  • How to find out last update date for business partner's marketing attribute

    How to find out last update date for business partner's marketing attribute??
    Im freshie for SAP Application and im assigned to find out last update date for marketing attribute changed
    which table is involved??
    Yours kindness will be appreciated
    thanks

    You can take a look at table AUSP as well as CRMD_AUSP_HIST.
    The "changed by" and "changed at" are logged on attribute level, not on attribute value level. When you change one specific value, the system does a "re-insert" of all existing values of this attribute.
    Take a look at the SAP notes 938426 and 966670  these may assit you in resolving the issue.
    Regards,
    William Laverde

  • Instructions on how to create a value table in Marketing Attributes.

    Hello All,
    As i understood from one of the thread , Value Table in Marketing attributes is for search help,  pls let me know how to define value table in SE11 with search help object.
    Thanks & Regards
      praneeth C

    Hello All,
    Value Table in Marketing attributes is for search help configured by following the steps mentioned in below OSS.
    1044363
    1546360
    1542289
    Thanks
    Praneeth

  • Table name for Marketing Attributes in CRM3.0

    Hi,
    I want to know the name of table that holds Marketing Attributes, Attribute Set and Attribute Value.
    Thanks
    Naved

    data: dy_table type ref to data,
          dy_line type ref to data,
          xfc type lvc_s_fcat,
          ifc type lvc_t_fcat,
          dy_field type ref to data.
    LOOP AT i_dd09l.
    perform get_structure using i_dd09l-tabname .
    CREATE DATA dy_table TYPE TABLE OF (_dd09l-tab_name).
        UNASSIGN <dyn_table>.
        ASSIGN dy_table->* TO <dyn_table>.
    SELECT COUNT(*) INTO val FROM <dyn_table>.
    IF sy-subrc = 0.
    i_dd09l-count = val.
    ENDIF.
    MODIFY i_dd09l INDEX sy-index.
    CLEAR val.
    ENDLOOP.
    form get_structure using p_table.
      data : idetails type abap_compdescr_tab,
      xdetails type abap_compdescr.
      data : ref_table_des type ref to cl_abap_structdescr.
    Get the structure of the table.
      ref_table_des ?=
      cl_abap_typedescr=>describe_by_name( p_table ).
      idetails = ref_table_des->components.
      loop at idetails into xdetails.
        clear xfc.
        xfc-fieldname = xdetails-name .
        xfc-datatype = xdetails-type_kind.
        xfc-inttype = xdetails-type_kind.
        xfc-intlen = xdetails-length.
        xfc-decimals = xdetails-decimals.
        append xfc to ifc.
      endloop.
    endform.                    "get_structure
    Try like this hope it will work.
    Regards,
    madan.

  • Table for marketing attributes

    Hello,
    can anyone please tell me in which tables the marketing attributes will be stored? I need this to create data sources for the segment builder. I know that I can also use attribute sets but I need an InfoSet where I can join this marketing attributes with other attributes from customers or contact partners.
    So I hope that anyone can tell me the tables?
    Regards
    Philipp

    Hi Philipp,
    Please check the following tables.
    AUSP - BP GUID, Attribute Name ,Value ,Object ID
    CABNT - Characteristic Descriptions
    KLAH - Attribute Set Name & ID(CLINT)
    INOB - Object ID,BP Number
    KSSK - Object ID, Attribute set ID
    CABN - Attribute ID , Attribute name
    CAWN – Attribute name, possible values
    Regards,
    Amit

  • Which table stores Marketing attribute values...

    Hi guys,
                   Can someone tell me where the marketing attributes for an BP is stored. which table holds the data..
    Regards,
    Sundar

    Sunder,
    Hope this helps.
    FUNCTION MODULES RELATED TO BP MARKETING ATTRIBUTES
    CRM_MKTBP_READ_OW OR CRM_MKTBP_READ_OB
    returns the status whether the attribute set is assigned to the BP. Further it also returns the attribute set, attribute and its values for the given BP
    INput parameter: BPguid (from BUT000)
               Attribute set ID
    CRM_MKTBP_READ_CHAR - > get record from db
    returns the attribute set, attribute and its values for a given BP
    INput parameter: BPguid (from BUT000)
               Attribute set ID
    CRM_MKTPFTPL_READ_CHR
    This FM takes the attribute set as the input parameter and returns the following:
    Attribute set
    Check tables if any
    Attribute applicable to the attribute set and its descriptions
    CRM_MKTPFCHR_READ *  read character descriptions
    Gives the values and the descriptions of the values
    INput parameter: Attribute name
    CABN - stores attribute and the checktable linked to the attribute
    CABNT - attribute descriptions
    CAWN - attributes and the corresponding values
    CAWNT - attributes and the corresponding values n their descriptions
    KLAH and SWOR - stores (classes containing the) attribute sets
    AUSP - stores the attribute values assigned to the BP. It also contains the BP guid. the search for the attribute value is based on some AUSP-objek which can be retrieved from table inob-cuobj using
         WHERE objek = lv_objectkey '0001437160 BP no
          AND obtab = gc_objecttable 'BUT000
          AND klart = gc_class_type. 'BUP
    Alternately, you may use the partner_guid in the AUSP table and get the attribute values assigned to the partner.
    Julius

  • Tables for the marketing attributes

    Hi Experts
    I want to know in which table marketing attributes data are saved
    sri

    Sri,
    The easiest way to retrieve this data is the following:
    Use the function module CRM_MKTBP_READ_BP_DATA to get the values set for a particular business partner.  You will need to pass in the guid of the business partner and the name of profile set  The exporting parameters should be IV_BP_GUID and IV_PROFILE_TEMPLATE_ID respectively.
    You will then get a table returned called ET_ALLOCVALUES to retrieve those values.
    To get the "meta-data" of an attribute set you can call the function module CRM_MKTPFTPL_READ.  You will need to pass in the attribute set name and then you will receive the ET_ATTRIBUTES which contains the meta data for that attribute set.
    This method is a lot eaiser than trying to read the tables directly in system, which is a really not a good idea in CRM, as you should use the BAPI's/API's instead.
    To update attribute set values for a business partner use the function module:
    CRM_MKTBP_CHANGE_BP
    Take care,
    Stephen

  • Marketing Attributes(table)

    Hi
    In which table we will get  marketing attributes assigned to a business partner.
    Regards,
    Ajay

    HI AJAY,
    CHECK THE FOLLOWING TABLES.
    1.     AUSP-BP GUID, ATTRIBUTE NAME, VALUE, OBJECT ID.
    2.     CABNT- CHARECTRASTIC DESCRIPTION.
    3.     KLAH-ATTRIBUTE SET NAME AND ID.
    4.     INOB- OBJECT ID, BP NUMBER.
    5.     KSSK-OBJECT ID, ATTRIBUTE SET ID.
    6.     CABN-ATTRIBUTE ID, ATTRIBUTE NAME.
    7.     CAWN- ATTRIBUTE NAME POSSIBLE VALUES.
    8.     SWOR-ASSIGNED ATTRIBUTE TO THE BP.
    REGARDS
    NADH.R

  • Table for Business Partner Marketing Attribute

    What is table for Business Partner Marketing Attributes and Attribute Set .

    Anup,
    Ok you have BP Guid. You goto table AUSP and enter the PARTNER_GUID = BP GUID and check contents. Here you will get all the attribute list (field ATINN) and corresponding values of attributes (field ATNAM). But here in this table u will find ATINN in form of number; using that number you can find corresponding attribute name in field ATNAM of table CABN where ATINN = ATINN  u got in the AUSP for each attribute rows.
    Thanks,
    RR

  • Attach marketing attributes to the relationship

    Hi guys,
    I have the following problem and would really apreciate your thoughts on this.
    I want to attach my marketing attribute "invitation" to the relationship, because I have the constellation, that Joe is CP for company A,B and C. When I assign "invitation" to the CP Joe and use the segment Builder, I get Joe three times with the addresses for company A,B,C, but I only want to send the invitation to Joe working for A. So I am thinking that attaching the marketing attribute to the relationship between A and Joe would be a good solution. However, CRM5.0 doesn't offer this. Any idea how it could be done? Or if SAP is planning someting like this for CRM6.0?
    Thanks for your help
    Nadine

    Amit,
    i am also facing same problem while doing upload marketing attributes, it takes too much time to process. Please provide some inputs for this issue, we are loading almost 4 lakh of records..
    Please de me a favour..
    regards,,
    kumar

  • Search Result- Marketing Attributes

    Hi All,
    How to display markeing attribues on the search result page?
    Regards,
    Piyush

    Hi Sascha,
    There are two solutions for marketing attributes.
    1)Enhance  ICCMP_BP_SEARCH
       Enhance View: ICCMP_BP_SEARCH/BupaDetailB2B
       open context node: customers.
    right click on the attributes, click on create
    use following BOL Relationship:
    BOL Entity: BuilHeader
    BOL Attribute: BuilHeader(relations) --> BuilMktAttributeRel ---> Builmktattribute --> attributes --> add attribute and description.
    The problem is you can display only one value.
    2nd solution:
    Enhance BP_DATA
    Enhance view : BP_DATA/MarketingAttributeEL
    Enhance View:BP_DATA/MarketingAttributeEF
    you can display marketing attributes on UI As a table displaying attribute set, attribute, value.
    Regards
    Krishna

  • Populating marketing attribute of bp in new field created by eew in crm

    Hi all,
        I have created new field in transaction types(lead opp, quotation and order) through eew.
        how do i populate a value of a marketing attribute that i have maintained for a business partner(TABLE for marketing attribute:- AUSP) in the new fields created in all the transaction types.
        Can anyone help me in how to achieve this as it is an high priority issue for me?
        I have tried doing by writing a code in pbo of the screen in which fields are created but it gives me a dump at item level if item is maintained otherwise it works but item is compulsary.
    Regards,
    Rahul

    Hi Rahul,
    Check the BADI 'CRM_CUSTOMER_H_BADI'
    Implement the method 'CRM_CUSTOMER_H_MERGE'
    First of all select the data from the table.
    Fill in the appropriate corresponding field in the structure 'CS_CUSTOMER_H_BADI',of the method, with the data extacted. Finally(very important), In the table 'IT_INPUT_FIELD_NAMES', of the method, append a line with the field FIELDNAME containing the name of the field in the Customer_h structure and field CHANGEABLE containing space.
    I think this should solve your problem.

Maybe you are looking for

  • Import for table only in one line

    There is the following command for import of the schema:- imp <userid/password> file=<export dump file location> fromuser=<export user name> touser=<import user name> grants=y constraints=Y rows=y log=<import log file location> But, what if we want t

  • Saved Pages doc as pdf now I want to edit it

    I created a document in Pages and saved it as a pdf, but I forgot to save a version that I can edit. How do I revert back to a document that I can edit? I usually save a Pages document and a second pdf document. Thank you!

  • Blinking / flickering update flash player

    i'm using my windows 8 laptop when suddenly a message from flash player came and it told me to update it to the newest version...and i click yes...and for a while my laptop start to flickering and when i open my folders. it disappear... and also ther

  • Install configuration for Crystal Reports Viewer 2011

    Hi, Is there any way to configure the defaults for Crystal Reports Viewer 2011 as part of the installation routine? Specifically we would like to: 1. Switch off the attempt (on launch) to make an internet connection for community resources 2. Hide th

  • Removal of room reverb

    Is it possible to remove or lighten a small amount of room reverb from a single voice soundtrack using any of the filters in Soundtrack Pro or any other software?