Problem in fetching a particular record.

Hi all,
I am facing aproblem to retrive the two digits number Ex: 55 in item or employee name.When item is sorted as an ascending order then using FIND to enter the item number 55 its not fetching the particular item i need.same in decending order also.Can someone please tell me how do I troubleshoot this issue .
By
Karthik

Seems to be an issue with SAP.  Please report it to Support.

Similar Messages

  • Problem in fetching 7 million record

    Hello all,
    I need to fetch data from a external database (Oracle 11g) and insert into local database (Oracle 11g) using db link. The query is simple..
    >> Select * from table_name where column_name = date.
    Can i use cursor with bulk collect and bulk insert concept using LIMIT option?
    I tried with above mehod. But sometime am geting "*ORA-04030: out of process memory when trying to allocate 16408 bytes* " but not always.
    The Fetchable record is always not less than 6 milion. This process need to happen daily. We have onyl limited access to external DB. Just Select permission for a table.
    Regards
    Natarajan M

    Relational databases are about processing sets, not about processing records.
    If you use a procedural approach, this will be many magnitudes slower.
    Why? Because Oracle will have to fetch the data to your PGA. The statement posted earlier fetches 0 records. You fetch 7 million records.
    Sybrand Bakker
    Senior Oracle DBA

  • Problem with Fetching Million Records from Table COEP into an Internal Tabl

    Hi Everyone ! Hope things are going well.
           Table : COEP has 6 million records.
    I am trying to get records based on certain criteria, that is, there are atleast 5 conditions in the WHERE clause.
    I've noticed it takes about 15 minutes to populate the internal table. How can i improve the performance to less than a minute for a fetch of 500 records from a database set of 6 million?
    Regards,
    Owais...

    The first obvious sugession would be to use the proper indexes. I had a similar Issue with COVP which is a join of COEP and COBK. I got substanstial performance improvement by adding "where LEDNR EQ '00'" in the where clause.
    Here is my select:
              SELECT kokrs
                     belnr
                     buzei
                     ebeln
                     ebelp
                     wkgbtr
                     refbn
                     bukrs
                     gjahr
                FROM covp CLIENT SPECIFIED
                INTO TABLE i_coep
                 FOR ALL ENTRIES IN i_objnr
               WHERE mandt EQ sy-mandt
                 AND lednr EQ '00'
                 AND objnr = i_objnr-objnr
                 AND kokrs = c_conarea.

  • Open single record form for particular record

    It's simple to open tabular form for particular record
    - just add page item, pass value to this item
    and add this item to WHERE clause.
    But what is common approach for single record form?
    Where is it described?

    here is my solution:
    1) create page item which will receive primary key value
    2) look at Sample Application Page 7 - customers edit page -
    you need "Automated Row Fetch", called in "After Header" block

  • Unable to fetch 50,000 records from SQL using Orchestrator

    Hi Team,
    I have a table in MS SQL which is having more than 50,000 records. I am trying to fetch 50,000 records using orchestrator, but unable to fetch the records..
    There is no problem with the SQL query because I can able to get 40,000 records..
    I am using SCORCH DEV - SQL Integration Pack.
    Regards,
    Soundarajan.

    Hi,
    Thanks for your query.
    I have also used timeout parameter but it is not working.. As you said I also tried with Query database Activity which is out of the box...
    Now i can able to fetch more than 80,000 records but the output what i am getting is not in the format which we are looking for..
    Attached the output...
    How to edit this..?
    I tried to write the output in excel but all the data sits in the first column itself..
    Regards,
    Soundarajan.

  • Report doesn't fetch all the records

    Hi All,
    I have a problem of fetching data from a table. My query returns more than 100,000 records. But report does not view/fetch all of them for the report.
    It just return only around 500 records.. :S
    Can anybody please give me a hand to solve this issue.
    I'm using 10g Express edition with apex 4.
    Thanks in Advance,
    Max

    Hi,
    Go edit your report attributes and set Maximum Row Count higher than 500
    Regards,
    Jari

  • Form Error 40507: unable to fetch next query record

    Hi there folks,
    I have a Form (10g) where I have a Master Block and a Detail block. However, the other day, there was an Error reported:
    ORACLE error: unable to fetch next query record
    When we do capture Errors, we also capture the Last Query run. From that, it says that the last record that was queried was in the Detail block (Which is multi-record block) in tabular form. I looked at the Error Message but there is not much information on this Error.
    So, it's just a base table block and it has a drop down list which has two values. Any ideas what could have happened?
    Thanks!

    The Block is based on a a table. As a mattr of fact, there are 3 blocks in the form and they are all based on tables. Now, it migth be wrong for me to assume that the detail block in the one that caused the problem just because the Last Query was based on the detail block.
    Block 1 is a single record block -- Master Block
    Block 2 is a tabular block -- Detail Block
    Block 3 is a tabular block -- Detail Block
    There are two relations:
    Block 1 and Block 2
    Block 1 and Block 3

  • Update the particular RECORD which is already exist in the table

    EXPERTS,
    AM USING JDEV VER11.1.1.4.0 n am using adf business components.
    SEE this my snapshot.
    http://www.4shared.com/photo/fullsize/hpoeMX1o/1_online.html
    THIS MY TABLE
    DESC glm_control;
    FIELD Name Null DATA Type
    GLMCTRL_BU                     NOT NULL VARCHAR2(5)
    GLMCTRL_ACCT_LENGTH NOT NULL NUMBER(3)
    GLMCTRL_ALLOW_UPD_RJ NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_UPD_DJ NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_UPD_AJ NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_CAN_RJ NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_CAN_DJ NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_CAN_AJ NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_INS_RJ_PC NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_INS_GJ_PC NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_INS_DJ_PC NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_POST_GJ_PO NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_PYE_RJ_UP NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_PYE_AJ_UP NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_PYE_DJ_UP NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_PYE_GJ_UP NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FIN_AJ_POST NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FIN_RJ_POST NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FIN_DJ_POST NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FPC_GJ_CHK NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FPC_AJ_CHK NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FPC_RJ_CHK NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_FPC_DJ_CHK NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_ZERO_DJ_POST NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_CHNG_BUD_OPT NOT NULL VARCHAR2(1)
    GLMCTRL_ALLOW_NS_FIN_YEAR NOT NULL VARCHAR2(1)
    GLMCTRL_CRE_BY NOT NULL VARCHAR2(15)
    GLMCTRL_CRE_DATE NOT NULL DATE
    GLMCTRL_UPD_BY VARCHAR2(15)
    GLMCTRL_UPD_DATE DATE
    GLMCTRL_AMC_REC NOT NULL VARCHAR2(1)
    GLMCTRL_DATE_JRNL NOT NULL VARCHAR2(1)
    GLMCTRL_CLR_JRNL NOT NULL VARCHAR2(1)
    GLMCTRL_EX_QTY NOT NULL VARCHAR2(1)
    GLMCTRL_EXP_PERIOD NOT NULL NUMBER(7)
    GLMCTRL_EXP_DAYS NOT NULL NUMBER(7)
    GLMCTRL_LC_FIN_IMP NOT NULL VARCHAR2(1)
    GLMCTRL_AUTO_OFFSET_DEL NOT NULL VARCHAR2(1)
    GLMCTRL_GRN_INV_RND_OFF NOT NULL NUMBER(3)
    GLMCTRL_INV_PYMT_RND_OFF NOT NULL NUMBER(3)
    GLMCTRL_INV_RCT_RND_OFF NOT NULL NUMBER(3)
    GLMCTRL_LVL1_DESC VARCHAR2(30)
    GLMCTRL_LVL2_DESC VARCHAR2(30)
    GLMCTRL_LVL3_DESC VARCHAR2(30)
    GLMCTRL_LVL4_DESC VARCHAR2(30)
    GLMCTRL_CFS_AMT_FMT VARCHAR2(1)
    GLMCTRL_SERV_TAX_CR_OPT VARCHAR2(1)
    GLMCTRL_REJ_WAR_OPT VARCHAR2(1)
    GLMCTRL_CASH_AMT NUMBER(15,3)
    GLMCTRL_INV_RND NUMBER(5)
    GLMCTRL_SHR_COST_TYPE VARCHAR2(2)
    GLMCTRL_TAX_AMT_FLAG VARCHAR2(1)
    GLMCTRL_OPDATE DATE
    GLMCTRL_OP_YEAR NUMBER(6)
    GLMCTRL_RG_CTRL VARCHAR2(1)
    THIS TABLE CONTAINS MOREOVER 25 RECORDS.
    I WANT TO DO THE FOLLOWING USECASE:
    1. I WANT TO SHOW THE PARTICULAR RECORD RELEATED TO THAT PARTICULAR FIELDS IN MY PANEL BOX AND
    2. AND ALSO UPDATE THE PARTICULAR 4 FIELDS WHICH IS SHOWN IN MY PANEL BOX
    IF YOU NOT UNDERSTAND I WILL GIVE THE EXAMPLE WATCH IT.
    glm_control - THIS MY TABLE - THIS MY RECORDS
    IT CONTAIN 1..TO ..25 RECORDS.
    GLMCTRL_BU || GLMCTRL_LVL1_DESC || GLMCTRL_LVL2_DESC || GLMCTRL_LVL3_DESC || GLMCTRL_LVL4_DESC
    1. MEL || EXPL1 || EXPL2 || EXPL3 || EXPL4
    15. UIL || XPL1 || XPL2 || XPL3 || XPL4
    25. DIL || PL1 || PL2 || PL3 || PL4
    1*. I WANT TO SHOW FOUR OF THE FIELDS (GLMCTRL_LVL1_DESC GLMCTRL_LVL2_DESC GLMCTRL_LVL3_DESC GLMCTRL_LVL4_DESC) OF THE (*'UIL'* - NOTHING BUT IT IS DATA WHICH IS IN GLMCTRL_BU FIELD).
    I WANT TO UPDATE THOSE FIELDS(GLMCTRL_LVL1_DESC GLMCTRL_LVL2_DESC GLMCTRL_LVL3_DESC GLMCTRL_LVL4_DESC) OF A PARTICULAR RECORDS
    BASED ON THIS CONDITION. GLMCTRL_BU = 'UIL'
    THIS UPDATION DONE WITH THE HELP OF BUTTON.
    I FACING THE FOLLOWING PROBLEM:
    BUT HERE FIRST RECORD OF THE TABLE IS  SHOWN. SEE THE SNAPSHOT.
    ONLY U SEE THIS SNAPSHOTS.
    http://www.4shared.com/photo/fullsize/hpoeMX1o/1_online.html
    ATLAST I NEED TO SHOWN PARTICULAR RECORD(NOT ALL RECORD) IN PANEL BOX. THAT PARTICULAR RECORD BASED ON THE CONDITION.
    AND ALSO UPDATE THE REOCRD WITH THE HELP OF BUTTON.
    CAN ANY ONE HELP ME.
    i think so it can be done with viewrowimpl class we can done it.
    but i dono how to proceed?
    note: am newbie.
    please help me.

    Hi,
    just use a ViewCriteria on the View Object query. Then drag and drop the ExecuteWithParams operation as a paremeter form to the page and ensure pressing the search button partially refreshes the table
    Frank

  • Problem when another user update record.

    Hi All,
    i am using jdev 11.1.1.5.0
    use case: i have create one adf table which is based on vo where a column claimed_by.
    i have add a where clause in vo
    where claimed_by is null.
    default value of claimed_by is null. when user claimed particular record claimed_by contain id of that user.
    now problem is that when two user access same vo at same time. suppose first user claimed a record with id 1 then claimed_by column of table update with 1.
    but in second user window same record still show.
    so i want if record already claimed by another user and second user attempt to claim same record which is already claimed in mean time. then proper error message show to user like "this record already claimed by another user".
    is there possible with change indicator in claimed_by attribute or history column ?
    or any other way to do this.

    Hi Arun,
    i have already read this blog. And i know about JBO-25014: Another user has changed the row with primary key oracle.jbo.Key[x]
    but in my use case i don't want this exception occur that's way i have set property reset after update and insert.
    but it is not work for me.
    my concern is that-
    when one user claimed record and set claimed_by column and after that when second user claim same record a proper error message display to user.

  • How to move to a particular record after getting the key from pop list?

    Hi,
    I have a non-tabular form. I have provided a POP Lov to display and return the primary key of the table.
    When a particular record is selected from the List I want the page to fetch that particular row from the table and populate the fields. This is a critical feature I need in most forms, so use can easily fetch any record of choice.
    Can some one help me?
    thanks
    Seb

    Hi
    There are several methods you could adopt for this.
    The most typical method would be the report/form combination of pages - where the form is populated based on the PK ID passed by a link from the form. In a lot of cases, I would suggest, this is what users would expect.
    However, I can also see situations where the user wouldn't want to see a report just to get to a form. In these cases, either a Select List with Submit or a Popup LOV would be required.
    Either way, the principles would be the same - you need to populate the form page's hidden PK item with the ID of the record you want to display/edit and let the page's "Fetch Row..." process retrieve the record when the page is reloaded.
    For a Select List with Submit, the list itself could be the PK item or you could transfer this into the normal hidden item. The latter could be handled either by a process or a branch when the page is submitted (which would be triggered by the change in the list's value).
    The popup LOV method would be more complicated as you have two pages to work with. However, this can still be done as long as you consider two things - (1) the popup page needs to set the ID value for the form page to use and (2) the popup page needs to force the form page to reload so that it can use this value. (1) can be done using a normal page submit - you can set any value on any page and it will be retained unless you clear the session value(s) for that page or item and (2) can be handled with javascript - a child window (which is what a popup is) can run javascript in its parent window - or by the user clicking a button on the form page.
    Another alternative would be to retrieve all relevant values in the Popup and populate the parent with all these values when the user makes their selection. This would require that the hidden PK ID item on the form is "Hidden" rather than "Hidden and protected" to allow javascript to set this value so that the record can be saved correctly.
    Andy

  • How to find out which user has locked a particular record of a table

    Hi
    Is it possible to know - which user has locked a particular record (I know the primary key of the record) of a table
    Regards

    select     OS_USER_NAME os_user,
         PROCESS os_pid,
         ORACLE_USERNAME oracle_user,
         l.SID oracle_id,
         decode(TYPE,
              'MR', 'Media Recovery',
              'RT', 'Redo Thread',
              'UN', 'User Name',
              'TX', 'Transaction',
              'TM', 'DML',
              'UL', 'PL/SQL User Lock',
              'DX', 'Distributed Xaction',
              'CF', 'Control File',
              'IS', 'Instance State',
              'FS', 'File Set',
              'IR', 'Instance Recovery',
              'ST', 'Disk Space Transaction',
              'TS', 'Temp Segment',
              'IV', 'Library Cache Invalidation',
              'LS', 'Log Start or Switch',
              'RW', 'Row Wait',
              'SQ', 'Sequence Number',
              'TE', 'Extend Table',
              'TT', 'Temp Table', type) lock_type,
         decode(LMODE,
              0, 'None',
              1, 'Null',
              2, 'Row-S (SS)',
              3, 'Row-X (SX)',
              4, 'Share',
              5, 'S/Row-X (SSX)',
              6, 'Exclusive', lmode) lock_held,
         decode(REQUEST,
              0, 'None',
              1, 'Null',
              2, 'Row-S (SS)',
              3, 'Row-X (SX)',
              4, 'Share',
              5, 'S/Row-X (SSX)',
              6, 'Exclusive', request) lock_requested,
         decode(BLOCK,
              0, 'Not Blocking',
              1, 'Blocking',
              2, 'Global', block) status,
         OWNER,
         OBJECT_NAME
    from     v$locked_object lo,
         dba_objects do,
         v$lock l
    where      lo.OBJECT_ID = do.OBJECT_ID
    AND l.SID = lo.SESSION_ID
    hope this helps
    Zekeriya

  • In oracle rac, If user query a select query and in processing data is fetched but in the duration of fetching the particular node is evicted then how failover to another node internally?

    In oracle rac, If user query a select query and in processing data is fetched but in the duration of fetching the particular node is evicted then how failover to another node internally?

    The query is re-issued as a flashback query and the client process can continue to fetch from the cursor. This is described in the Net Services Administrators Guide, the section on Transparent Application Failover.

  • Problem while Fetching BSAD

    Hi to all ,
    I' ve problem while fetching bsad for a report , in t-code se30 i've seen that it takes %89,1 performance of overall.
    SELECT belnr buzei dmbtr  blart budat augdt augbl sgtxt
       into table odemelerg
              FROM bsad
              WHERE bukrs EQ bukrs
                AND kunnr EQ kunnr
                AND ( umsks EQ space OR umsks IS NULL )
                AND ( umskz EQ space OR umskz IS NULL )
                AND augbl EQ i_augbl
                AND augdt GE i_budat
                AND gjahr EQ gjahr
                AND belnr NE i_belnr
                AND bsadbelnr NE bsadaugbl
                AND ( blart EQ blart_bt OR blart EQ blart_hf
                      OR blart EQ blart_mi ).
    here : blart_bt is declared as a constant type and its value is 'BT'. such as blart_hf, blart_mi
    How can I make this Select query working in a better performance
    Kind regards,
    Caglar

    Hi
    If you know the bill number:
    -1) Search FI document:
    Get header data
    select * from bkpf where AWTYP = 'VBRK'
                         and AWKEY = BILL NUMBER.
    EXIT.
    ENDSELECT.
    Get items data
    SELECT * FROM BSEG INTO TABLE T_BSEG
                           WHERE BUKRS = BKPF-BUKRS
                             AND BELNR = BKPF-BELNR
                             AND GJAHR = BKPF-GJAHR
                             AND KOART = 'D'.
    Payment:
    LOOP AT T_BSEG WHERE AUGDT <> '00000000'.
    IF T_BSEG-AUGBL <> _BKPF-BELNR
        T_BSEG-AUGDT <> _BKPF-BUDAT.
    SELECT * FROM BKPF INTO _BKPF
                        WHERE BUKRS = T_BSEG-BUKRS
                          AND BELNR = T_BSEG-AUGBL
                          AND BUDAT = T_BSEG-AUGDT.
       EXIT.
    ENDSELECT.
    SELECT * FROM BSEG APPENDING TABLE T_PAYMENT
                           WHERE BUKRS = _BKPF-BUKRS
                             AND BELNR = _BKPF-BELNR
                             AND GJAHR = _BKPF-GJAHR
                             AND KOART = 'D'.
    ENDIF.
    ENDLOOP.
    Partial payment
    SELECT * FROM BSAD INTO TABLE WHERE BUKRS = BKPF-BUKRS
                                    AND KUNNR = T_BSEG-KUNNR
                                    AND REBZG = BKPF-BELNR
                                    AND REBZJ = BKPF-GJAHR.
    Max

  • Enable or disable particular record in list item based on a corresponding c

    Hi,
    How can i Enable or disable property of particular record in list item (multi record) based on a corresponding check box(multi record) ,
    e.g Form Structure:
    if press a button then record should populate where multi_post_query
    if my_check_box = 1 then
    my_list_item  disable to update;
    else
    my_list_item  enable to update;
    end if;
    now wanted result is like below
    my_check_box ---- my_list_item
    +----------------------enable
    +----------------------enable
    +----------------------enable
    _----------------------Disable
    _----------------------Disable
    Here "+" means checked,"_" means unchecked and "enable" means updatable "Disable" means not updatable
    the pseudo code is like,
    if my_check_box = 1 then
    my_list_item enable to update;
    else
    my_list_item disable to update;
    end if;
    Note: my_check_box is not updatable
    please tell me which trigger and where I should create
    Thanks
    Edited by: 838602 on Feb 21, 2011 11:12 PM
    Edited by: 838602 on Feb 22, 2011 1:40 AM

    Hi Abdetu,
    I created WHEN-NEW-RECORD-INSTANCE Trigger at data block level
    And I need should work like below pseudo code (sorry for previous pseudo code)
    if my_check_box = 1 then
    my_list_item  disable to update;
    else
    my_list_item  enable to update;
    end if;
    so change code as
    IF :MULTI.PROTECTED_FIELD = 1 THEN
    SET_ITEM_PROPERTY ('MULTI.ACTION',REQUIRED , PROPERTY_FALSE );
    SET_ITEM_PROPERTY('MULTI.ACTION',NAVIGABLE,PROPERTY_FALSE);
    SET_ITEM_PROPERTY ('MULTI.ACTION' ,UPDATE_ALLOWED,PROPERTY_FALSE);
    SET_ITEM_PROPERTY ('MULTI.ACTION' ,INSERT_ALLOWED,PROPERTY_FALSE);
    :multi.action := 0;
    ELSE
    SET_ITEM_PROPERTY ('MULTI.ACTION',REQUIRED , PROPERTY_TRUE);
    SET_ITEM_PROPERTY('MULTI.ACTION',NAVIGABLE,PROPERTY_TRUE);
    SET_ITEM_PROPERTY ('MULTI.ACTION' ,UPDATE_ALLOWED,PROPERTY_TRUE);
    SET_ITEM_PROPERTY ('MULTI.ACTION' ,INSERT_ALLOWED,PROPERTY_TRUE);
    END IF;
    Sorry, still I am not getting desired o/p. even i check item (ACTION) level Trigger
    Note: my_check_box is not updatable
    that would assign at time of button press (post query) as i mentioned
    Edited by: 838602 on Feb 22, 2011 1:41 AM

  • How to find the particular record in 1000's of workflow jobs are running

    Hi,
    In a data manager -> in workflow tab>IF a record is in CHECK-OUT MODE there are 1000's of jobs are running in that workflow tab. Can anyone tell me how to find that particular record in that workflow jobs.
    Can anyone show me the difference in getting a record in 5.5 and 7.1

    Hello COTI
    Unfortunatly, SAP MDM doesn't have good ability for  WF search.
    All WF clarify by it's status (unlaunched, avialable, Received, complited, error  etc.)
    For each WF SAP MDM assing unique Job ID and this id will be shown in Job ID field in Data Manager WF Tab.
    You can change WF list order by all WF fields like as Job ID, Step, User, Start etc. and try to find your's WF.
    You can use Java API - this is one of the best solution for WF management and WF mass upload  (for example)
    Regards
    Kanstantsin Chernichenka

Maybe you are looking for

  • How do I get the default Photostream on my MacBook Pro to match the Photostream on my iPhone and iPad?

    Essentially, I am having issues getting photos that I save on my iPhone or iPad to automatically appear on my MacBook's iPhoto app (and vice versa). The iPad and iPhone automatically share all photos between each other. I have iCloud set up and all o

  • I am Using Ajax with DWR while running the application i am getting error?

    Hi, I am using DWR concept while running the program i am getting the following error: uk.ltd.getahead.dwr.util.CommonsLoggingOutput info INFO: Exec[0]: Demo.sayHello() and also all the methods that are there in that Java class. Plz anybody help me h

  • Apply changes button not working as expected

    Hi I have a page, this page has some fields and a drop-down list where it has a projectname as the values and when I change a value in the drop-down list and click on "Apply Changes" button it does update the table and the changes can be viewed on th

  • AdventureBuilder.sql

    I am trying to set up the Adventure Builder application, but cannot create the Adventure Builder schema. Following the steps in the adventure_builder.html document, I import the AdventureBuilder.sql file and set the "semi-colon" terminator. When I ru

  • Any 3rd party software for Micro Pho

    Now that MTP has ruined CMS and has renedered it useless for organizing music on my Micro Photo, is there any other software that will allow me to view the files on my player organized by ID3 info? On my player it is organized by ID3, but if I used t