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.

Similar Messages

  • 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

  • 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

  • Obtain list of fields for marketing attributes against BP

    Hi All,
    I'm working on a data extraction routine for BP data and need to be able to allow the user to select which fields will be extracted and added to the output file.  I've got some standard code that so far uses a data dictionary structure to create a pop up of fields with checkboxes so the user can select which fields to output - it uses FM DDIF_FIELDINFO_GET to simply list all fields for a given structure.
    My requirement is to extend this so that all possible marketing attributes against business partners are also available for selection in the field list.  I guess to do this I need to find a way of reading all fields defined for any BP type attribute sets.
    Does anyone know of any FM's that do this or have any ideas around tables I can read?
    Note: I'm after the atttribute names not the actual values.
    Thanks,
    Gareth.

    Hi Gareth
    I think the function modules in group CRM_MKTPFTPL_OW are really valuable.
    Maybe you could call CRM_MKTPFTPL_GETLIST and then call CRM_MKTPFTPL_READ_CHR for each one.
    They aren't called by Pratik's FM's though .
    Cheers
    Dom

  • 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

  • Issue Using Boolean Attribute in Decision Tables Conditions

    I'm using Oracle BPM Suite 11g 11.1.1.4.0 for my application. In my business rules, I need to use the nillable boolean attribute in Decision Table conditions, so I import java.lang.Boolean class in the Java Facts, I append .booleanValue() to the condition. I validate the rule, it's ok. Then I deploy my application to server, when I test the my process, i encounter a error:
    <bpelFault><faultType>0</faultType><operationErroredFault xmlns="http://xmlns.oracle.com/LoanApprovalRules/LoanApprovalRules_DecisionService_1"><part name="payload"><errorInfo xmlns="http://xmlns.oracle.com/LoanApprovalRules/LoanApprovalRules_DecisionService_1"><errorMessage>The class 'com.oracle.xmlns.bpm.bpmobject.data.loaninfoobject.LoanInfoObjectType' has no member named 'hasAssets'. at line 6 column 3 in main</errorMessage></errorInfo></part></operationErroredFault></bpelFault>
    HasAssets is Bool type. If I remove java.lang.Boolean in Java Fact, and remove conditions of hasAssets, the process run perfectly.
    Can you help me?
    Thanks.

    I'm using Oracle BPM Suite 11g 11.1.1.4.0 for my application. In my business rules, I need to use the nillable boolean attribute in Decision Table conditions, so I import java.lang.Boolean class in the Java Facts, I append .booleanValue() to the condition. I validate the rule, it's ok. Then I deploy my application to server, when I test the my process, i encounter a error:
    <bpelFault><faultType>0</faultType><operationErroredFault xmlns="http://xmlns.oracle.com/LoanApprovalRules/LoanApprovalRules_DecisionService_1"><part name="payload"><errorInfo xmlns="http://xmlns.oracle.com/LoanApprovalRules/LoanApprovalRules_DecisionService_1"><errorMessage>The class 'com.oracle.xmlns.bpm.bpmobject.data.loaninfoobject.LoanInfoObjectType' has no member named 'hasAssets'. at line 6 column 3 in main</errorMessage></errorInfo></part></operationErroredFault></bpelFault>
    HasAssets is Bool type. If I remove java.lang.Boolean in Java Fact, and remove conditions of hasAssets, the process run perfectly.
    Can you help me?
    Thanks.

  • 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

  • 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

  • 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

  • External lists for updating marketing attributes

    Hi,
    I'm now working in CRM 3.1, but we're going to upgrade for 5.0 in the autumn. In this relation I'm working on a pre-project where I'm looking for the possibilities for using external lists for updating marketing attributes on existing BPs. How can I map this fields? Do I use advanced mapping fields or structure enhancement using appended fields?
    Thanks, Camilla

    Camilla,
    Yes, this function become standard for CRM 5.0. CRM5.0 ELM provide different format types for create BPs (with marketing attributes), activities and leads. You need to define different format type when you create mapping format. For updating marketing attributes, you need to choose type  "Business Partner" type so that all the marketing attributes will be available for you to pick to create the mapping format.
    You can look at the CRM5.0 release note and document for more details
    Regards,
    Min

  • 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

Maybe you are looking for

  • Session Time out and iTunes login issues

    I am trying to put a digital copy of an Alvin and the Chipmunks DVD into iTunes for holiday tomorrow for my daughters. The redeem code screen comes up fine in iTunes but then next screen after that always says "Session Timeout" your session has timed

  • HT1386 Why do I have duplicate songs after syncing?

    Whenever I sync my phone, I notice some of my songs are duplicated? Also, my playlists dont transfer to phone but are still on my computer

  • Regarding warning messages

    Hi , Iam using call transaction(tcode ff67). In this iam getting warning in foreground where as in background it is not showing the warning message. In background  the record is being saved. If there is any warning message in background  how to handl

  • Why would Illustrator CC only function if I open it in an alternate log in (Mac)?

    I've had issues with Illustrator CC not launching. I've  tried all suggestions including deactivating my Suitcase Fusion 2 fonts. As it turns out, if I log out as my normal log in identity and log in as an alternate log in, the program works fine. No

  • Can't write to/unmount Drive

    One of my internal drives has begun shutting down and spinning up quite often, as well as exhibiting other strange behaviors. I couldn't repair it with Disk Utility because it wouldn't unmount. I suspected some process was using it and while i had th