Sort Issue on KM Document Name

Hi,
I am using a layout set to display a list of documents with the
following components :
Layout Set u2013 ConsumerTable
Layout Controller u2013 SimpleLayoutController
Collection Renderer u2013 ConsumerTableCollectionRenderer
ResourceRenderer u2013 ConsumerResourceRenderer
CommandGroup u2013 DetailsGroup
I have a list of documents in a KM folder and I sort it by the name.
But it seems that there is some problem with the sorting of the
document name. The list of documents in the KM folders is as follows :
STA.001.01 GLD Policy Template.doc
STA.001.02 GLD Standard Template.doc
STA.001.03 GLD Procedure Template.doc
STA.001 Standards for Group Level Documents.pdf
When I sort the document name in ascending order, the document "STA.001
Standards for Group Level Documents.pdf" is below the document
"STA.001.03 GLD Procedure Template.doc"
Shouldn't the document "STA.001 Standards for Group Level
Documents.pdf"
be the first listing document.
How could KM take a "." with more precedence than a white space when
sorting in ascending order of document name?
Is this a bug on the Collection Renderer?
Thanks.
Mike

Hi Chinmay,
Thanks for your reply.
from what you said, the sort order is correct?
I know that renaming the document would solve the problem but I am not allow to rename the document.
STA.001.01 GLD Policy Template.doc
STA.001 Standards for Group Level Documents.pdf
You mean the blank space is disregarded in the sorting?
I still don't understand why STA.001.01 GLD Policy Template.doc should be the first in the list instead of
STA.001 Standards for Group Level Documents.pdf
Can anyone help to explain?
Thanks.
Mike

Similar Messages

  • Artist Sorting Issues or displaying artist name on iPod.

    Hello,
    I have been struggling with this for a while now and it's really becoming irksome.
    I have to have a compliation CD displayed as Various Artists when searching through my iPod on Artist browse mode, yet once the individual songs are played i want to be able to view the actual artist.
    For instance i have a CD called Blues Essentials with various songs by different artists, i need these so show up under the same artist search reference as "Various Artists" however when the song is played it would be nice to see the actual recording artist, i have tried a combination of various renaming and nothing seems to work

    Whatever is entered in the "Artist" field in iTunes will be displayed as the artist when you're navigating to the artist and when the song's actually playing.
    What you're asking to do would require two different fields for two different sets of information.
    One possibility is to change all the "Artists" to the actual recording artists and instead of navigating by artist on your iPod, navigate by album.

  • Issue With Sales Document Type in BW.

    Dear Experts,
    I am facing an Issue with Sales Document Type(Object name is 0DOC_TYPE).
    when i am loading data from R/3 to BW It is converting Sales Document type as follow
    Sales Document Type in R/3                         Sales Document Type in BW
    OR                                                                        TA
    CR                                                                        G2
    DR                                                                        L2
    I check with an ABAPer and he told that there is conversion exit for this Object so that's why it is converting when sending to BW. But the user wants to see in Report same as it is in R/3 like OR, CR DR ... etc.
    I have done some investigation and found that the conversion exit (CONVERSION_EXIT_AUART_INPUT and CONVERSION_EXIT_AUART_OUTPUT) are converting the values based in the table TAUUM
    The staructure of TAUUM is
    MANDT(Client)  SPRAS(Language) AUART(Sales document type (not converted)   AUART_SPR(Language key for sales document type)
    and values are
    100 E TA OR
    100 E G2 CR
    etc....
    The same Conversion exits(CONVERSION_EXIT_AUART_INPUT and CONVERSION_EXIT_AUART_OUTPUT) and table TAUUM are available in BW as well. So i thought I can Use InfoObject 0DOC_TYPE by changing it's conversion Routine as AUART(which runs based on the above mentioned conversion exits).
    but the the problem is table TAUUM(Pool Table) does't have any data in BW.
    So can anyone tell me is there any option to load data into table TAUUM from R/3 or any other option to solve this issue.
    Your ideas will really help's me.
    Thanks in advance,
    Dara.

    Hi Venkat,
    Thanks a lot for your immediate response.
    The InfoObject 0DOC_TYPE was without conversion exit by default. but when data coming from R/3 it is converting and sending to BW So that's why i am planning to use conversion exit "AUART" in the info Object.
    I checked data in R/3 using RSA3 it is showing sales document type as "OR" and for the same transaction data when i checked in PSA it is showing as "TA".
    Could you please let me know if there any other options.
    Thanks in advance,
    Dara.

  • False message: The document name you requested (/selector_test.html) could not be found on this server. However, we found documents with names similar to the one you requested.

    When I specify http://www.celticmanner.com/selector_test.html to Firefox 6.01, I get the false message:
    Multiple Choices
    The document name you requested (/selector_test.html) could not be found on this server. However, we found documents with names similar to the one you requested.
    Available documents:
    /selector_test.txt (common basename)
    The file http://www.celticmanner.com/selector_test.html IS PRESENT on the host.
    The file http://www.celticmanner.com/selector_test.txt IS NOT. (It had been earlier.)
    I do not find the text "selector_test.txt" anywhere on my partition C! Where does Firefox retain a pointer to this file that no longer exists? And why?
    NB: The text "could not be found on this server" is sloppy. That message is not issued from a servcer, but from the instance of Firefox on my computer. The message should read "could not be found on the specified server".
    B. Somers

    I have the same problem and it does not have to do with firefox. Do you have any idea how to fix it through?

  • Insert Document name in Pages

    Is there a way to insert the document name as automatic text at the bottom of the first page in Pages? This was a simple "automatic text" script that Word has had for years. All of our documents are saved with names relating to what the document is and where it gets filed. Our paper filing/folder structure is pretty much identical to the folder structure of our file server. It is very convenient to have the name of the document printed at the bottom of the first page so that when it comes time to filing our hard copies, one knows exactly where to file it.
    There must be a way to script this. Any help would be much appreciated. Thanks.

    Automator isn't really the best solution to this. It's possible to do it with AppleScript, and granted, anything you can do in AppleScript can be put into an Automator workflow.
    There seems to be three possible ways to mark the bottom of the document:
    1) Insert carriage returns to position the very last paragraph (the name of the document) at the bottom. Drawback: if your document takes up all of the final page, then you'd have to create a blank page to accomodate the name. Also, determining the exact number of returns to insert isn't very easy.
    2) Put the name in the footer. Drawback: footers appear on every page, not just the last. You could create a separate trailing section, but that has a blank-page issue similar to #1.
    3) Create a text box at the bottom of the last page. Here's a little script that will do that.
    As for triggering the script, the simplest way is probably to use the AppleScript utility to enable the system AppleScript menu, and put the script in the Pages scripts folder. Then it'll be available whenever you're running Pages.
    <PRE>
    -- Assumptions:
    -- - units are inches
    -- - pages are 8.5 x 11
    property pageHeight : 11.0
    property pageWidth : 8.5
    tell document 1 of application "Pages"
    set bottomMargin to bottom margin
    set leftMargin to left margin
    set theBottom to pageHeight - bottomMargin
    -- Apparently, the new text box will be created on the page which is visible
    reveal page (page count)
    if path exists then
    -- if you prefer Unix-style pathnames, then use
    -- set docName to path
    set docName to path as POSIX file as text
    else
    -- Might want to prompt user to save here.
    -- otherwise, fall back on the document name, typically "untitled"
    set docName to name
    end if
    make text box with properties {object text:docName ¬
    , vertical position:theBottom, horizontal position:leftMargin ¬
    , height:bottomMargin, width:(pageWidth - left margin - right margin)}
    tell result
    -- Some optional formatting
    set alignment of object text to center
    set italic of object text to true
    set font size of object text to 18
    set font name of object text to "Palatino"
    end tell
    end tell
    </PRE>
    Titanium PowerBook   Mac OS X (10.4.4)  

  • Document name keeps changing

    I have often been puzzled as to why a document name changes.
    E.g. In simple terms. I login to an account, navigate to a page, check a phone number on the screen is correct. It would seem simple wouldn't it.But if I login to one account the document name is different to when I login to another account.
    e.g.
    var phoneNum = this.UIMap.UIWindowName.UIDocumentName.UIItemCustom.InnerText;
    var phoneNum = this.UIMap.UIWindowName.UIDocumentName5.UIItemCustom.InnerText;
    How do I overcome this? Is it possible to overcome this easily?
    And furthermore, why does this happen?

    Hi UncleZen_,
    The coded UI test builder recorder just recorded the actions on your UI, the reason why the specific controls have the dynamic name or why it always changes with different log in users, it would be related to the app developer, so if
    possible, you could discuss this issue with the development team members, I think you could get more useful information. So it would be not the test issue.
    Sincerely,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Document name exceeds allowed length

    Hello all,
    We are getting an "Document name exceeds allowed length" error when we want to approve a shopping card. There is no attachments in the SC and no reason for this error. First of all we already created the SC and approval WF started and now when we check the document this error occurs.
    Do you have any idea where to start checking?
    Best regards

    Hi
    The error should not be raised in the case where no attachment exists, it is raised normally when the attachment URL exceeds 255 characters.
    However - perhaps you need to apply the note [1269204|https://service.sap.com/sap/support/notes/1269204]. This may be the issue in your system.
    Regards,
    Jason
    Edited by: Jason Boggans on Apr 19, 2010 10:15 AM

  • Index and document name question

    First of all, thanks for an XML database that actually works. After trying multiple other DBs, I was finally able to insert my 100000 XML documents and it worked.
    I inserted all the documents using dbxml_load_container which uses the filename and DBXML_GEN_NAME and inserts it to the container.
    Now for my purpose I will always query a specific document by its name which would be something like:
    $query = "collection('exampleData.dbxml')/*"/*[dbxml:metadata('dbxml:name')=somename]";
    (correct me if the query is wrong).
    Do I need to create any sort of indexes or anything for such queries? I will never query the container based on some attribute or node value or anything.
    Thank you.

    Hi
    Do I need to create any sort of indexes or anything for such queries? I will never query the >container based on some attribute or node value or anything.
    unique-node-metadata-equality-string for node {http://www.sleepycat.com/2002/dbxml}:nameYou do not need an index on the document names, as Berkeley DB creates the above index for you.
    A query like this will use the index:
    query 'doc("emp1/dbxml_9")/employee'
    Let us know if you have further questions.
    Ron

  • %SI_DOCUMENT_NAME% in Edge 3.1 not showing document name

    We have a problem with the placeholder %SI_DOCUMENT_NAME% not being populated with the document name, instead it only shows the placeholder itself in the mail, i.e. "%SI_DOCUMENT_NAME%"
    How can I fix this?

    What reporting tool are you using when you schedule reports?
    search our notes for that %SI_DOCUMENT_NAME% also try SI_DOCUMENT_NAME. I think there were some known issues with this
    Regards,
    Tim

  • Payment Advice Sort Issue

    Hi All,
      We are having an issue with the way the payment advices are sorted for our canadian company when running DME. We set a sort variant based on Payee name on REGUH which is ZNME1, but that field has <b>Firstname Lastname</b> so all the sort is done based on first name. We want to do it based on last name but there no field on REGUH which will help us.
    Kindly advice.
    Regards,
    S

    Hi Javed
    Please let me know if you have implemented any solution to this. We are facing the same issue.
    Regards
    Rajesh

  • Unable to change any file or document name in Finder

    Can someone help me with following problem.
    Using Finder I am not able to change any folder or document name.
    Thus creating a "new folder" I even can not change that name!
    Thank you,
    Dorothee

    Move com.apple.finder.plist file from /Users/username/Library/Preferences/ to the Desktop, OPTION-click and hold the Finder's Dock icon, and select Relaunch. Note that this requires resetting Finder preferences. See if this fixes the issue.

  • "Untitled" as default document name for new documents

    I have one installation of Adobe Illustrator CS2 in a Mac with which I have the following problem:
    Whenever I go to File->New, to create a new document, the default document name is blank, and it should be "untitled".
    Is there a way (without reinstalling) to correct this? (turn the default blank document name to "untitled" default document name, for new documents)
    Thank you.
    Juan Poniachik

    On what Mac? If it's on a new Mac with Snow Leopard, I would guess it is one of those compatibility issues of new OS vs. legacy software. If so, you can't change any of that. Other than that I can only think of trying to edit the document templates...
    Mylenium

  • Actions: Select by document name?

    How can I select a document by its name?
    I have about 40 image files open, in which I'm attempting to create an action to copy elements from numerous documents into a common one. (which I've named "Common File")
    However  when playing this back, the action script refers to this document differently each time I've selected it.. sometimes its called  "document-42"  then it refers to it as "previous document" or "next document"
    I'm completely lost when trying to troubleshoot my actions without a proper document name.
    Is there a way to circumvent this?
    thanks
    Jeff

    Yes Jeff, this is an old problem with Actions. You can't select  documents, so that it will move focus only to a document with a specified name - only 'next' and 'previous'. Its actually something that could be phrased as clear Feature Request, if you want to do that? This issue has been a great problem for those of us streamlining workflow using Actions, for many years. Scripting would be your answer.
    Here's the only workaround - you CAN record the opening of specific files. So an action can be created that will Save a file down with a name onto the drive, and open it again later in the action. The 'previous document' will be the work file before the Opening step every time. Processes can be made up that will create duplicates of files, so even moving layer groups between documents is possible this way. Unfortunately they always have the bi-product of renaming the master file. Clunky I know, but its the best we can do at present without scripting

  • Archive Link problem with redundant document names

    Hi all,
    I have a tricky problem in archive link. I would like to attach some different documents to an HR/PD Organisation unit ( objekttyp pdotype_o )
    All customizing works fine but the problem is, all documents attached to one busines object ID have the same name ( in this case objectnumber.pdf)
    I am not lucky with this issue because  the users must be able to see all documents ( via document finder ) attached to the org. unit  and all what the users get, is a list of  one or more documents with exactly the same name.
    In some cases this are about 10 different documents and this issue is a very bad solution because users have to open all attached docs to recognize which one they need.
    During the import/check in of the documents via transaction OAAD and OAWD, SAP renames the original document name.pdf  into the related object ID.pdf and there is no way to rerename it or influence this process.
    I tried to use some scan software with SAP interface but unfort. with the same result because software of this kind use the archive link interface too and cannot influence the process of check in and rename.
    Has anybody an idea ( third party software, customer development or something like this ) to prevent this problem and give me the possibility to stay with the original document names or change it after check in?
    Thank you in advance
    Rayko

    How you fix this problem?
    I'm with the same problem. Could you help me please?
    Edited by: broullon on Jul 16, 2009 5:31 PM

  • File content  conversion-Document name

    Hi frndz,
       i am using the file content conversion to upload the sale order details from flat file to r/3, am using the standard bappi for the same. Here my issue is in Content "conversion parameters" there is a parameter "Document name" usually i fill this with the messge type, but now i have not created any messge type for my scenario, i am just imported the bappi and using the same structure so wat i can give in the "Document name" parameter.
    Thanks in advance
    Karthikeyan

    Hi, see this link:
    Configure sender file Adapter With File Content Conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm
    Configure receiver file Adapter With File Content Conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm+
    also see this about documentName parameter
    ignore DocumentName
    Thanks
    Rodrigo
    Edited by: Rodrigo Alejandro Pertierra on Aug 11, 2008 10:59 AM

Maybe you are looking for