List Output Default for F.01

Before the ECC upgrade the default selection for List Output was ALV grid control.
After the ECC upgrade the default selection for List Output is Classical list.
We would like to change the default back to ALV grid control and would greatly appreciated instructions for doing so.

Hi Dan,
Please go to Line items tab in T. code FB00 and Change the Setting from "ALV classic list" to "ALV grid control".
Hope this is what you are looking for.
BR
Amitash

Similar Messages

  • Make Album List view default for playlists

    I have my library broken up with playlists for each artist and I like to view the contents of each playlist in Album List view.
    iTunes remembers when you switch to this view, but after upgrading to iTunes 10 all playlists are back to list view, and it's a pain in the *** to switch to album view (especially since they've changed the keyboard shortcut).
    Does anyone know a way to set Album List as the default view? Or to switch all playlists to Album view in a group?

    Same problem here.  I like Artist List view the best.  I cannot find a way to set the default view in iTunes 11 and it is making me NUTS!

  • No CC Programs show in the list of defaults for file associations

    I have CC 2014 Photoshop, Bridge and Lightroom. None of these programs show as available for associating files such as .jpg. Even if I navigate to Photoshop.exe and select it, it does not associate.
    up to a few days ago if I clicked on a .jpg it would open in Photoshop. Now it does not...
    An adobe agent got access to my PC and could do nothing except direct me to ask Microsoft for a fix even though ONLY CC programs are affected!!
    Any ideas?
    John

    Check that your Windows Registry keys for Photoshop.exe shell commands edit and open are set correctly.  Sometime they get messed up. I think uninstalling a prior release of Photoshop that the Adobe un-install process maybe doing the damage. I stopped uninstall old release  of Photoshop years ago.  I just delete their install trees on my disk  to revover disk space and remove their uninstall entries in the registry.

  • Picking List output for WM

    Hello,
    Can you tell if there is a standard Pickling list output type for a Sales Order Outbound delivery for a WM activated plant.(EK00 is no longer in application V2)
    How can a Transfer Order creation trigger this Picking List (output type?)
    Please let me know
    Thanks
    SAP FAN.....

    Hi,
    You can do this in the transaction OMLV -> 'Print Code',  Form name depends on the print code.  Few are here with.
    Single print / TO item          LVSTAEINZEL
    Multiple print / TO          LVSTALISTE
    Single print for ref.no.          LVSTAEINZEL
    Multiple print ref.no.          LVSTALISTE
    Picking list version 1          LVSKOMMIL1
    Picking list version 2          LVSKOMMIL2
    Posting change notice          LVSUMBUCHEN
    Single printout w. kanban          LVSTOSOLOKANBAN
    Single printout w.kanban          LVSSAMMELKANBAN
    Best Regards,

  • Problem with the ABAP List output while running program in background.

    Hi ,
        This is Sudhir S . I am trying to run a report in background which has 60 columns , but only 13 are displayed when we view it through the spool abap list .
    But when I run in foreground all the 60 columns are displayed. Since the data which I am trying to fetch is large I am running the report as a background job .
    I just need to know what can be done to get the 60 columns in spool abap list output.
    waiting for your  reply.
    <removed by moderator>
    With Regards
    Sudhir S
    Edited by: Thomas Zloch on Oct 6, 2010 1:51 PM - please do something else while waiting, all posts have the same priority here

    Hi,
    Check if SAP note 1226758 resolves this problem.
    Regards,
    Aidan

  • Set Printer for List Output

    Is there any way to set a default printer in the program for printing the list output?
    Jyotsna loomba

    Hi,
    When you get the list output .
    click on print button to print it. A dialog box will come.
    In that dialog box, there will be settings button . when you click on this button, you will get many options and the value of those options that can be set defualt for that report output.
    In that there is s option of printer , select that option  and enter a value and then set that as default.
    I hope this will solve your problem.
    For any more help, please revert back.
    Thanks and regards
    Gurpreet Singh

  • How to assign list of default value for select-option variable???

    Hi every one
    This is Deepak,
    I want to know how to assign list of default value to select-option variable ? please any body tel me solution
    for example
    select-option matnr for mara-matnr default ..............and here i want to give more than 1 values that will be default value and use can choose any one at the time of input .
    Thank you in advance
    Deepak

    Hi.
    Check the following sample code.
    REPORT ztn_test.
    " It is example for list populating.
    TABLES:knvp.
    data: BEGIN OF itab OCCURS 10,
          kunnr like knvp-kunnr,
          END OF itab.
    data: wa_itab like itab.
    TYPE-POOLS: vrm.
    DATA: name TYPE vrm_id,
    list TYPE vrm_values,
    value LIKE LINE OF list.
    PARAMETERS: s_kunnr(20) type c  as LISTBOX VISIBLE LENGTH 40 .
    AT SELECTION-SCREEN OUTPUT.
    SELECT kunnr from knvp  into  CORRESPONDING FIELDS OF TABLE itab WHERE parvw = 'SP'. " SP for ur requirement
    " I have used loop to populate some values from table
    loop at itab into wa_itab.
      name = 'S_KUNNR'.
      value-key = sy-tabix.
      value-text = wa_itab-kunnr.
      append value to list.
      clear wa_itab.
    endloop.
    " If u want individaully assign the values change the code as
    name = 'S_KUNNR'." Select option name
      value-key = 1." Index
      value-text = 'VAL1'.
      append value to list.
    name = 'S_KUNNR'." Select option name
      value-key = 2." Index
      value-text = 'VAL2'.
      append value to list.
    CALL FUNCTION 'VRM_SET_VALUES'
    EXPORTING id = name
    values = list.
    Edited by: tahir naqqash on Feb 21, 2009 4:38 PM

  • List output for LSMW

    Hi all,
    I have a recuirment to create a LSMW  and i need to list output as the summary section with the following details.
    Report run by :
    Report date :
    totla number of records uploaded:
    total number of records successfully loaded
    total number of records erroreouns :
    Is this possible to do in the LSMW or can anyone give your approach to goahead with this type of scenario.
    Regards,
    Madhavi

    yes and no.
    You can certainly add info about the user and the date.
    you can do this with small coding at processing time  END_OF_PROCESSING
    You cannot give any info about :
    totla number of records uploaded:
    total number of records successfully loaded
    total number of records erroreouns :
    Because the only place you can add your own coding is the  conversion program (fieldmapping and  migration rules), this is long before you actually post the records to the data base.
    LSMW is a cockpit for migration. Once you have created the batch input, you can leave LSMW and process the batch input in SM35. once you created the IDOCs, you can go to BD87 to process it. This is not really a natural part of LSMW, LSMW uses and combines standard processes that existed already long before LSMW.

  • T-code for Delivery output/Invoice List output????

    what is the T-code to print the delivery output and Invoice  list output,appreciate your immediate reply.
    Thanks.
    Mohammed.

    Hi Mohammed,
    are you referring to the PO box in the sales order ? If yes, check with your driver program for the script output, there must be some condition which makes the shipping address print or not in the presence of PO box. You can know the script program by going to NACE t.code for the delivery output conditon LD00 in application V2 which is for shipping. Now coming to the availability of a change mode in your quality server, check with the basis team if you have authorization to go in the change mode or not.
    Hope it helps. Please reward is useful.
    Thanks & Regards
    Sadhu Kishore

  • Config Scope of list ALV as default for reports ME5A / ME5J / ME5K

    Hi all,
    We had performed configuration SPRO> Materials management-> purchasing> reporting>maintain pur.list->scope of list->define default values for transaction to set ALV as default scope of list for a number of transactions. 
    It is all okay for transactions: ME2B, ME2C, ME2J, .... ME3B, ME3C, ME3J, ME3K, ME3L, ME3M.  But for ME5A / ME5J / ME5K, the default of scope of list became "A" (3-line + n special) instead of "ALV" even the configruation had been done.
    How can we solve this?  Thanks.
    Regards,
    Donald

    Dear Donald,
    For T-code ME5A / ME5J / ME5K Configuration path is Materials management-> purchasing> reporting-->maintain PURCHASE REQUSTION LISTS --->define default values for transactions to set ALV as default scope of list.
    This will definately solve your problem.,
    Thanks,
    Shekhar Gaikwad

  • Default output type for PO

    Dear All,
    Can some body so kind to help me to resort the following problem?
    My client have more then 5 purchase organization & each purchase organization use different 'output type' for Purchase order.
    Client requirement is ' there should be a different default output type for different purchase organization while creating PO .
    Thanks in advance.
    Regards,
    sp sahu

    Hi,
    You don't need ABAP or BADIs for this  !!!!!!
    Simply use the options already available as standard in MN04 and choose the output type and select the P org that it relates to and set up the communications data.
    PLEASE don't make SAP any more complex than it is by using ABAP or BADIs when the standard system does it (even without config) as standard.
    Steve B

  • How to set a default output device for FAX outputs

    Hi Experts,
    Business requires to set a default output device for fax outputs ( Medium as 2 Fax medium ).
    as fas as print output ( medium as 1 print medium ) is considered we can maintain output device in condition record--> communication
    I tried maintaining output device in VP01 for my condition type based on sales org but it did not worked.
    Can you please suggest ways to achieve default output device for fax outputs.
    Thanks,

    Well, obvious solution would be to either update user profiles or change the output from 'process immediately' to 'process by a background job'. Then create a generic user ID with any fax number desired and use that user ID to process the output through the background job.
    This is not really an SD question, so if this simple option doesn't work for you, I'd suggest to discuss other custom solution with your ABAP / Basis team.

  • Default output device for ALV report

    Dear friends,
    Here there is a user requirement that he want print a particular ALV report in a
    perticular output device. and want to fix that output device for that report instead of changing everytime.
    Kindly suggest.
    Regards,
    Praveen Lobo

    Hi,
    This way system is expected to search for default printer. What I would recommend you to do is call transaction SP01 within the report and pass the initial screen parameter thru FM.
    Hope this lead, help you solve your issue!
    Reetesh

  • Getwa_not_assigned - error in grid display - when trying for list output

    Hi all,
    i have searched the SDN before posting and tried all the possibilites given in the forum.
    my problem is
    data gr_alvgrid type ref to cl_gui_alv_grid.
    data: gc_custom_control_name type scrfname value 'CC_ALV'.
    data gr_ccontainer type ref to cl_gui_custom_container.
    data: gt_fieldcat type lvc_t_fcat.
    data gs_layout type lvc_s_layo.
    data: begin of gt_itab_alv occurs 0,
            lifnr type char10,    "ekko-lifnr,                " vendor
            ebeln type ekpo-ebeln,                " purchase order
            aedat type ekko-aedat,                " order date
            ebelp like ekpo-ebelp,                " item
            matnr like mara-mfrpn,                " material part no.
           end of gt_itab_alv.
    in field cat preparation
    perform prepare_fieldcat changing gt_fieldcat.
    form prepare_fieldcat  changing pt_fieldcat type lvc_t_fcat. "M24
      data ls_fcat type lvc_s_fcat.
        ls_fcat-fieldname = 'LIFNR'.
    *    ls_fcat-ref_table = 'EKKO'.
    *    ls_fcat-ref_field = 'LIFNR'.
       ls_fcat-inttype   = 'C'.
       ls_fcat-outputlen = '12'.
        ls_fcat-coltext = 'Vendor'.
        ls_fcat-seltext = 'Vendor'.
        append ls_fcat to pt_fieldcat.
        clear ls_fcat.
    endform.
          CALL METHOD gr_alvgrid->set_table_for_first_display
            EXPORTING
              is_layout                     = gs_layout
            CHANGING
              it_outtab                     = gt_itab_alv[]
              it_fieldcatalog               = gt_fieldcat
            EXCEPTIONS
              invalid_parameter_combination = 1
              program_error                 = 2
              too_many_lines                = 3
              OTHERS                        = 4.
          IF sy-subrc <> 0.
          ENDIF.
    i am trying to change it to list output - it is giving the getwa_not_assigned dump error.
    when i try to do it for one field also, it is giving the same error.
    kindly help me.
    thanks and regards,
    Sakthi Sri.

    The Problem is with the layout and not with the field cat preparation.
    I gave colours to the layout and now i have changed it to the zebra and the problem solved by me.

  • Picking list output in VL70 for the outbound deliveries picked via WM

    Hi Experts ,
              How to take Picking list output in VL70 for the outbound deliveries picked through transfer Orde(WM).
    Generally, we ll genreate picking list in VL70 directly giving from the outbound delivery. Then , system wll confirm the Picked quantities along with the Print out in deliveries as per the configuration done in OVLT..
              In this case , how to take the Picking list in VL70 ? Pls give your advice on this..
    With Regards
    S.Siva

    hi,
    this is to inform you that,
    use - LX21 for this purpose.
    hope this clears your issue
    balajia

Maybe you are looking for