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

Similar Messages

  • Which table stores the condition values of a purchase order line item?

    Hi,
    Please let me know the table that stores the condition values of purchase order line items(when we click on conditions tab after selecting an item then we can see the condition types and there is a corresponding condition value for that condition type.
    My requirement is to get the actual price for a purchase order line item(it can be seen in the last line and it is calculated after considering all the condition types) and display this value in a custom report.
    Thanks,
    Ravindra

    Hi Ravindra
    You can find the conditions data for PO in TAble KONV.
    KONV-KSCH is the condition type
    KONV-KWERT is  the cond value
    KONV-KNUMH is the condition doc no. which is there in EKKO field KNUMH.
    So u have to make a link between KONV-KNUMH and EKKO-KNUMH.
    Thanks
    Vijeta

  • 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

  • IN which table stores the Value of sales orders Net Value

    IN which table stores the Value of sales orders Net Value

    Hi Lakshmi,
    Check Following Tables:
    CRMD_PRICING_I
    CRMM_PR_SALESA
    CNCCRMPRSAP00090
    Reward Points if Helpful.
    Srini.

  • 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

  • Which table stores the value of status column in leave request.

    Which table stores the value of status column in leave request.If i give pernr ,absence type and date how would i get the status
    Thanks
    Bala Duvvuri

    Hi,
    PTREQ_ACTOR      -              Request Participant
    PTREQ_ATTABSDATA    -           Request Data for Attendances/Absences
    PTREQ_BATCH              -      Time Stamp for Run of Background Jobs
    PTREQ_CKEY_MAPP      -        Cache Assignment Table
    PTREQ_HEADER             -      Request Header
    PTREQ_ITEM_TYPES       -        Request Item Types
    PTREQ_ITEMS                  -  Request Items
    PTREQ_NOTICE                -   Note for Request
    PTREQ_STATUS_CHK      -         Check Methods for Status Transitions
    PTREQ_STATUS_TRA      -         Status Transfers
    PTREQ_TYPE                    - Request Types
    PTREQ_XFEREVENTS       -        Permitted Status Transitions
    PTREQ_XFEREVNT_T        -       Texts for Status Transitions
    Value of staus column you can check it PTREQ_STATUS_CHK

  • Which table stores RFQ values

    Hi All,
             Which table holds the RFQ values which r created using transaction ME41.
    Regards,
    Krishna

    Hello:
    EKKO for header data
    EKPO for item data
    EKET for deliveru schedulle data
    EKPA for bussines partners (if you use this functionality)
    If you use RFQ's for service (use EKPO-PACKNO  as reference)
    ESLH for service header
    ESLL for service line
    Best regards
    Jose Luis

  • 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 the net book vaues of assets ?

    Hi,
    I want to see which table stores the Net book value of assets.
    in the assets books and financial information windows the figures are there. but I cannot find the table.
    Thanks and Regards,
    MPH

    Hi
    Hope this below query may help u
    you can get all the amounts by passing asset id , from_date and to_date
    SELECT far.cost_retired,
    far.nbv_retired,
    far.proceeds_of_sale,
    far.gain_loss_amount
    FROM fa_retirements far, fa_transaction_headers fah
    WHERE 1 = 1
    AND far.asset_id = p_asset_id
    AND far.book_type_code = p_corp_book
    AND to_char(fah.date_effective, 'DD/MM/RRRR') >= p_from_date
    AND to_char(fah.date_effective, 'DD/MM/RRRR') <= p_to_date
    AND far.status = 'PROCESSED'
    AND fah.transaction_key = 'R'
    AND far.asset_id = fah.asset_id
    AND far.book_type_code = fah.book_type_code
    AND far.transaction_header_id_in = fah.transaction_header_id
    AND far.transaction_header_id_in =
    (SELECT MAX (far1.transaction_header_id_in)
    FROM fa_retirements far1, fa_transaction_headers fah1
    WHERE far1.asset_id = far.asset_id
    AND to_char(fah1.date_effective, 'DD/MM/RRRR') >= p_from_date
    AND to_char(fah1.date_effective, 'DD/MM/RRRR') <= p_to_date
    AND far1.book_type_code = far.book_type_code
    AND far1.status = 'PROCESSED'
    AND far1.asset_id = fah1.asset_id
    AND far1.book_type_code = fah1.book_type_code
    AND fah1.transaction_key = 'R'
    AND far1.transaction_header_id_in = fah1.transaction_header_id);
    Please let me know if u need any help
    Thanks
    Prasanna

  • Which tables store the domains and data types?

    Hi.
    From what I know, DD01L stores all the domains (both SAP and user-created) in the system. Is this understanding correct?
    As for data types, which table stores them?
    Thanks.

    Hi,
    All abap program stored in the TADIR table and TRDIR
    Z_reports are stored in the table REPOSRC
    TVDIR is the system table(view) maintained by sap.
    in this all Tables are stored.
    TVDIR is a repository of VIEWS.
    The domains are stored in DD01L
    The tables that are created are stored in DD02L
    Fields are stored in DD03L.
    Data Elements are stored in DD04L
    DD06L                          Pool/cluster structures
    DD07L                          R/3 DD: values for the domains
    DD08L                          R/3 DD: relationship definitions
    DD09L                          DD: Technical settings of tables

  • Get Node ID of PFCG tx., which table stores it? I tried F1 help but no use!

    Hello,
    Pls. let me know how to get / read the node ID's value of PFCG tx, which table stores this value?
    Thank you

    Hi,
    Use the table AGR_HIER to get the node id of all WD applications of a  ROLE.
    Sample Code:
    select single *
                   from AGR_HIER
                   into ls_agr_hier
                   where  agr_name = 'ROLE_NAME'
                            and reporttype = 'OT'
                           and REPORT = 'WDY_APPLICATION'.
    Now, you get all wd applications attached to that node.
                   ls_agr_hier-OBJECT_ID ..... is the node id
    Check tables with AGR_*  to find out the exact match against your application name
    Hope this helps you.
    Regards,
    Rama

  • Error When Creating/Inserting New Marketing Attribute Value

    Merry Christmas & Happy New Year,
    Need help here, when I create/insert new marketing attribute value in existing marketing attribute, I encounter the following error "The values currently maintained lead to inconsistencies in the database".
    In the detail error, it specifies that I was trying to change existing attribute which is not true.
    Initially i thought it was authorization issue, but when i do the same procedure in CRM GUI, it works fine, only from Web UI then i encounter the problem.
    Any lead is really appreciated.
    JD

    Hi Robert,
    thanks for the info, we did implement the note but still having the error.
    we also have implemented following notes but it still does not solve the issue yet.
    0001486409 Incorrect counting in CRM_MKTPFCHR_CHECK_STRING_BW
    0001490425 Nonsensical values for marketing attributes
    0001491491 Field DATUV in AUSP for newsletter scenario
    0001499712 Marketing  Attributes are not saved properly in WEB UI
    0001509448 MKT ATTR:Save value for marketing attribute impossible
    0001531447 Problems in CL_CRM_BUIL_MKT_ATTRIB~READ

  • Which table stores the data of transaction FBL1N...?

    Hi,
    Please help me find out which table stores the data ,generated from transaction FBL1N..Actually i need to find out the g/l account against the vendor account that is being displayed in FBL3N's document overview.

    Hi,
    Data will be retrieved from following table :
    tables: lfa1, lfb1, bsik, bsid, kna1, t001,t005, SKAT, SKB1.
    In BSIK you have  both LIFNR and HKONT. You will get the data based on the LIFNR and HKONT. LIFNR is Vendor and HKONT is GL assigned to the vendor.
    Thanks,
    Sriram Ponna.
    Message was edited by:
            Sriram Ponna

  • Which table stores program names?

    Hi,
    Which table stores the program names.
    Suppose i have a program with name ZTEST.
    And the program ZTEST has 2 more include programs ZTEST_TOP and ZTEST_MAIN.
    Now the requirement is that i'll have the program name (Say ZTEST), I need to fectch the includes associated with e program.
    I wanna know which table stores this data(program and its corresponding includes).
    Thanks in adavance.
    Vishnu

    Hi,
    If you are using this for searching the includes of your z program/function group, you can filter out the objects starting with "Z","Y","LZ","LY".
    Regards
    Vinod

  • Which table contains net book value for Assets created with AS91.

    Which table contains net book value for Assets created with AS91.
    I have a problem locating where the net book value is stored in SAP.  Is it simply calculated and not stored in any one place?  I am trying to predict how SAP will calculate the net book value for some assets we plan on converting, but my formula doesn't always work consistently and I have not idea what is going on.  If it is stored in a table some place, can anyone please let me know!
    Thank you all

    Hi anar.samadzade & Michael Stewart
    It is not possible to directly get net book value of an any Table. You must migrate the gross book value (acquisition cost) and the accumulated depreciation. SAP will then calculate the NBV.
    Gross Block & Accumulate Dep you will get from Table: ANLC
    http://fixedassetsaccounting.net/migrating-fixed-assets-into-sap-a-harlex-guide/
    Dear anar.samadzade Ask Questions politely
    Regards
    Viswa

Maybe you are looking for

  • How to insert a NULL value in SQL using JDBC Adapter

    Hi All, I have a File -> JDBC scenario. In the File and in the SQL table  I have a column called "MR_DATE" that needs to be mapped I have to do the following: If MR_DATE is NOT equal to "00000000"          then pass MR_DATE to SQL table else         

  • SAP IK Transports Error

    HI Experts, I got error while improting SAP IK Sp3 Unicode Trasnsports in the BI SYSTEM. please find detailed error message from the log file. R21K900693 (Business objects personalization objects) Failed with return code:8..See below error message Pr

  • Manage Snow Leopard Server from Mac OS X Lion

    Hello, can you tell me if I can manage Snow Leopard Server installed on a Mac mini from Mac OS X Lion on a Mac Book Pro? Where can I find the administration tools? (Admin server, etc...)

  • ChaRM taking standard SAP transport layer for a project

    Hi After creating transport request via ChaRM, we notice that the request is assigned to the transport group where standard SAP transport layer is assigned, and not to the respective project transport group. I activated ChaRM for a project, by assign

  • Native Enterprise Manager

    Hello Friends. I need help to reinstal (repair) the installation of the Native Enterprise Manager, on oracle 10gR2. Is it possible to reinstall the em ? Or not... any tips would be very usefull Tks a LOT