Product vendor relationship table

Hi,
We have following scenario in CRM 6.0
Vendor ( as Business partner ) are assigned in  relationship tab "vendor" to a product.
Can anybody give me table name where this relationship of vendor and material is stored in CRM.
And if we want to add new relationship category to the product , how it can be added?
Thanks in advance.
regards,
PD

Hi there,
Maybe I've explained poorly.
In table COMM_IL_PRDVND you can put your product GUID in SOURCEGUID field, and you'll obtain the partner guid in field DESTINIGUID.
Then, go to table BUT000, and enter this DESTINIGUID as PARTNER_GUID, and you'll obtain the partner ID..
If you want to do this in code, use FM COM_PRODUCT_IL_READ. However, I warn you that this function is not available for testing in t-code SE37. You'll have to test it by coding, and by declaring as reltype 'PRDVND', and by declaring an internal table with a field called SOURCEGUID (where you put your product guid), to bind with parameter IT_LINK_IDENTS. The result will be brought in parameter ET_INTERLINKAGE.
Hope that this may help you a little more.
Kind regards.

Similar Messages

  • Newbie Repository question: How to add extra columns to relationship table?

    I've defined the following item-descriptors:
    <item-descriptor name="award" display-property="id">
    <table name="bc_award" type="primary" id-column-name="award_id>
    </table>
    </item-descriptor>
    <item-descriptor name="product" display-property="displayName" xml-combine="append">
    <table name="bc_product" type="auxiliary" id-column-name="product_id">
    </table>
    Now products and awards have a many-to-many relationship, so I also added the following under the product item-descriptor definition:
    <table name="bc_prd_awards" type="multi" id-column-name="product_id">
    <property name="awards" data-type="set" component-item-type="award" column-name="award-id"/>
    </table>
    So far, so good. However, I actually want some extra information on the relationship table. Namely, the catalog to which the product-award association applies. In other words, I'd like the create table statement to turn out something like this:
    CREATE_TABLE bc_prd_awards (
    product_id varchar2(254) NOT NULL REFERENCES dcs_product(product_id),
    award_id varchar2(254) NOT NULL REFERENCES bc_award(award_id),
    catalog_id varchar2(254) NOT NULL REFERENCES dcs_catalog(catalog_id),
    PRIMARY KEY(product_id, award_id, catalog_id)
    Any ideas as to how I accomplish this?
    Edited by: user6200425 on Jul 1, 2011 1:04 PM

    If you want to add catalog information to the product-award association, do this.
    <item-descriptor name="product"/>
    <table type=multi>
    <property name="productAwardAssociation" component-item-type="productAward" data-type="set" />
    </table>
    </item-descriptor>
    <item-descriptor name="productAward">
    <property name="award" column-name="award" item-type="Award"/>
    <property name="catalog" column-name="catalog" item-type="Catalog"/>
    </item-descriptor>
    <item-descriptor name="Award">
    --- award related properties
    </item-descriptor>
    Hope this helps.
    Thanks
    karthik

  • I am trying to install Elements, I get this constant error message. This installation is not supported by this processor type. Contact your product vendor.

    I am trying to install Elements, I get this constant error message. This installation is not supported by this processor type. Contact your product vendor.
    I am using Windows 8.

    Hi,
    Which version of Photoshop Elements are you trying to install?
    Are you installing from DVD or a download?
    If DVD, make sure you are using the Windows one, not the MAC one.
    What device are you trying to install on?
    Does your system meet the required spec?
    Are you on Windows 8 or Windows 8.1?
    Brian

  • Having trouble trying to install itunes 10.5. Receive message saying 'There is a problem with this installer package. A program required for this install to complete could not be found. Please contact product vendor'

    Having trouble trying to install itunes 10.5. Receive message saying 'There is a problem with this installer package. A program required for this install to complete could not be found. Please contact product vendor'

    Managed to get the installation sorted. Go to Control Panel, and where you have a list of all installed programs, repair all the Apple/Itunes related programs. Installation worked fine after that. Hopefully it helps you out too!

  • How to read records from Relationship table using ABAP API's

    Hi All,
    I need to retrieve the records from Relationship table. In Java API's I came to know there is an option to retrieve this. I could not find anything in ABAP API's. Is there any option in ABAP API's to do this.
    Please Suggest.
    Thank You,
    Gajendra.

    Hi Gajendra,
    You can mainly read records from MDM (in a DDIC structure) using ABAP API's using the following function modules/methods:
    1. RETRIEVE: This is used to generically retrieve records from tables. Attributes and Values can also be retrieved.
    2. RETRIEVE SIMPLE: Retrieve records from MDM in a simple way.( simple data types).
    3. RETRIEVE CHECKOUT: Retrieves all checked out ID's.
    4. RETRIEVE ATTRIBUTES: Retrieves attribute(s) from a Taxanomy table.
    You will find all these methods in the following interface
    Interface : IF_MDM_CORE_SERVICES
    Hope it helps.
    *Please reward points if found useful.
    Thanks and Regards
    Nitin Jain

  • SHOW THE PARENT CHILD TABLE RELATIONSHIP TABLE

    hi experts,
    I want show the parent child relation ship tables
    for exmple iam passing the emp table then display related child tables like dept,grade after that again child table(dept,grade) related to child relationship tables like recursive
    Regards,
    VENKAT

    Probably something like below. This may not be exactly what you are looking for, but one way to get what you are asking for.
    Only if you can give specifics, of your Input being passed and the Output, it might be possible to provide more help. But you also need to help us with your best effort on this.
    select *
      from (
            select prior table_name Child, table_name Parent
              from user_constraints
             start with constraint_name = some_constraint_name_of_Parent_Table
            connect by constraint_name = prior r_constraint_name
           ) a
    where a.child is not null;

  • What is Relationship table and how to work on that

    Hi MDM Gurus,
             Can anybody please let me know regarding Relationships table and how to work with that. I am aware of all the other MDM concepts.
    Regards
    Yugandher

    Hi,
    Relationship tells how the records from main table and subtable are related to each other. We need to first create the entry in relationship table from MDM Console. MDM support two types of relationships:
    1. Parent/Child Relationship - Applicable for all possibilities of main and lookup table
    2. Sibling Relationship - Applicable only for Main table records
    For More information refer the below links
    1. What are Relationships and how to create them
    http://help.sap.com/saphelp_mdm550/helpdata/en/8e/9f9c427055c66ae10000000a155106/frameset.htm
    Repository Maintainance -> Repository Structure Operations -> Relationship table
    2. How to work with Relationship table
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/e0615f82b40a2ee10000000a11466f/frameset.htm
    Record Mode -> Editing Relationships
    Regards,
    Jitesh Talreja

  • Formatted Data from 1 to many relationship tables

    Hi All,
    How can we get data from 1 to many relationship table in a formatted way, for example I have tables:
    Search (Id, title)
    Criteria (Id, searchId, radius, latitude, longitude)
    Results (Id, searched, zip-code, city, state)
    And I want response to look like this:
    "Id":"A86E8DE3-36B0-4DBE-822E-326F84AF8FEE",
    "title":"Untitled",
    "criteria":{
    "Id":"A86E8DE3-36B0-4DBE-822E-326F84GHFUI",
    "searchId":"A86E8DE3-36B0-4DBE-822E-326F84AF8FEE",
    "radius":5,
    "latitude":31.2379068,
    "longitude":-85.456757
    "results":[
    "Id":"A86E8DE3-36B0-4DBE-822E-326F8HKLLKJ",
    "searchId":"A86E8DE3-36B0-4DBE-822E-326F84AF8FEE",
    "zipcode":"36302",
    "city":"Dothan",
    "state":"Alabama"
    One ugly way would be to get search data and then execute two queries against each search one for criteria and one for result. Any other way. Also sometime we to need to increase timeout of Custom API request depending on the complexity
    of it. How to sort it out?
    Thanks,
    Attiqe Ur Rehman

    There are a couple of options:
    Use database views. For an example, see my forum posts on this thread: https://social.msdn.microsoft.com/Forums/azure/en-US/4c056373-d5cf-4ca6-9f00-f152d2b01372/best-practice-for-syncing-related-tables-in-offline-mode?forum=azuremobile#0e23494c-1da2-4ee3-ac5a-6955d0dfed3e. 
    Or, if you using the .NET backend, you can use Automapper to flatten the relationships:
    http://blogs.msdn.com/b/azuremobile/archive/2014/06/18/insert-update-related-data-with-1-n-relationship-using-net-backend-azure-mobile-services.aspx

  • Can I Use The Products On The Tables At The Apple Store

    I Want An Apple Product But i dont know if i should get an ipod and iphone idk but i would like to know if i can use the products on the tables so i can choose the apple product i want and i need to know before this afternoon

    If they're sitting on the tables and not in boxes, they're display models and intended for people to play around with without buying them.
    (78249)

  • Bapi's or Fun Modules to update vendor related tables

    Hi All,
           Can any one tell me the Bapi's or funtion modules to update,create or modify vendor related tables without using any call transaction.
    Best answers will be rewarded nicely.
    Regards,
    praveen.

    Hi
    Did below code work for you?
    If not the best way to manage Vendor information for UPDATING and CREATING check below class
    VMD_EI_API
    Which you just use methods INITIALISE and MAINTAIN with the populated structures of vendor tables.
    Regards
    Tumelo Modise

  • Urgent: regarding vendor report(tables)

    Hi,
    I am making a report in which i have to display the status of a vendor payment is done or not. I know that there are 2 tables which are going to be used i.e. BSIK n BSAK (for open items n cleared items) . i want to know is there any necessity of other tables such as BSIS n BSAS as they are the 1nes which are on the basis of g/l account (open n clear items).
    Plzz provide me guidelines for it as help will be deifnately rewarded.

    Hi,
    Actually i have to show the status of the vendor payment is done or not. r u sure the use of BSAS n BSIS table. what is the difference b/w VENDOR LINE ITEM DISPLAY  - FBL2N and G/L Line item display -FBL3N.
    This thing is making me confuse that the necessity of the tables as i have to display the payment  of the vendors accoring to the MIGO ( in which the  vendors are mentioned. for this thing i am taking XBLNR field from MKPF as it the common field b/w BKPF and after that taking the BELNR and XBLNR from BKPF to the BSAK n BSIK table.
    Plzz tell me that i am using correct relationship among the tables also.It is really urgent to me .
    Edited by: abaper2008 on May 23, 2008 6:49 AM
    Edited by: abaper2008 on May 23, 2008 7:08 AM

  • Vendor classification - Table

    Hi All,
    I have 3 lac plus vendors in my Production system,i have to find which are all the vendors have classification details.
    Please let me know, if there is any table to put classifications and get the vendors as o/p.
    thanks in Advance
    Carthee

    hi
       I can u please tell me some hint or procedure to define class for vendor if possible with t-code
    thank in advance
      with regards
      R.V

  • Vendor list table

    Hi there,
    SRM 5.0.
    Can anybody guide me for whats the standard table which holds the Product category and vendor info.
    there are seperate table to hold product cat and Vendor (VENMAP,BUT001) but which is the table which holds both the data in one table of the vendor list.
    My requirment is that while creating limit order i can key in any vendor which is not on vendor list but ideally it should check the vendor list and shows an error message if the vendor is not present there.
    Regards

    Hi Rupesh,
    You can make use of these tables...
    1)Product category
    COMM_PRODUCT (Product table)
    COMM_CATEGORY (Product category table)
    ROST_SEL_PRODCAT: Product Categories for Registration
    2) BUT000 table for all kind of partners in SRM (Bidders, Vendors, contact persons, suppliers, goods recipients, etc..)
    3) Table VENMAP for Vendors replicated from R/3 backend using BBPGETVD Transaction.
    ROST_LANG_QSTN   -> Language Selection for Question
    ROST_PCAT_QSTN   -> Assign Product Category and Questionnaire to Lan
    ROST_SEL_PRODCAT -> Product Categories for Regis
    ROST_WS_QSTN     -> Web Survey Questionnaire
    ROS_BP_PC_SURVEY -> Assign Vendor, Product Category, Survey
    CRMD_IC_SCRATTR      Script/Survey attributes (Interactive Script Editor)
    ROST_WS_QSTN         Web Survey Questionnaire                           
    ROS_BP_PC_SURVEY     Assign Vendor, Product Category, Survey           
    TUWS_SURVEY          Survey                                            
    TUWS_SURVEY_LOG      Survey Log                                        
    TUWS_SURVEY_PUB      Survey Publishing                                 
    TUWS_TAROBJ          Survey: Recipients                                
    TUWS_TAROBJ_ATTR     Survey: Recipient Attributes                     
    Please reward for helpful answers.
    Regards,
    Ashwin.

  • BOM Header and Components Relationship table

    Hi There,
    Can you please let me know the table which specifies the relationship between BOM Header and Its components in Product Master?
    Any Help is appreciated.
    Regards,
    Chanakya Reddy

    Thanks everyone,
    Solved it myself.
    Regards,
    Chanakya Reddy

  • Addition of a field in vendor master table at company code level

    Hi Champs,
    My requirement is to add a field in LFB1 table.
    I have added the field in the table using append structure, that was fine.
    I need to add the same for input/output on the screen 215 of program SAPMF02K (for the screen of Payment transaction Accounting at company code level).
    As far as I know there are only screen enhancements for Vendor master(no screen exits). The screen enhacements are  "Prepare Modification-Free Enhancement in Vendor Master Record". But using that i need to create a subscreen, but in my requirement I need to add the field on the same screen.
    Is there any solution for that???
    Please let me know if my doubt is not clear.
    Regards,
    Nishant

    Hi Krish,
    I am not able to find the screen exit for my requirement.There is only screen enhancement for Vendor master.If you have any idea of the same pls let me know.
    I am ok with the solution that i need to change in the standard screen using access key,  but do i need to code anything in the PAI or PBO of the screen or it will be taken care automatically. Details of the program and screen is already given.
    Thanks
    Reagrds,
    Nishant

Maybe you are looking for

  • Date Performance issue

    hi Guru's, I am using 11.1.6.8 OBIEE. One of my report is having performance issue when i dig into that i found that the date filter not applied in the SQL generated to send DB, due to that it is doing table scan, But strange thing is that when it di

  • In MVC, do i need a View or Page with flow logic for POPUP window

    Hi All, I have the below scenario using the MVC pattern. I have a main view with 3 trays, each tray has two buttons, for example first tray has Create Order button. When I click on this button, I need a popup window to come with a tableview and a but

  • About production and development enviornment

    hi I have a newbie kind of question...... I want to know how the developer, staging and production enviornment work in Siebel CRM On Demand? I want to know how changes made in the development enviornment are transferred to production envirnment? than

  • WARNING: Updating or restoring your iPhone may brick it

    There is a problem with the Apple iTunes store and it is bricking iPhones when you attempt to upgrade or restore them. You will get a 11222 error and the phone will be useless. This seems to be more related to older models but the genius bar people a

  • Tools for Mobile App Development with HTML5/CSS

    Hi -- I am interested in learning to develop cross platform mobile apps using HTML5 and CSS. Which Adobe product(s) (and other tools) are best for this? I'm guessing that Apache Cordova and Adobe PhoneGap Build are places to start but I'm looking for