SRM7: Product Category drop down as in SRM 5

Hello,
we are looking for having the same functionality as in SRM 5 when entering a product category. In SRM 5 we have a history in a drop down list. Is there a way to have the same in SRM 7?
Thanks for the help

Hi ,
From SRM 7.0 onwards ,the SRM  interface works on  Webdynpro Technology.
It is not possible to have the drop down in SRM 7.0  like in SRM 5.0 which is of ITS .
If you client  is asking tell them it  is SAP SRM product design
Regards
G.Ganesh Kumar

Similar Messages

  • Category drop down list does not show all taskes

    Hi, I created a project using product Upgrade Assitant for Release 12. I did not add any customized tasks. I just need to run the default tasks for upgrading 11i to r12. I did the setup following Maintenance Wizard User Guide Release 2 without any problem. But when I try to run the steps, the category drop down list only show one task: Configuration. Where are all other categories? Thanks

    Hi, Thank you for the reply. I did successfully finished all the 4 tasks for the configuration category without any errors. I want to continue with other tasks. But the drop down list does not show anything else except Configuration. From the user guide:
    Important Notes:
    • To view the full list of categories applicable to your installation, you must complete all of the steps in the Configuration category. When you complete these steps, you must refresh the lower left pane of your Web browser. The entire list of categories appears.
    What does this mean "you must refresh the lower left pane of your Web browser". I don't see anything to be refreshed. But even after I restarted mw (it must be refreshed now), the category list still now shown.

  • Navbar portlet - category drop-down doesn't work

    Hi all,
    I've got a content area CA, in which I have defined a category CAT. In CA I have created a folder F with a text item ITEM to which I have assigned the category CAT. The folder's navigation bar I have published as a portlet. One of its elements is a category drop-down list. I then added the navbar portlet to my page. If I navigate to the page and chose CAT from the drop-down, I get the following error:
    Error: No page has been created for this Content Area (WWS-32141)
    Interestingly, if I change the display from drop-down to links, and then click on the CAT link, ITEM is successfully retrieved. (This will, however, not be practical for my site.)
    If I navigate to the content area, the drop-down works fine and retrieves ITEM in the result set.
    The same problem occurs with all categories and perspectives, independent of whether they're shared or folder-owned.
    We're running Portal 307 on Solaris.
    Can anyone help?
    Thanks
    Stefan

    Stephan,
    I had exactly this problem with 9i on NT, interestingly it has now started working and I wish I knew what I had done !. I think you might find that if you create the Content Area from scratch and use the default navigation bar it may work, also I found that the drop-down list worked from a page from the start. Good luck.

  • Passing Selected Values between drop downs

    I am trying to pass values between three different dropdowns.
    For eg:-  Once I select a Category on the "Product Category" Drop down , it should pass the selected Value to the NEXT Drop down, which is "product family" drop down and it should bring all the related product Families, and then the selected product Family should in turn bring all the "Products" belonging to that Family.
    I have tried using the "entry list" for all the dropdowns, the first dropdown works fine as there is no "input" to the "entry list" but the second and third would not work as the selected value is not passed, instead the query returns all the values.
    Any help on this would be appreciated.
    Thanks,
    Naseer

    Hi,
    Yes you can do itin the following way.
    You have DropDown1 ,DropDown2.
    First creat the dropdwon1 using any type of Entry list.
    Now when you are creating the Dropdown2  after the Dataservice selection ,you should assain the @DropDown1 as Input for the Value and Text fields in the output/input section .
    it means when evere you select the value in DroDown1 then that value becomes the input for the data service in the DroDwon2 and it will returns the required output what you had defined in it.
    Thanks,
    Govindu

  • Query Regarding Default Product category set up in SRM server

    HI SAp Gurus,
    Plesae note that I have created one dummy product category - Test under R3MATCLASS using TC - COMM_HIERARCHY and set in the extended attribute of the root organization level.
    Also done the validation in BBP_DOC_CHECK _BADI.
    In SRM portal it is reflecting the text as *Please select a product category from list* in Category field as I set in SRM server.
    But when I try to select "Add To Shopping Cart" Button it displays the following error messages that -
    1) Enter A comapny Code
    2) Enter a unit of measure
    3) Plant for follow-on document missing
    4) System FCSCLNT110 of purch. organization M&S Purchasing Organisation differs from doc. reference FSSCLNT480
    5) Error in account assignment for item 1
    6) Error calling META BAPI META_CALCULATE_TAX
    7) Not possible to calculate tax
    8) Error occurred calling META_BAPI_DISPATCH
    9) The cost center has not been assigned in the account assignment
    When I select the valid product category which is replicated to SRM from ECC , it does not display any error message.
    I think the dummy product category - Test which I have created directly in SRM is creating the problem . and displays an error message-
    System FCSCLNT110 of purch. organization M&S Purchasing Organisation differs from doc. reference FSSCLNT480
    I have also check that when i click Add to Shopping Cart Button - The item_check Badi is also triggered . When I set up the break point there for debugging purpose its not triggeing and coming up with the above error messages.
    Kindly advice and do the needful.

    Hi Muthu,
    I confirm that have successfully created the dummy product Category at SRM server and maintained in the extended attribute tab at the root organization level.
    Bu the new problem raised - a warning message -  No authorization to purchase from product category - Test
    For that in PFCG TC we are setting up the autorization level as Low for Startegic Purchasing Role.
    But even then the great problem is - when i click add to shopping cart button the line item is not created in step 2, since I have selected the dummy product category not the one which is replicated from backend. Otherwise if i select the one which is replicated from ECC its showing me the one line item in the next screen.
    Can any one please advice.

  • Product attribute title in drop down selector box

    Hi
    For product attribute drop down selectors I'm trying to replace the first default option value of -- Please select -- with the product attribute title.
    I've found this {tag_attributes, horizontal, hideDisabledVariations, autoSelectFirstVariation} but I don't think that's what I'm after.
    Any help much appreciated
    Thanks
    Peter

    I think I've worked it out now - my first bit of jQuery. Not sure if it's the best way though.
    <h3>Size</h3>
    <div class="catProdAttributeItem">
    <select mandatory="1">
    <option value="">-- Please select --</option>
    <option value="56012">Medium </option>
    <option value="56013">Large </option>
    </select>
    </div>
    <h3>Color</h3>
    <div class="catProdAttributeItem">
    <select mandatory="1">
    <option value="">-- Please select --</option>
    <option value="56014">Red </option>
    <option value="56015">Blue </option>
    </select>
    </div>
    <script>
    $(document).ready(function() {
    $('.catProdAttributeItem select > option:first-child')
    .text('Size');
    $('.catProdAttributeItem:eq(1) select > option:first-child')
    .text('Color');
    </script>
    And for the quantity selector this covers it on Knowledgebase Updating the add to cart button in an online store
    <h3>Quantity</h3>
    <select id="Units_{tag_productid}" class="productTextInput" name="AddToCart_Amount">
    <option selected>Qty</option>
    <option value="1">1</option>
    <option value="2">2</option>
    <option value="3">3</option>
    <option value="4">4</option>
    <option value="5">5</option>
    </select>

  • Replication of product master and Product category

    Hi
    Please let me know steps involved in replicating
    Product master and product category from R/3 to SRM
    Regards
    Ashish

    Hi Ashish,
    The blogs mentioned by Kathirvel explains clearly the entire replication procedure of Master data from R/3 to SRM.
    Neverthless find some points which needs to be taken care during replication :
    1. Ensure that the tables CRMCONSUM, CRMSUBTAB, CRMPAROLTP, CRMRFCPAR are duly filled in R/3 system.
    2. Endure that SMOFPARSFA table is duly filled in SRM system.
    3. Maintain the filter settings using R3AC3 and R3AC1 as per your requirement in SRM system.
    4. Set up the Administrative console using SMOEAC and create both R/3 and SRM nodes and define the site attributes.
    5. Ensure that all the queues (both inbound and outbound) are empty in both the systems before replication.
    6. Start initial load of customizing objects (DNL_CUST_BASIS3, DNL_CUST_PROD0 & DNL_CUST_PROD1) using R3AS and monitor the loaded jobs using R3AM1.
    7. After successful replication of customizing objects, load the business objects (material_master, service master) using R3AS.
    8. The replicated material groups and product types can be seen using COMM_HIERARCHY txn.
    9. The replicated materials can be seen using COMMPR01.
    Hope this makes you more clear about the settings required.
    Clarifications are welcome.
    Award points for helpful answers.
    Rgds,
    Teja

  • Linking vendor to product category

    We include product categories in our catalogs, but in case of special request where user has to describe the requirements, the user does not know which category to pick from the list. Is there a way to link this field (the category) to the vendor so that when the user enters the supplier in the Sources of Supply area, SRM automatically populates the product category that's assigned to the supplier.
    In SRM is there a way to maintain a relationship between a supplier & a product category? If not in SRM, is such a relationship maintained anywhere in MM that can be brought over to SRM?
    SN

    Hi,
    refer this thread for more information..
    http://help.sap.com/saphelp_srm50/helpdata/en/d5/849b3cc34ca10ee10000000a11405a/frameset.htm
    BR
    Bharat

  • Product category replication

    Hi Guys,
    I want to replicate the product category from ECC to the SRM system, can you please tell me the steps to do this?
    Also is it possible to have both the long and short description from material group in ECC to SRM system?
    Thanks in advance.
    Regrds,
    sid

    Hi
    Please look in to Merchi's wonderful blog and sap notes 720819
    /people/marcin.gajewski/blog/2007/02/05/how-to-replicate-material-master-from-r3-to-srm
    regards
    Muthu

  • Product Category Description Missing

    Hello all,
    We replicated product category from R/3 to SRM . The problem is, the product category description field is missing for the categories replicated. I had replicated one more just to make sure all data got transferred correctly, but the description is also missing for the single one replicated. How can this be resolved?
    Thanks.

    Hi,
    Pls see if the foll note is helpful:
    Note 455949 - IMG Customizing switch for merchandise category long text in
    Related Notes
    749245 - Unicode: Language and currency fields are not filled
    365983 - Copy long text during download merchandise category
    BR,
    Disha.
    <b>Pls reward points  for useful answers.</b>

  • Drop down menus / search engine friendly

    Hi,
    I've been tasked with creating a new company website and having it go live April 10th. I would like to use iWeb to get it done.
    Are drop down menus possible with iWeb? To be clear, I'm talking about if you hover your cursor over a menu item; say products, a drop down menu will appear listing specific products and link to that products page.
    The other main requirement is that the site be search engine friendly. Our current website is in Flash and is virtually invisible to search engines.
    I hope that these questions haven't been answered by digging just a little further, it's just that I'm under a tight deadline and must get started.
    I've been a Mac user since 88 and I would like to work on my preferred platform. I've got a decent background in design. (I'd like to not use Dreamweaver under this deadline) Our current website is www.rapid.com. It was made from a flash template that I was told to use so I made the best of it.
    I'm going for a clean looking non fussy user experience, unlike what we have now.
    Thanks for any help you may have.

    As Massimo says, they are just fine in the basic sense.
    The adminition you are familiar with was related to *any*
    menu system that
    embedded your actual menu links within javascript
    'document.write' commands,
    just the way the DW pop-up menus prior to CS3 does, and the
    way the FW
    pop-up menus prior to FW8 did.
    If you can look at the HTML on the psge, and SEE the links in
    the HTML, then
    a search engine will also be able to see them, and therefore
    spider your
    site.
    BUT - if you have sub-menus, and I have javascript disabled,
    *I* will not be
    able to access those sub-menu links when I come to your site.
    Further,
    neither will anyone with a screen reader. That's a
    problem....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Triplets" <[email protected]> wrote in
    message
    news:f344rd$olm$[email protected]..
    > In the past one was discouraged to not use javascript
    anf DHMTL menus
    > since they are not search engine friendly. How about the
    new CS3 Spry
    > Menus?

  • Drop-down menu no where to be found

    It was a script conflict ... the drop down menu won
    Thanks!

    I see something on
    http://www.yesembroideryinc.com/
    but possibly not what
    was intended... certainly no menu.html nor menu.htm
    Jo
    "Anurag" <[email protected]> wrote in message
    news:e528li$d2i$[email protected]..
    > linkot wrote:
    >> In an attempt to simplify my page and hopefully
    solve the 'Sign' category
    >> drop-down menu, the page has been edited ... but
    still no menu
    >
    > Can't find a page under this URL:
    >
    http://www.yesembroideryinc.com/menu.html

  • SRM Portal Drop Down History on Shopping Cart

    Hello All,
    I have the following scenario during the creation of shopping carts in SRM.
    User A shops on behalf of User B and he drops down the product category or Unit of Measure and selects a new product category or Unit of Measure other than the default values in the drop down through the search help. He creates the shopping Cart.
    User A again tries to create a new shopping cart on behalf of User B and he drops down the product category or Unit of Measure but he does not see the latest product category or Unit of Measure that he had selected earlier in the drop down history list.
    Now User B creates a shopping cart on his own behalf and selects the product category or Unit of Measure that User A had used in his first shopping cart and creates the shopping cart.
    Now if User A tries to shop on behalf of User B and he drops down the product category or Unit of Measure he is able to see  the product category or Unit of Measure used in the drop down history.
    I would like to know is there some kinda setting in SAP SRM or the portal that controls this.
    The requriement for us is that even when User A shops on behalf of User B and uses a new product category or Unit of Measure other than that is in the drop down history, this history has to be in the drop down list the next time User A tries to shop on behalf of User B.

    From what I know, that history is based on the logged on user id.  I have not been able to find where that is stored to review key information.  I know this does not help, but I think you are looking at some customization.
    Regards, Dean.

  • SRM7.0 Multiple  G/L account assignment for a product category

    Hi All,
    In SRM7.0 , it is possible to maintain multiple G/L accounts for a prodict category and account assignment combination. For example , for a product Category XX and account assignment CC , we can maintain more than one G/L account with one G/L as default. While creating the Shopping Cart , the G/L account is defaulted. However when we do F4 search on the G/L , then system is bringing all the G/L accounts from the backend through the search help from ECC. In that case what is the use of maintaining multiple G/L accounts in the SRM configuration? Is there any other config that is reqd? We thought system would restrict to those G/L account that are maintained in the config.
    Thanks
    Sukumar

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Product Category Hierarchy in SRM

    Hi,
    Is any one has experienced in Creating product category hierarchy in SRM7.0?
    Also how we can replicate the material group hierarchy from ECC to SRM7.0?
    Vasu

    Hi all,
    How are you?
    I´ve seen some scenarios where clients have product category maintained in R/3 (SPRO / Logistics - General / Material master / Settings for key fields / Define Material groups).
    You can use LSMW to create product categories.
    Then you have to replicate those categories / Material groups to SRM. You can do this by Midleware (transaction R3AS). You can see hierarchys in srm at transaction comm_hierarchy.
    Hope this helps,
    Regards,
    http://www.sap4all.eu

Maybe you are looking for