Fetch Product Attributes using get_extension

Hello TechGurus,
I am executing BOL Query 'IsuOrderItemQuery' by passing 'CA_number' which is giving me list of ISU Contracts. Now for each contract's product , I need to fetch product attributes (Custom).
I am trying to fetch the same using class method cl_crm_isu_order_info=>get_extension. I am passing item GUID to this method along with attribute name as a object name but I am failed to fetch the value of the attribute.
I am using below code.
    cl_crm_isu_order_info=>get_extension( EXPORTING iv_guid        = l_wa_ser_contr-guid "contains item guid
                                                iv_object_name = 'ZDEVICE_CR_PP'
                                      CHANGING  ct_extension   = <it_extension> ).
What may be the reason behind this? Any pointers towards this will be appreciated
Thanks in Advance,
Prashant

Hi,
Solved...
Please use below method : Pass product GUID which can fetch from table comm_product.
  CALL METHOD cl_crm_isu_extension=>get_available_fields
    EXPORTING
      iv_product_guid     = p_l_wa_ser_contr_product_guid
    IMPORTING
      et_extension_fields = p_lt_ext_values_prod
    EXCEPTIONS
      error_occurred      = 1
      OTHERS              = 2.
Thanks,
Prashant

Similar Messages

  • Change product attributes by using BOL program

    Hi every one,
    I am very new to BOL program. Can any one help me out how to change the product attributes by using BOL program. How to find the relations in BOL program?
    Thanks in advance.

    Hi Rams
    All the components that are seen in genil_model_browser would be defined in spro under the following path:
    Customer Relationship Management ->CRM Cross-Application Components->Generic Interaction Layer/Object Layer->Basic Settings
    If you are looking for the product master, here you can find the component 'PROD'.
    Now goto tx genil_model_browser and enter component PROD. In here, under Root Object 'Product', you can see all the relations.
    Hope the above info helps.
    Regards
    Nisha

  • How can we use the feilds "Product Attribute" -sales org2 in material maste

    give me any simple scenario/ example where you can use the above feild
    Thanks in advance
    Jaya Ho
    regds

    Hi Sunitha,
    This prevents customers from buying products that they are not allowed or do not want.
    For Example,
    Say Product Attribute 1 = FAT content above 30%.
    And Material 100001 has Fat content above 30%... So you mark Prod Attribute 1 in material master.
    Now you need to mark "Prod Attribute 1" in the customer master (Ship to Party) who does not want to buy materials which has Fat content above 30%.....
    Say you marked Prod Attribute 1 for Customer XXXXX.... and trying to create Sales order for this customer with material 100001... You will get the message as per Sales Doc Type settings.
    So now the system will give you an Error/ Warning/No message as per setting done in Sales Doc Type - Product Attribute message filed in VOV8.
    Hope this will be helpful to you...
    Muthu
    Edited by: Muthupandiyan C on Mar 4, 2009 8:09 PM

  • Delete price on product attributes

    I added 2 attributes to a product and want to know how do I delete the pricing for the attributes, besides using us/00.  When left blank, BC calculates double the price for the singular item.  For example, attribute red + attribute sm = $40.00, while the shirt is $20.00.  any advice helpful.

    Hi Devi,
    I myself had same issue as wrkin for a real estate Client. Below was the reply i got from one Mr. Pavithra G K. I havent tried it as yet. Try it out do lemme know hows systems reacting to it.
    =========================================================
    In order to have new attributes at the Product level and enable their usage in Pricing you could try the following:
    1. Define new attributes and set types (Tcode - COMM_ATTRSET)
    2. In order for these new attributes to be passed to Pricing, you will have to create new fields in the field catalog to fill Pricing communication structure CS_ACS_I_COM.
    IMG Path->Customer Relationship Management->Basic Functions->Pricing->Define Settings for Pricing->Maintain Field Catalog
    3. You can then enhance your Order Item UI using screen sequence control to make your new product attributes available at the Order level.
    4. Implement BAdI 'CRM_COND_COM_BADI' to fill the newly created fields of the field catalog in pricing communication structure CS_ACS_I_COM. This can be done by reading product attributes of the order item structure and assigning them to the newly created fields in the field catalog.
    5. During Order processing, depending on the values of your Product attributes which are part of the Item structure, Pricing would be triggered which would fetch different condition rates.
    Do reward points if helpful.
    Regards,
    Suji
    Suji

  • Replication of Product Attributes from ECC to CRM

    Hi Experts - Is there any standard functionality in CRM which serves same as Product attributes of ECC.
    In ECC, Product attributes 1 to 10 can be used as an indicator to check whether the ship-to party accepts the attributes of a product. During sales order creation system will give a warning or error based on product attributes of ship-to party and material.
    Let us know, if this functionality supports in CRM.
    Thanks,
    Sree

    Hello,
    I have exactly the same question. Did you find out if it is possible?
    I haven't found anything in the standard doc , si I guess these ECC product attributes don't have an equivalent in CRM, meaning we should use customer specific  fields on ECC side and  product "attributes" (in the sense of attributes of customized set types) on CRM side.

  • Search on Product Attributes in Web UI

    Hi All,
    Need your help on a requirement that we have:
    We need to capture the customer Legacy (Old) material number in CRM product master.
    We also need to search on this Legacy Number in the Product Search View in the IC_AGENT profile.
    We thought of storing it in a Product Master Attribute, as there is no standard field in the CRM Product Master to capture this Code. However the Product Attributes are not visible in the Product Search criteria in the WebUI (Role IC_AGENT).
    Has anyone worked on adding Product Master Attributes in Product Search criteria in the WebUI (Role IC_AGENT)?
    Thanks
    Suneel

    Hi Reddy,
    Thank you for your inputs. TO maintain the search attributes first I need to map the filed " old material number  In CRM but  the "old material number " field is not available   in the CRM product master . Our requirement is first to  map the "oldmaterial number " filed from R/3 to CRM product master and then to use the same  in the Product Search View in the IC_AGENT profile.
    Can  you give some inputs to capture this filed in product master of CRM..
    Thanks
    Suneel

  • How do I add products to an order/invoice and select a product attribute

    Thanks in advance for your assistance!
    In using BC as a CRM, we would like to use it as a way to produce quotes, orders and invoices for potential new customers and repeat customers in the system.
    I cannot seem to add a product to a quote/order/invoice - and select the desired product attribute(s)...
    Is this a fixable issue or "no go" territory?
    Thanks again,
    Lloyd

    Hi Lloyd,
    Unfortunately this is a wishlist request as you cannot select the product attribute item when manually generating an order from the CRM at this stage. 
    The only workaround is to create the order on behalf of the customer on the front-end side of site.  
    I'll pass this feedback to our product team as well. 
    Kind regards,
    -Sidney

  • It seems you cannot clone objects with attributes using lazy loading in JPA

    I have an entity with an attribute using lazy loading:
    @Entity
    public class B {
    @ManyToOne(fetch=FetchType.LAZY)
    private A a;
    @Entity
    public class A {
    Assume the following code:
    A a1 = new A();
    A a2 = new A();
    B b1 = EntityManager.find(B.class, ...);
    b1.setA(a1);
    B b2 = b1.clone();
    b2.setA(a2);
    Now with lazy loading enabled I get b1.getA() == a2 instead of b1.getA() == a1. Moreover, the debugger displays the same value holder in b1 and b2 for the attribute a. It appears as if cloning does not make a (deep) copy of the value holder managing the attribute a.
    How can I create a copy b2 of b1, such that the value holder managing a in b1 is a different object as the value holder managing a in b2?
    Thanks, Thomas.

    I have filed a bug to have this addressed in Oracle TopLink 11gR1. I would recommend you file a bug against TopLink Essentials in GlassFish or if you have a support contract report the issue to metalink to have the issue resolved.
    If this is urgent I did try fixing the issue with a small helper method using some reflection. This method is simplified through its throwing of Exception. If you wish to use something like this I would recommend proper error handling.
         * Helper method for cloning an entity and fixing the woven value-holders to
         * complete a proper shallow cloning.
        public static Employee clone(Employee entity) throws Exception {
           Employee clone = entity.clone();
           // Now fix the cloned ValueHolder references
           Field[] fields = entity.getClass().getDeclaredFields();
           for (int index = 0; index < fields.length; index++) {
               Field field = fields[index];
               if (field.getName().startsWith("_toplink_")) {
                   field.setAccessible(true);
                   ValueHolderInterface vhi = (ValueHolderInterface)field.get(entity);
                   Object value = vhi.isInstantiated() ? vhi.getValue() : null;
                   field.set(clone, new ValueHolder(value));
           return clone;
        }Doug

  • How do I keep product attributes from floating over product description on ecommerce site?

    When MistyAcresAlpaca.com went live, the site was working perfectly.  Over the past week, I've seen changes to the site's menus , footers and products pages that were not initiated by myself.  It appears to be a software, JS or JQuery issue.
    To clarify, catalogs have been rearranged on menu, product attributes float over product descriptions and foot information has been rearranged. 
    Customers who try to order products using IE as a browser are unable to do so.  Using Chrome or Firefox, customers are able to order products but attributes (size, color) are still floating over the product. Most of the sites customers use IE as a browser.
    Please advise on how this can be resolved and the website stablized.

    Think you may have a missing end </div> for your <div id="nav">, as it appears to be currently encapsulating the entire page including the footer.
    As a result styling for the menu #nav ul li is being adopted further down on the product details.
    Regards
    Mike

  • Related Products, Grouping and Product Attributes?

    My client http://www.meluka.co.nz/home has a new product range of Sofas. A new sub-catalog called Sofas, under the LIVINGroom catalog will be created with the six new products. By selecting a product in this sub-catalog, you are then taken to the Individual Product – Large window. This is where the layout will need to differ as each product has five different fabric options and within these fabric options there needs to be a choice of up to eight fabric colors. I’m already using Grouping & Related Products within the site. Ideally I’d like a dropdown of the different fabric types (as currently used for Grouping) and once this is chosen then the different colors shown (using Related Products) for that fabric type. The problem that I have is that Related Products need to appear in a Catalog (or Sub-Catalog) and I only want one of each of the products appearing on the Sub-Catalog page (i.e. not all the different colors.) It would seem that Product Attributes may be the answer? The large image view needs to show the chosen fabric and color. Promotion starts next week so mildly panicking…

    A combination of mandatory attribute groups, non mandatory attribute groups and javascript to show hide them based on the needs you mentioned above would be what I would be doing in that case.

  • Product attribute photos in cart?

    Hey Everybody,
    I've searched and I can't find an answer to this...
    If you have a product with attributes - lets say one is pink and one is blue. Is it possible to display the correct product attribute photo in the cart?
    It seems like if you are buying a product that is supposed to be blue, and the photo shown in cart is pink - This may cause confusion for the end user during the check out process... If anyone knows of a help article or anything that could help, I would greatly appreciate it.

    If a product atrribute is colour and is a dropdown, and considering you have only a large and small product image other then poplets for a product, then how does just a tag that fetches the small image for the cart magically change the colour of the image to match what is basically a set of information that is appended to the product name? on the cart?
    Not without custom javascript.

  • Copy text attributes using shortcut in ID CS 4!

    Hi!
    I want to copy text attributes using shortcut keys. Is it possible? It is possible in MX Freehand.
    Here, I want to copy attribute (Magenta colour) and apply to another word (Magenta colour).
    Thanks.

    You use the Eyedropper too for this. The shortcut is i, unmodified, so you can’t call it while editing text. But you can click on the tool. You then click once to load the eyedropper with the desired formatting, then click wherever you want it applied. Click and Drag, like selecting text, to apply formatting to a word or words. I have not tried editing the shortcut so it can be called while editing text, but you can try. Go to Edit > Keyboard Shortcuts, and go to Tool under Product Area.

  • Cannot change to Production mode using WLST

    Is it possible or may be it is bug?
    Even <pre>configToScript()</pre> command throws an exception
    when i'm trying to convert a Domain with <i>Production mode</i> enabled (created with Configuration wizard)!

    Since DomainMBean.ProductionModeEnabled attribute is non-dynamic, you may want to restart your server immediately after you change that attribute using WLST.
    If you still get exeception for configToScript() command after server restart, please attach the exception stack trace.
    Jason Zheng
    BEA Systems

  • Competitor products attribute

    Hi,
    I am working on CRM 5.0 with backed ECC 6.0 system.
    We have following requirement in CRM
    We have some customers ( business partners ) who also buy competitor products.
    So we want to
    1)     create different competitor products
    2)     capture who(which business partners )  are buying it
    Requesting you to give step-by-step guide  /documentation on
    1)     How to create competitor product
    2)     How to capture the product attribute like size, color in structured way when our business partner is buying the competitor product.
    Thanking you in advance !!
    Regards,
    PD

    Hi Prashant
    You can create Competitor products in COMMPR01 use category MAT_WETT
    you can maintain set types and attributes to  capture the product attribute like size, color
    Hope  it helps
    Regards
    Itty

  • LSMW record is not shows Product Attributes section for Tcode XD02

    Please advise me what changes required to resolve the following issue.
    "I am trying to record Tcode: XD02 (customer change) using LSMW, I choose Sales tab,  Product attributes section is not showing up under Sales Tab. But Product attribute section is populate when change the customer manually (without LSMW)."
    I unable to attach Screen shots here. Will be send to mail if needed.
    Please mail any documentation to [email protected]

    I solved this problem by myself. FYI while loading Product hirarchy data there is a filed called ISMHIERARCHLEVL which we need to assign the category, '1' for family, '2' for product and '3' for issue.
    Thanks,
    Raj

Maybe you are looking for

  • Moving data from pc to mac

    so im switching from pc to mac(made a post earlier with some questions) and have another question regarding moving my data. although i could use an ipod with disk enabled, could i also just use an external hardrive? my plan was to borrow my friends e

  • Multiple Apple Tv's One Mac.

    If I have three Apple tv's will I be able to sync from one mac? With the new movie rental format if we rent a movie on one apple tv will we be able to see it on the other two in other rooms?

  • Need suggestion on cryptography

    I have a J2EE application (app1). This application has some forms which are submitted to another application (app2), which connects to a report server using SOAP. My problem is that I want to achieve single sign-on between app1, app2 and the report s

  • Urgent Help on Stored Procedure

    Hi, Could any one pls help me? The following is a stored proc where I'm trying to upload data from different tables into one single table. Queries #1 & #3[within cursor loop] are giving results for each policy nbr but #2 is returning no row which is

  • HP Pavilion zd8333cl conexant AC-97 driver for Windows 7

    I recently came across this post: http://h30434.www3.hp.com/t5/Notebook-PC-Sound-and-Audio/Conexant-Audio-Driver-for-Windows-7/td-p/73... I tried some of the solutions for my HP Pavilion zd8333cl laptop, but nothing worked.  I'm not sure what the ori