Saving Sort Field Selection

When I open itunes I select the artist I wish to listen to, (I'm using grid view, btw) and then browse that artist's albums. However, every single time I open itunes, I must click the "album by year" column header to resort it that way. It defaults back to track number sorting every time I close and re-open itunes. Anyone know anything about this?

This has been happening since iTunes 8
I would also like to know a fix, i like grid view sorted by year as then i can click on the artists and listen to all their albums in order of oldest to newest and not in the order i added the albums
Currently i have to click into the artist and change the sort to by year before i play

Similar Messages

  • Sort field in maintenance order

    Hello;
    I want to make sort field in maintenance order as a mandatory field. But if I make it as a mandatory field, system still allows me to save the order as long as I have not clicked 'Location' tab. So there is no positive control over this field. May I know, how do I achieve this? I have even tried to put order type as the influencing field but it does not help.
    Points assured.
    Regards
    Hemant

    Hello Hemant,
    access to the SAP service marketplace via www.service.sap.com to create an OSS message. Choose link "product errors". Therefore you need an OSS user and you have to be authorized to create OSS messages.
    To create an user-exit, you have to go to transaction CMOD. There you have to create a project and assign the enhancement you want to use (I'm not really sure, but I think IWO10009 is the correct one in your case - you can search the user-exits via transaction SMOD - search for IWO*).
    After this you have to implement your coding and then you have to activate the project.
    The implementation of the user-exit should be done by an ABAP developer.
    By the way - I've had a look at the OSS. There's note 768576.
    Reason and Prerequisites
    The problem is caused by a missing function.
    Influences set via field selection will only become effective if a screen with the corresponding fields is processed. You must also refer to the documentation defined in the corresponding Customizing area. For the location & account assignment data, no additional check is (such as with the general order header data) is realised during the saving.
    Prerequisite
    Via field selection you declared fields of the location & account assignment data as mandatory field, and no screen that contains these fields was passed.
    Solution
    By means of the example code, you must implement a corresponding mandatory field check via customer enhancement IWO10009 at the time of the order backup.
    1. Create subroutine Z_IWO10009_GET_DATA_FOR_FAW in program SAPMILA0. It would be best if you create an own include ZMILA0F1 for this so that you will not have any unnecessary expenditure for future Support Packages (via Transaction SE80).
    FORM Z_IWO10009_GET_DATA_FOR_FAW.
      CALL FUNCTION 'CO_IH_GET_HEADER'
           IMPORTING
                     CAUFVD_IMP = CAUFVD.
      CALL FUNCTION 'CO_IH_GET_ILOA'
           EXPORTING
                     CAUFVD_IMP = CAUFVD
           IMPORTING
                    ILOA_WA    = ILOA.
    ENDFORM.                    "Z_IWO10009_GET_DATA_FOR_FAW
    2. Create the following source code in customer enhancement IWO10009:
    STATICS: XTFAWF LIKE TFAWF OCCURS 0 WITH HEADER LINE.
    tables:  tfawf.
    DATA: wa_screen    LIKE screen.
    FIELD-SYMBOLS:  'A'.
      perform Z_IWO10009_GET_DATA_FOR_FAW(SAPMILA0).
      if xtfawf[] is initial.
        SELECT * FROM TFAWF INTO TABLE XTFAWF
                 WHERE PROG = 'SAPMILA0'.
      endif.
      LOOP AT XTFAWF WHERE CUST_M = 'X'.
        CALL FUNCTION 'FIELD_SELECTION_INFLUENCE'
             EXPORTING
                  dynprogruppe = '7   '
                  mode        = 'C'
                  modulpool    = 'SAPMILA0'
                  fieldname    =  XTFAWF-MFELD
             IMPORTING
                  input        = wa_screen-input
                  output      = wa_screen-output
                  active      = wa_screen-active
                  required    = wa_screen-required
                  intensified  = wa_screen-intensified
                  invisible    = wa_screen-invisible
             EXCEPTIONS
                  OTHERS      = 1.
        if wa_screen-required = 1.
          clear lv_mfeld.
          lv_mfeld = 'CAUFVD_IMP-'.
          case XTFAWF-MFELD.
            when 'ILOA-AUFNR'.
              lv_mfeld+11 = 'IAUFNR'.
            when 'ILOA-KOKRS'.
              lv_mfeld+11 = 'IKOKRS'.
            when 'ILOA-BUKRS'.
              lv_mfeld+11 = 'IBUKRS'.
            when 'ILOA-GSBER'.
              lv_mfeld+11 = 'IGSBER'.
            when 'RILA0-ARBPL'.
              lv_mfeld11 = xtfawf-mfeld6.
            when others.
              lv_mfeld11 = xtfawf-mfeld5.
          endcase.
          ASSIGN (lv_mfeld) TO  IS INITIAL.
            Message E461(IW)
            with 'Mussfelder der Standort&Kontierungsdaten füllen'.
            EXIT.
          ENDIF.
        endif.
      endloop.
    endif.
    3. Activate the changes
    Correspondingly you can implement this solution also for the order release, for example, via customer enhancement IWO10002.
    Bear in mind that this is a source code proposal. It might be useful or necessary to adjust this source code to special applications.
    Best regards
    Stephan
    Edited by: Stephan Theis on Jan 5, 2008 11:20 AM

  • Sort field in action monitor

    Dear Experts,
    I'm trying to take bulk/mass printouts for CRM transactions, using t.code- CRMC_ACTION_JOB.here we have a field called SORT FIELD1.please tell me the significance of this.actually there is no furthur filteration criteria for this.like-user id,service organisation etc.
    My requirement is to print the service order as per the service organisations,which is not possible in t.code-CRMC_ACTION_JOB.
    please provide some input for this issue.

    Hi,
    You can use the sort fields to process a series of actions in a defined order during batch processing. For this, you have to assign an attribute of the application object to the sort field in the action Customizing. When the action is generated, the value of this attribute is then entered into the corresponding sort field. First, the sorting defines how the selected actions are displayed in the list. During the batch run, the actions are then also processed in this order.
    For the sorting, you must create and specify a variant that orders the ALV according to the entries in the sort fields. The dialog allows you to check the correct sort sequence in the ALV.
    For example, if the postal code of the document recipient is entered into one of the sort fields, documents can be printed sorted by their postal code.
    Regards,
    Madhu

  • How do I resolve: Field Selection dialog [Pick... button] in "Mark as read-only" section of Signed tab for Digital Signature field is not working

    I am using Acrobat Pro X on Windows 7 Enterprise x64 to create a form. When I have a simple form with a few fields, I am able to use the "Pick..." button to select the fields I want to select, but in a more complex form (20 fields with 3 Signature fields) The Field Selection dialog does not work. I can make the selections, but they are not saved. Removing fields does not resolve issue. IF I start with a blank form and add a few fields, the dialog will work, but after adding more, it quits working. Reader XI is also installed.

    And that is why many responders use only the custom JavaScript calculation option.
    The UI for the select fields and simplified field nations are only a way to pass field names to a JavaScript function that performs the actual calculation. Sometimes these functions call other functions and pass the parameters can lead to errors in the attempted code.
    I would start to learn code JavaScript for Acrobat.
    The pick field dialog is for performing calculations involving sums, products, averages, minimum, and maximum. I am not sure how that would work with a digital signature. Once a signature is applied the form fields could be locked.

  • Field selection for movement type 601 account 894025 differs for cutomer

    While posting goods after saving delivery merror message
    Field selection for movement type 601/aact 894025 differs for customer goods movement
    I tried OMJJ>Mvtmt Type>601>Field selection enjoy>601  KONTO  Optional field
    Now this is only happening in the cases where I have assigned free goods Inclusive 10MT. If the order is less than 10MT (that is if no free goods attached) posting is accepted & billing & account determination is processed successfully.
    I am unable to identify the reason though I have worked a lot on MM/Fico on the system.
    Please provide your valued inputs why this is happening?
    Thanks for your time.
    Rajiv

    Hi Raja,
    Thanks for prompt reply.
    I shall appreciate if you elaborate how to check
    check the Field selection goup in control tab for that GL 
    I tried OBC$--> (Is this correct?)
    I checked cost center field G004 -->Addl Act assignemtn -->Cost center which is Optional entry. Should I check any other items on the screen as I am unable to understand which field is applicable on a/c field.
    Profit center, cost object are  in G004 as supressed field.
    So should I make optional? So thing will work.
    Other Q should I also consider G025 Inventory adjustment account? As per error this a/c is not shown. So pl advise me steps or heading which I should consider.
    Thanks for yr time.
    Rajiv

  • BGM: Master Warranty sort field

    Hi all,
    I have search all over the place in order to know the function of the "Sort Field" in the Master Warranty. If I do have several counters, it stated that I can set priorities of my warranty counters by using free defined sort field.
    But how do I use is and where does it reflect then?
    I do attached the master warranty in my Equipment via IE02 and where does it display the priorities of my warranty counters?
    I also do realize that the counter link AND & OR in master warranty can be use in order to stated that my equipment is still under warranty by line items or overall. This is very useful, however the icon of warranty check status in IE02, is changing from "not valid" icon to "valid" icon once click on warranty details. Something wrong isn't?
    Hope all experts can help me on this. Thanks
    Regards,
    effie7am

    Hi,
    The sort field does not have any effect on the validity of the warranty.
    The master warranty maintenance provides two tabs - services and count. For each service line you can have multiple entries, these are the conditions which may be linked with a AND or OR.
    To use a vehicle as an example. If there is a 50,000 KM / 36 month warranty. This can be defined by creating one entry on the initial master warranty services  tab. The two counters are added to count tab, the AND condition is selected. Once one of these counters is reached the warranty is expired.
    If your vehicle comes with a further warranty (perhaps a 5 year anti-rust extension), you can add this as a second entry on the initial services screen. Now to start with both warranty items are valid, after 36 months the first item becomes invalid. Now item 1 is expired and Item 2 is still valid. At this point the complete warranty is only partially valid (yellow icon).
    -Paul

  • RSDMWB - Create Model  - BW Query Model Field Selection - Problem

    I am trying to create a Data Mining model.
    In RSDMWB I select "Create Model" in the right click context menu after selecting a Data Mining model.
    In the "Create Model" window I try to select a BW Query I have previously created as source for Model Field Selection.
    To find the query I press F4 and get a list of available objects sorted by InfoAreas. However, the InfoArea containing my InfoProviders and the BW Queries is not visible.
    If I try selecting a BW Query that is visible this BW query does not appear in the BW Query field in the Create Model window.
    However as I press 'enter' I get a field selection list!
    Last but not least, I cannot type manually a BW Query name in the abovementioned BW Query field.
    I am not sure it is related, but I found a note about some UI problem at model creation
    "Data Mining: UI adjustment SAP Note Number: 851886". It says that BW35 SP14 should be needed. I am currently on SP12.
    Does anyone have the same problem. What is the solution to it?
    Claudio Ciardelli
    SAP BI Consultant at Unisys.

    Hi,
    - do you see the variables from the BW query in Crystal Reports ?
    - where in the BW query are the variables defined ?
    Ingo

  • Table View : Sort='server' : Error=Invalid sort field type in "SORT ... AS

    Hi ,
    The Sort button does not work for GUID and it shows the error,
    <b>Invalid sort field type in "SORT ... AS TEXT"</b>
    How do I solve this problem?
    Thanks and Best Regards,
    Bindiya

    Hi ,
    Below is the code :
    IF_HTMLB_TABLEVIEW_ITERATOR~GET_COLUMN_DEFINITIONS
    ==================================================
            ls_coldef-columnname              = 'PBI_C_VALUE_ID1'.
            ls_coldef-width                         = '150'.
            ls_coldef-title                           = 'Category I '.
            ls_coldef-tooltipheader              = 'Category I '.
            ls_coldef-wrapping                   = zcl_zsc_co=>sc_true.
            ls_coldef-edit                          = zcl_zsc_co=>sc_true.
            ls_coldef-sort                          = zcl_zsc_co=>sc_true.
            APPEND ls_coldef TO p_column_definitions.
            CLEAR ls_coldef.
    ==================================================
    IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START
    ==================================================
        WHEN 'PBI_C_VALUE_ID1'.
          CREATE OBJECT lr_dropdown.
          lr_dropdown->id                 =  p_cell_id.
          lr_dropdown->nameofkeycolumn    = 'PBI_C_VALUE_ID'.
          lr_dropdown->nameofvaluecolumn  = 'SHORT_NAME'.
          lr_dropdown->selection          = <fs_row>-pbi_c_value_id1.
          lr_dropdown->disabled           = lv_disable.
          lr_dropdown->width              = '170'.
          GET REFERENCE OF mr_model_assign_sb_list->mr_model_pb_item_list->mr_model_def_category->mt_dropdown_cat_1_val INTO lr_dropdown->table.
          p_replacement_bee = lr_dropdown.
    ==================================================
    NOTE: the data element of 'PBI_C_VALUE_ID' is RAW 16.
    Thanks and Best Regards,
    Bindiya

  • Service PO Field Selection

    Hello I am struggling to configure field selection in Service PO. (Service Purchase Order)
    In Item Details we enter Service Numbers.
    after saving This PO i want this Service number to be in display mode.
    But i should be able to add further services.
    I tried in External Services Filed Selection.
    There we have one Field selection group named PO
    after double clicking it gives options like Display/Mandatory/Optional/Hide to Service Number
    if i select Display there
    It will disable complete field
    and i can not enter any service.
    Is there any alternative for this?
    Thanks

    hi
    although u make ur field in display mode u will no t able to add new iems as this is in display mode
    so in std SAP it is not possible
    so either completing the first entry sheet and then ad dthe items
    regards
    SAP Learner

  • Sorting field  in View

    How do I sort field in View? thanks!

    Hi,
    Actually I do not understand your question: what do you want  to sort? If you are referring to a SELECT from a view please refer to the documentation of SELECT.
    Regards, Gerd Rother

  • What exactly does itunes mean when it says "apply sort field"

    In iTunes when I select a track [or several tracks] and then Right click i see an option at the bottom of the resulting menu that offers to "apply sort field", when I select this option a sub menu comes up offering several fields for me to choose from, the options are, All matching fields, Same Album, Same Artist, Same Album Artist, Same Composer, Same Show. If I choose one of these options iTunes issues a warning that it's about to alter some of the files in my library. Can anyone explain exactly what is about to happen and how this is different from simply clicking any of the column headers in iTunes so it will sort the tracks on the screen?

    The sort fields are used to control the order in which items are listed within their colums rather than which column the display is currently sorting on. iTunes automatically fills some of these in so an album or artist that begins with a, an or the is normally sorted as if the article wasn't there, e.g. so *The Beatles* get sorted under B and not T. In other cases you might decide that you want, for example *David Bowie* sorted as *Bowie, David*. If you set the Sort Artist, Sort Album Artist and Sort Composer (assuming this is one of his tracks) to *Bowie, David* on just one track, then right-click and chose *Apply sort file > All matching fields*, then iTunes will look at each track that has *David Bowie* in the Artist field and put *Bowie, David* in the Sort Artist field, also for each track that has *David Bowie* in the Album Artist field it will put *Bowie, David* in the Sort Album Artist field, and for each track that has *David Bowie* in the Composer field it will put *Bowie, David* in the Sort Composer field.
    tt2

  • Custom sort fields

    Hi,
    Is it possible to add custom fields to the "Sort by" field selection?
    Thanks,
    Andre

    Hi Rob,
    I dont have a table control in which I have the custom fields.The custom fields are placed in a subscreen within acustom tab in standard screen in tcode VL31N. as shown below:
    Plant:
    Carrier:
    Bill of lading:
    Packaging list:
    Damage
    Now below these 5 fields ,I need to display the 2 SORT buttons/icons to change the display in ASCENDING OR DESCENDING  order.
    How do i do this???Is there any std FM ?

  • New View / Sort Field, PLEASE!

    I'll start off by saying that iTunes is not at all my favorite software for media organization; I use J. River Media Center. But I have to use it because I proudly own a new iPhone 3GS, and iPod Touch.
    If someone could please make my life with iTunes easier by creating a "Filename" or "Folder Path" viewing/sorting field in the iTunes Library that would just be GREAT. I heavily rely on sorting my media by their locations in my directory, and I'm sure many would appreciate it. If you ask me, it's a far more valuable field for sorting than like Disc Number or Skip Count. Please, please, please get a "Filename" field in the iTunes Library asap.

    J. River Media Center allows me to (extremely easily) rename, move, and copy files according to certain rules based off their tags. Therefore, all of my music is already in their correct folders etc. by the time iTunes gets to it.
    In iTunes I don't need to know which folder a file is in or what the filename is. Frankly, I don't care.
    I can find any song, movie, podcast, etc. directly in iTunes.
    All I'm asking for is another way to sort my media.
    In iTunes, you can sort on any of the columns available (soetihng like 27 different variable).
    You can use smart playlists, as weel as selecting any genre, artist, album and sort those by any of the previous mentioned columns.
    However, if none of this suits your needs, send suggestions here as Meg mentioned -> http://www.apple.com/feedback/itunesapp.html

  • CATS Field selection screen

    Hi,
    In CATS field selection screen -> Screen groups -> under work list and Data entry selection, I have chosen the fields Network, Activity Type, Activity, Sender Cost center, Plant, Total and Short text to be displayed / input.
    Out of these in CAT2, I am able to view only Activity and Total under Worklist area and Sender cost center and Total in Data entry screen...
    Why is this so and wat could be the error.... 
    Note : I did configurations under Settings for CATS for Service Providers node.
    Regards
    Nima

    Check whether you have maintained the same data entry profile for yourseelf , under which you have saved  the fields list.
    CAT2 view depends on the data entry profile chosen for the user.
    Thanks
    Rakesh

  • Define a matchcode for notification sort field

    Gurus,
    Sap help on field ILOA-EQFNR says a matchcode can defined. Anyone knows if the value is retrieved from the funnctional location sort field or if a specific set of values with matchcode can be defined for selection during notification creation ?
    Cheers,
    Olivier

    Hi!
    Did you find a solution?
    I would like to create a matchcode.
    Thanks

Maybe you are looking for

  • Can't find printer in air print

    Cannot find my Samsung printer on my iPhone 5.  On same wifi network; prints wirelessly from PC; printer model is air print enabled; only way to print from iPhone is using clunky Samsung print app.  Am I missing something here?

  • Is Lightroom intentionally made difficult for non-English users?

    Could it be that Lightroom is intentionally made difficult for the non-English user? I came to this forum today hoping to find an answer and all I see is problems when I try searching the forum, and complicated instructions on how to, supposdely, sol

  • "Switchboard (reagiert nicht).  "Switchboard does not answer" HEEEEEElllllllPPPPP !

    Hallo, Bin auf Power Mac. Adobe Photoshop Version: 2014.2.2 20141204.r.310 2014/12/04:23:59:59 CL 994532  x64 Betriebssystem: Mac OS 10.9.5 Aktivitätsanzeiger zeigt immer wieder die Meldung "Switchboard (reagiert nicht) (Rot) Habe das Dossier SwitchB

  • Can a process update report Headings?

    Does anyone know how to use a process to directly update Report Headings, perhaps using the HTMLDB API? I need dynamic headings determined at run time, but I cannot use the PL/SQL Headings Type because I have too many columns in the report (the delim

  • Change BP code

    Hi I have a prospect who wants to have the business partner code changed after he created a sales invoice? It's possible to do this in the program? Thanks Bogdan