CCM 2.0: Alphabetic sorting of product categories

Hi,
We are using CCM 2.0. I am interesting in influencing the sorting of product categories during a catalog search. We use both the hierarchy and the index search.
It seems that the product categories are sorted by the product category number. We would prefer to provide an alphabetic sorting of product category description to the employees.
Can we influence this? and if so how?
Your reply is highly appreciated.
Kind regards,
Martijn
P.S. Edit Catalogs > tab Content > Radio button "Sort by" ID or Description keeps jumping back to ID as default even after saving.
Message was edited by: M. Roggeband

Hi Martijn
Unfortunately there is no simple way to influence the sorting of categories in the hierarchy search. We are focusing the same problem. Due to this problem we recently wrote an OSS-Call to SAP. They replied that this system behavior (sort by category-id) is standard and we should either modify our system or send a customer request. We are doing both. Last week I sent a customer request to SAP and soon we will try to modify the method SORT_CATEGORY_LIST in an appropriate way.
If you think SAP should solve this problem, please send a customer request to SAP too. The more requests they get the better chance we have, that they will do something.
Kind regards
Reto

Similar Messages

  • Customer chooses sort of products (price, newest etc) - every other site has this so BC must?

    Hi,
    Does anyone know how to allow the customers to choose the sort order of some pages?
    I don't know about you, but I shop online a lot. Whenever I go to the sale page if I feel like buying something but I know I don't really 'need' anything, I always sort the products from cheapest to most expensive.. Anyone that shops on Asos will know what I mean... And for stores I shop at every few weeks I always sort from Newest to Oldest (as who really trusts those New products pages)..
    Most websites have this option and I was thinking on the weekend that almost every time I shop online I do this. Maybe it's a female thing wanting the best value but in today's economic climate I'm suprised we can't do this in BC. I always get annoyed with a website that doesn't have basic functions and to be honest if I was shoping on our website I'd be pretty unimpressed we can't do this so surely our customers feel the same way.
    Any ideas?

    Hi there,
    BC offers two features that you may possibly use. Once is the catalogue browse panel and the other is the product search form. You could convert the product search form into a single button that will return the products in the search results (hide the keyword field) and sort the products according to the dropdown selection. This could be price, alphabet etc. Otherwise you may want to look at some jQuery sorting techniques.
    Cheers,
    -m

  • Problem in alphabetical sorting

    Hi all
    In reference to the following query posted:
    Well, try this :
    SQL> with tbl as
    2 (select 'sap' c1 from dual union all
    3 select 'sip' from dual union all
    4 select '1123' from dual union all
    5 select '1pouet3' from dual union all
    6 select 'test' from dual union all
    7 select '678' from dual union all
    8 select 'test2' from dual )
    9 select c1
    10 from
    11 (select 0 as c2, c1 as c1
    12 from tbl
    13 where translate(c1,'0123456789 ',' ') is not null
    14 union all
    15 select row_number() over (order by to_number(c1)), c1
    16 from tbl
    17 where translate(c1,'0123456789 ',' ') is null)
    18 order by c2,c1;
    C1
    1pouet3
    sap
    sip
    test
    test2
    678
    1123
    7 rows selected
    I am thankful that your query worked out well....
    But then I have a problem with it.
    It does sort the list first alphabetically and then numerically. But the problem is, in alphabetcal sorting.It takes all the the words starting with capital letters as one set and the ones starting with small letters as a different set.So it will first alphabetically sort the capital words first, then the set of small letter words and finally the numbers. For eg:
    LIST
    annie
    apple
    Carrot
    zaire
    Zap
    123
    Yougurt
    345
    Ant
    Break
    Dark
    success
    After sorting it will give the list like this:(this is not what i need)
    LIST
    Ant
    Break
    Carrot
    Dark
    Yougurt
    Zap
    annie
    apple
    success
    zaire
    123
    345
    But I want the query to take the list of alphabetical words as one single set. I dont want it to make a differentiation between capital letters and small letters.
    Also after sorting the capital and small letters in the original value should remain as such.i.e.; the data should not changed.Only the order should change.
    So after performing the sort operation the list should be like:
    (this is how I need)
    LIST
    annie
    Ant
    apple
    Break
    Carrot
    Dark
    success
    Yougurt
    zaire
    Zap
    123
    345
    Could you please suggest me a solution to my problem.
    Thanking in advance......
    Aswathy.

    What's your Oracle version?
    check this article.
    It covered your question very good,
    http://orafaq.com/node/999
    In summary, 10GR2 before, set NLS_COMP=ANSI
    SQL> alter session set NLS_COMP='ANSI' ;
    Session altered.
    SQL> alter session set NLS_SORT='BINARY_CI' ;
    Session altered.
    SQL> select * from invoice_demo order by supplier_name ;
    INVOICE_ID SUPPLIER_NAME
          1003 janus pet supply
          1001 MAX BOOKS
          1000 Max Books
          1002 max books10gR2 later,
    NLS_COMP=LINGUISTIC
    SQL> alter session set nls_comp='LINGUISTIC';
    Session altered.
    SQL> select * from invoice_demo
      2  where supplier_name like 'M%';
    INVOICE_ID SUPPLIER_NAME
          1000 Max Books
          1001 MAX BOOKS
          1002 max books10gR2 new feature: Case Insensitive Sorts & Compares

  • ABAP report for Active Product Categories by Vendor

    Hi,
    I have been trying to write an ABAP report in SRM to list all vendors attached to active product categories. My problem is identifying the active product categories. Can anyone help me identify these?
    Regards,
    Conor

    Some alternative is in KSB1 (Cost center line item report) - you can change the layout and include offsetting account and its text.
    But, in vendor line item report, if you want vendor number, vendor number, GL account number (offsetting) account and its text, then you should go with abap development.
    Have a look at the following note, if really serves your purpose.
    Note 1504612 - Line items: Offsetting account info (BAdI FI_ITEMS_CH_DATA)

  • Report to pull multiple Product Categories/Organizational Units per project

    Hi Experts,
    We are facing the following issue.
    We have created a Project and have associated multiple Product Category & Organization to this project, many to One relationship. This we have achieved through customization. When we are pulling report for this project through Reports-> Project Summary Extract. Itu2019s giving us only one Product Category & one Org Unit per Project. The business wants us to pull all the Org Units & the Product categories associated with the Project, when we are displaying the report. This org units & product categories will be shown in Org Unit & Product category columns respectively separated by commas.
    Looking forward for your help.
    Thanks,
    Ritik

    Hi Vikram,
    We have not created any custom fields neither for the Product Categories nor for the Org Unit/Business Unit(T1.BUSINESS_UNIT_OBJECT_NAME). These two fields are already there in the Result fields for the report Project Summary Extract . I am just looking for some way to pull all the Product categories & Business Units associated with the project  in the Product Categories column & in Business Unit column respectively separated by comma or show it as in example 2 given below(in multi rows).
    e.g. 1:
    Project:     Product Categories:
    PROJ1   ->  PC1,PC2,PC3
    Or
    e.g. 2:
    Project:      Product Categories:
    PROJ1        ->                           PC1
    PROJ1     ->                    PC2
    PROJ1     ->                             PC3
    I have already copied the existing query & modified it to achieve the above, but still this is not working. Currently i am querying FCI_MAS_INTERNAL_CAT for Product Categories & FCI_PRO_PROJECTS for projects.
    Can you please provide me any sample query to achieve this functionality. Any help on this is greatly appreciated.
    Thanks,
    Ritik

  • Alphabetical sorting in album view broken in 3.4.0

    Upon updating to Spotify 3.4.0, I noticed that alphabetical sorting of albums, by artist or title, no longer works correctly. Neither killing/restarting the app nor deleting/reinstalling it has any effect. This is on iOS 8.3.  This is when sorting by artist. Boris, Brian Eno, Burial, Busta Rhymes, then Beyonce, back to Burial, Beyonce, then Beastie Boys. It's a total mess. Sorting by album title is in slightly better shape, but articles really screw it up.  It takes everything that starts with "The" and sticks in in between the S's and T's. Well, almost everything:  Here we've got a few stragglers stuck between T and U. None of this makes any sense and it's a real pain. Apple Music comes out tomorrow, and I'm surprised that Spotify thought it was a good idea to roll out an update with a major issue like this right before a big competitor's launch.

    This was my reply. It was done quickly but I think it gets the point across.
    Qte
    thank you Andrea for your reply,
    That's a big shame if this change was intended. To have your Albums listed in a casual order and not Alphabetically seems a huge step back for the iOS version and all of its users. It makes that menu redundant in all honesty, especially if you have over 100 albums. Why change or take away a very important part of the experience that a lot of users want?
    For instance, this morning I regrettably started my 3 month trial with Apple Music to see how this experience is. As much as I didn't want to, I felt like I should give it a try, since the main part of my experience with Spotify has changed/gone.
    They list the Albums exactly like Spotify used to (before the last update). So in Artist Alphabetical order, with the Albums underneath in alphabetical order too. This means I can scroll through all of "My Music" in alphabetical order without realising some artists are at the top or bottom and mixed in with others.
    For me, it makes no sense at all for Spotify to change this. It now looks a mess and the "Album" section to me, and others, is now useless. I now have to filter "Artists" and select that, to then select an album I want. This is not intuitive at all. As I said, it's a step backwards.
    I hope the team look at this seriously, because it could possibly put users off the experience. I for one have defended the Spotify team on forums such as Reddit, who mostly put the team down for the huge problems on the desktop version recently, saying its a step backwards for most features. I now seem a bit bewildered why the team are also doing this for the iOS version.
    I think you get my point anyway. To change something so important without explanation is madness. Your team need a lot more communication with it's users, or you could be losing quite a few of them to an alternative streaming service.
    I hope this feedback helps. If you require any more information please let me know.
    Unqte

  • Alphabetical sort in Music app is messed up

    Good day to everyone, I hope someone will help me with my problem. As you can see on the screenshot, alphabetical sort of my music in default Music app is messed up, for example song which name starts on B can appear in the middle of songs on C. I am not sure when this problem started, but I believe it started after I updated iTunes to 11.1.1. I tried using older version to no luck. I never found this exact problem with Google, but I didnt find any. With similar problems people said that you should reset your setting and it didnt help me.

    Looks like Google has a server problem in Asia:
    https://discussions.apple.com/thread/3467711?tstart=0

  • Registration of Suppliers to New Product Categories

    Hi,
    As we have seen, during registration of new suppliers, system offers a list of product categories to select. System sends questionnaires related to the selected product categories, to prospective supplier's email ID. The supplier submits answers to these question. The buyer will scrutinize the details, registers him as supplier and also maintains supplier list for the product categories which he has requested.
    Now the supplier is interested in some more product categories. So he has to select some more product categories. The system should send him a questionnaires for those product category. The buyer will scrutinize the answers submitted by the supplier and maintains supplier list for those product categories.
    How to map this scenario in standard SAP?
    Ganapathi

    Hi Ganapathi
    Nikhil is correct.
    i assume that supplier want to register some more product category which is not in the system . sorry if i understood wrong.
    or it is just understanding between buyer and supplier.
    There is no fixed rule that whatever supplier register the product category and he will receive the PO or contract.
    It is understanding between Buyer and Supplier what type of product category supplier expert to do service for the purchase organisation.
    Whatever product category is existed in the ROS system the same only can be registered by the Supplier.
    Because purchase organisation uses only some product category which they wants for their organisation.
    For ex
    step 1:-BREAKS product category - TVS registerd in the ROS system and become supplier
    step 2:- again TVS supplier want to add WHEELS product category ? and expects a questionaire for WHEELS from the Purchase organisation?
    Muthu

  • Cannot see list of Product Categories in Shopping Cart entry screen

    Hi All,
    I would appreciate it if someone could help me with this issue.
    Although I appear to have sucessfully replicated the backend R3 Mat Groups into SRM Product Categories, as I can see them in the hierachy screen, i.e. Hierachy ID R3MATCLASS in trans code COMM_HIERARCHY, they are not appearing in my Shopping Cart entry screen Product Categories drop down.
    I have looked in Org structure maintanance and can see two things that may be the root causes:
    (a) In 'Exended Attributes', if I select the Source System, I do not get the option to list the product categories in the match code box
    (b). In the 'check' screem, the system is displaying the message 'Attribute ITS_DEST not yet defined'
    Any feedback on how I can pull in the groups during cart entry would be appreciated.
    Thanks,
    Steve

    Hi Kathirvel,
    I am not sure if this workaround is correct, but rather than using trans code BDLS as you suggested, I defined the logical system 'ABC' . This logical system was the assigned as a target system in 'Assignment of Logical Systems' under the product category customisation (table COMV_LOGSYS_MAP)
    These changes subsequently allowed the drop down on the Org structure when selecting a Product Category in extended attributes, therefore making the list available in the web front end.
    The IMG help text for COMV_LOGSYS_MAP says:
    Case 1
    You have created the categories in your test system. They therefore have the logical system <SYSTEM_TEST>. So that the categories can also be changed once they have been transported into the production system, the categories must have the logical system <SYSTEM_PROD> in the target system.
    Maintain the following entry:
    Source <SYSTEM_TEST>
    Target <SYSTEM_PROD>
    The logical system of the categories will be changed from <SYSTEM_TEST> to <SYSTEM_PROD>.
    This appears to have resolved the issue. I would be interested to hear what you think,
    Many thanks , Steve,

  • Specifying alphabetic sort order for other languages.

    The alphabetic sort order differs slightly for other languages then the English one. I rewrite the alphabetics in the special text flow of the Reference Page of the index file, regenerate the index file, but the result is wrong. The special Group Title characters for greek, hungarian, czech, russian etc. languages are combined among latin Group Title characters.
    We work in FM 8 to create 3000 pages technical documentation in 14 languages. The output will be pdf file and help system. Our main problem now the index Group Titles sort order. Could you help me to solve this problem?
    Thank you so much
    Eva

    Michael,
    Thank you so much for your answer. It works great. I have a promlem only one letter, which is in the Czech alphabetics: "Ch". This letter would be after the "H". I have edited the sort order like this:
    Symbols[\ ];Numerics[0];A;B;C;Č;D;E;F;G;H;Chch;I;J;K;L;M;N;O;P;Q;R;Ř;S;Š;T;U;Ú;V;W;X;Y;Z 
    <$symbols><$numerics>Aa Bb Cc *Čč* Dd Ee Ff Gg Hh Chch Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Řř Ss Šš Tt Uu Úú Vv Ww Xx Zz
    The result in the generated index is, that the index entries beginning with Ch comes on below "C" and the GroupTitle "Ch" is disappearing. Take a look at the result in the generated index file, what I am talking about:

  • Determination of G/L using Product Categories

    Hi,
    I'm looking to load the full UNSPSC tree into SRM, but from my testing, after mapping the level 1 product category to the various account assignment types and the relevant G\L accounts, I cannot see the G\L mapping for the lower levels (2-4)of the product category when creating a shopping cart. Should the lower levels inherit the same G\L account to account assignment mapping as level 1 or should i use a BADI to define a different logic for determining the G/L account?

    I can confirm that when mapping G/L account to Product categories using the UNSPSC schema, by entering 1* all subordinate levels of that UNSPSC code will also adopt the same G/L mapping.

  • Product categories Central contracts as SOS in SC

    Hello,
    We are implementing SRM 7 Level 9 with extended classic scenario.
    We have created central contracts with items with Products categories only.
    Those central contracts do not appear when the requester has selected the same product category in the shopping cart item.
    We see no IMG activities for this. What can we do?
    Thanks in advance.

    Hi
    I have set up several central contracts, each time with one contract item with one product category. It means we have only ONE criteria.
    Contracts never appear in SC SOS tab.
    It works well with classic scenario (I can grab all contracts I have in ECC against the product category).
    Does ECS require more than one criteria to automatically assign the contract to SC item? Because we want to run ECS here.

  • Hierarchy - Product Categories

    Hello everyone!
    I´m starting to prepare the environment to  start working with CRM standalone (no integration with R/3).
    I need some help/tips/materials/etc on how to created Products, Hierarchies with product categories, etc.
    I am reading the ConfigGuide C09 (Central Master Data Standalone). I believe there is a gap between items 3.2.1 and 3.2.2 because I have no products created yet. Do I have to create a base hierarchy first? How?!
    I appreciate any kind of help.
    Thanks,
    Luis.

    1. Create Hierarchy First, you can do so by transaction comm_hierarchy.
    2. Create Categories under the hierarchy in step 1.
    3. Under the categories created under step 2 add the settypes you want to use in your Product.
    4. Start creating product under the categories created in step 2 from transaction commpr01.
    Without creating Heirarchies & Categories one will never be able to create a Product.
    Regards,
    Harshit

  • How to automatically update products and product categories?

    Hi friends
    How to automatically update products and product categories.Is it possible?
    regards
    venkat

    Hi,
    The delta load does not work for product categories but only products.So to bring in the new product categories into SRM you will need to start the load of the object DNL_CUST_PROD1 again.
    The CRM middleware allows the following two methods for replication.
    -Initial loads:
    Launched manually (R3AS), the objects (customizing or business) are replicated between SRM and R/3, according to the filters you've put on the object (R3AC1 for Business objects like MATERIAL, R3AC3 for customizing objects like DNL_CUST_PROD0 and 1).
    -Delta loads:
    This option is only possible for Business objects, which is the case of MATERIAL.
    With this option a daemon is launched between the 2 servers. Every modification made on an object on SRM or R/3 is transfered as soon as this object is contained in the filter retrictions (creation and/or modification). this is done through transaction R3AC4.
    Also refer the foll thread:
    Material group from R/3 to COMM_CATEGORY (SRM)
    Related notes : OSS notes 872819 and 720819.
    BR,
    Disha.
    DO  reward points for helpful answers.

  • FM for creating the local product categories

    Hi,
    Is there any STD Function module for creating  local product categories??
    BR,
    SRM Tech

    Hi,
    Check this FM
    COM_CATEGORY_CREATE_API_INT
    Regards,
    Shalini Chauhan

Maybe you are looking for

  • My iphone is failing to turn on when i plug it into a computer

    so a couple of weeks ago i was at work and my iphone randomly went into the connect to itunes screen and i didnt know why but i turn my phone on and off and it was fine since then my iphone has slowly been dieing of batterie when i had tones of charg

  • Cfelseif with cfscript

    Hi all, I want to add to this code with an elseif Will it work to put in before the else in the udf.cfm code below the following? TIA: elseif (referer contains 'yahoo.com') StartPos=ReFindNoCase('q=.',referer); if (StartPos GT 0) { EndString=mid(refe

  • Footer to be printed on first page alone

    Hi we have a requirement(Documaker 11.4) stating that footer has to be printed on Page 1 alone even when it overflows to multiple pages, instead of printing on all other pages. We have tried using delimageoccur(-1) but when content is restricted to o

  • JPG-images

    I want to get the invidual pixelcolor in a jpg-image input: FILE output: an array with x*y places each storing the 24-bit color of the pixel PLEASE

  • Live Help Needed - 9.1 itunes keep crashing

    Where can I get some live help? My itunes keeps crashing this is ridiculous! How do I roll back to 9.0.3? Anyone? Anyone? Thx.