Excel View instead of SAP list view - Quota master

We have a more extensive quota maintenance process and looking of simple user interface. Mass maintenance (MASSD) of quota and complex enhancements are not sufficient since we have some filtering requirements using product attributes.
- I am trying to use the Excel layout instead of the SAP list view in the Quota master
- I selected the 'change layout' from Quota item maintenance screen
- I went to 'view' tab and selected 'Microsoft Excel' as prefered view instead of 'SAP List view'
- I selected one of the standard Excel templates provided (sap_om.xls or sap_mm.xls)
- I save layout
- Now the Excel interface is available for modifying the Quota item data. I want to know how to use this interface.
- I change the data in the Format, Header or the Raw data sheets (change from 75:25 split to 70:30). When I click save (I clicked save in the Excel view as well as the overall SAP Quota screen, I get a ‘Data saved’ message. But the data goes back to original values (75:25).
- I need inputs on how to make this Excel interface work since it is not saving entered values

Hi guys, Any luck on my query?
My question is generic on using the Microsoft Excel view instead of the SAP list view in GUI. Any one used this and have insights on how to make this work?

Similar Messages

  • Drop down list for User ID's and SAP List viewer format

    Couple of quick questions. Any help will be greatly appreciated.
    1) I need to put User ID on the selection criteria screen. And also, I need to build a dropdown list for user ID selection by finding all user IDs in the Finance department and put it on the list.
    2) I need to display the report in the SAP List viewer format, which enable these functions including sorting, hiding fields, filtering, exporting to an excel file as necessary. My output is currently plain vanilla as follows
    loop at ibkpf where belnr = ibseg-belnr.
           read table iskat with key saknr = ibseg-hkont.
           read table icepct with key prctr = ibseg-prctr.
           read table icskt with key kostl = ibseg-kostl.
           write:/
           iBKPF-BELNR,     " Accounting document number
           iBKPF-BUKRS,    " Company code
           iBKPF-GJAHR,     " Fiscal Year Range
           iBKPF-MONAT,     " Period
           iBKPF-USNAM,     " Username
           iBSEG-BELNR,      "Document #
           iBSEG-BUZEI,      "Item #
           iBSEG-BSCHL,      "Posting Key
           iBSEG-SHKZG,      "Debit/credit indicator
           iBSEG-PRCTR,      "Profit Center
           icepct-ktext,
           iBSEG-KOSTL,      "Cost Center
           icskt-ltext,
           iBSEG-HKONT,      "G/L Account
           iskat-TXT20,
           iBSEG-DMBTR,      "Local currency
           iBSEG-WRBTR,      "Document currency
           iBSEG-SGTXT,      "Explanation
           iBSEG-KOART.      "Account type

    Hello Syed
    Here is a sample coding for a dropdown listbox:
    *& Report  ZUS_SDN_DROPDOWN_LIST
    REPORT  zus_sdn_dropdown_list.
    TYPE-POOLS: vrm. " Value Request Manager: Typen und Konstanten
    DATA:
      gt_values   TYPE vrm_values.
    PARAMETERS:
      p_usrid    TYPE xubname AS LISTBOX VISIBLE LENGTH 13.
    INITIALIZATION.
    * Select the allowed values for dropdown listbox
      SELECT bname AS key FROM  usr02 INTO TABLE gt_values
             WHERE  bname  LIKE 'S%'.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = 'P_USRID'
          values          = gt_values
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    START-OF-SELECTION.
    END-OF-SELECTION.
    You have two fields for the listbox available:
    - KEY (obligatory)
    - TEXT (optional)
    Regards
      Uwe

  • Itunes 11: is it possible to have your artist viewed as a grid instead of a list?

    hi,
    i just downloaded the new itunes 11
    and im liking it very much, runs smoother looks better, easier acces,...
    all looks fine but im fondering if can change something about the appearance, view...
    id like to change  the appearance from artist to a grid instead of a list (like albums)
    ive noticed it is posible to change it in playlist and stuff like that, but i dont find the button for artist
    thank you in advance
    this is what i mean
    album
    artist

    Some progress on second idea. Saved a copy of universal access plist with cursor set to large then set the cursor to small again. Replacing the plist file had no effect until I went into the UA pane and changed a setting at which point it must rewrite the file and refresh because the cursor size also changed at this point.
    Tried the same again and restarted Finder, no effect. Also tried altering another pref pane instead with no effect. Need a way to force the computer to look at the plist files, no idea how though. :-)

  • SQ01 - SAP List Viewer - Ability to get the count of the output records

    Hello All,
    I have a problem with the SAP List Viewer output for an SAP Query.
    I have created a SAP query (SQ01) for a table. Its a basic query that queries on just one table (VTBFHA)
    When I run the query, for the output in the SAP List Viewer (ALV) format, Could anyone kindly help me figure out how to get the count of the number of records displayed in the output?
    For Eg: when we run the T code SE16, It gives us the number of records displayed in the output.
    Similarly, does anyone know if there is a way I could display the count of the number of records displayed in the output of the SQ01 query?
    I have tried checking the "Counter" in the basic list tab, but it does not give me the count.
    Any help will be greatly appreciated
    Thanks
    Subhani

    Yes there is a solution. Follow these steps
    Select your query
    Hit the button InfoSet Query
    Go to Edit->Settings->
    Check the box "Count in the Output list" in the Output tab
    Hit Save
    In pop up box select the user group
    hit enter
    Hit the back arrow (F3)
    now Execute the query
    You should be able to see the count in the output.
    The count will appear on the right most column of the output. If it does not go to the "Change layout" option and make sure it is part of the "Displayed columns list".
    Regards

  • What is the differenec between 'sap list viewer' and 'abap list viewer'

    hi
    what is the differenec between 'sap list viewer' and 'abap list viewer'

    Hi,
    There is no difference between them.SAP List Viewer (ALV) is the new name of the ABAP List Viewer (ALV).
    The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions.
    The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.
    Single-level lists contain any number of lines that have no hierarchical relationship to each other.
    Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.
    You can view subtotals and totals rows in both single-level lists and multilevel sequential lists
    From End User Point it is SAP LIST viewer , From Developer Point of View it is ALV .
    Check the Below Link
    http://help.sap.com/saphelp_nw04/helpdata/en/66/bc7aab43c211d182b30000e829fbfe/frameset.htm
    Regards,
    Satish

  • SAP List Viewer

    How can I implement the SAP List Viewer into 7.1?
    I can't find class com.sap.ip.bi.alv to add it into my DC.

    Hi,
    Please check if these links are of use to you:
    SAP List Viewer (ALV) [original link is broken]
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/3439404a-0801-0010-dda5-8c14514d690d
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/1190424a-0801-0010-84b5-ef03fd2d33d9
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/3133474a-0801-0010-d692-81827814a5a1
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/4c70444a-0801-0010-7688-9e4bd844b783
    /people/dimitri.lubenski/blog/2009/07/08/do-it-yourself-alv-customizable-tables-in-web-dynpro-for-java
    /people/bv.pillai/blog/2008/09/09/what146s-new-in-sap-netweaver-visual-composer-ce-71-150-ehp1-ce-711
    Regards,
    Poojith MV

  • Integrated Excel view in SAP

    Hi,
    our consultant need the FICO report in EXcel view in SAP inself. ( not save as local file in desktop )
    it say as the view is not switched due to the procuct is not available.
    the message no : OK000.    HOW TO SEE THE MESSAGE IN  service.sap.com ?
    -- Lee

    hi markus,
    Version : Microsoft Office 2003
    i am not telling about the message what u mean.
    i mean ...while giving the Error .. we click the Technical message code.
    I have message error code as   OK000  . where to check it in SAP market place.
    I have S user license.
    -- Lee

  • ALV Grid and Excel view

    Hi,
    I'm searching anywhere on this forum for a solution but up to now I did only partial progress.
    I've already seen dozens of sap notes about this problem.
    When I pressed "view in Microsoft Excel" (code &VEXCEL) on an ALV grid list, a popup appeared noticing that no template was found. Looking around on this forum I managed to discover how to load these templates from local (BC_ALVEXCEL_SAP_TEMPL, BCALV_BDS_MAINTENANCE) or from client 000 (BCALV_BDS_IMPORT_SAP_TEMPLATE).
    Anyway, I managed to restore the templates on the system, but excel view still doesn't work:
    wheh I press the button now I only see a blank screen in place of the excel; if excel was already open (not in sap), then an excel view is actually shown, but the sheet is empty, no data in it.
    Any hints?
    thank you

    Hi,
    Just open Excel, then Goto Menu -> Tools -> Options -> Security Tab -> Macro Security ->Set Medium and in Trusted publisher tab select the checkbox Trust Access to Visual Basic Project Now Press Ok.
    This will solve your problem.
    Regards
    Karthik D

  • Excel view in ALV Grid---- Urgent

    Hi,
    On executing sample porgram BCALV_FULLSCREEN_DEMO, we get ALV grid display. After that, on Clicking "<b>Microsoft Excel View(controlshiftF7)</b>" we are getting blanck Excel screen view instead of the field values.
    I have the same scenario requirement in real time. I want the excel screen with values from ALV Grid.
    Thanks in Advance.
    -Mohan.

    Hi Mohan,
    Try this:
    Download Data in EXCEL from ALV list display
       1) Once you have alv report displayed in the screen.
       2) Click button 'View' ( next to print button) on application toolbar
       3) Select Excel in Place
       4) This will download the same format as of Report
    I hope your ALV have all the Standard functions in Toolbar. If not copy the status from and get the function as mentioned above.
    <b>Program - SAPLSALV
    Status  -  STANDARD</b>
    Reward points if this Helps.
    Manish

  • How to automate ALV to Excel View selection?

    How to automate ALV to Excel View selection?
    I'd like to view ALV data in Excel sheet. The standard way is to select "View" tab in "Change Layout" window, then click "Excel" radio button, then I should select document template from list, then I should select it again, then I need to press "Copy" button.
    This is very long way! Is it possible to do it automatically, without multiple selection and pressing lots of buttons.

    Hello Vladimir,
    Use FM 'XXL_SIMPLE_API ' or XXL_FULL_API .
    Also go thru the link :
    http://www.sap-img.com/abap/download-to-excel-with-format-border-color-cell-etc.htm

  • Excel View from an ALV Report

    Hi,
    How I can use the Excel View correctly?. I have a User that want to see this view from an ALV Report. The user clicks on "Views" -> "Microsoft Excel" then in the ALV area appears the excel workarea but all the cells are blank.
    Is there an option or previous configuration than make the data appear?
    Regards,
    CL

    carlos,
    Check this out.
    1) To change the current layout, show additional information, or hide unnecessary information, choose  next to  and then Change Layout. 
    The Define Layouts dialog box appears. All of the fields displayed in the report are listed in the left column. All of the available information you can display is listed in the right column. This information is grouped. Through the list box, you can select a certain field group and display the available fields in the right column.
    Make the desired changes and select  Enter.
    2) Select the desired fields and use the arrow keys to transfer the selected fields or all fields. These fields are now shown in the left column.
    3) End your selection with Enter. The layout you have defined is applied to the report immediately.
    4) To save this selection, select Save. Name your layout. The name of the layout must begin with a slash (/) or with a letter (user-specific).
    5) Decide whether you want to save the layout as a user-specific layout. If you save it as a user-specific layout, it is only available to you. If you don’t save the variant as a user-specific layout, it is also available to other users.
    Hope this helps u,
    Regards,
    Nagarajan.

  • Microsoft Excel is not installed; install Microsoft Excel Viewer

    When executing BW reports from the GUI, the following error is received.  Reports run directly from excel seem to work fine.
    "Microsoft Excel is not installed; install Microsoft Excel Viewer"
    This error is occuring on machines that were recently upgraded to SAP GUI 7.20 patch 7 and BW 3.5 patch 5.  In some cases  but not all, running a repair on Excel resolves the issue.  However, we do not want to have to run a repair on all machines that will be upgraded.    Does anyone no the root cause and an easier solution for this issue?

    Hi,
    Please refer simmilar discussion at Please Install Excel as Viewer
    I hope this will solve your problem.
    Thanks,
    Chandra

  • Upload / download BDS document buttons missing from MS Excel View dialogue

    Upload / download BDS document buttons are missing from MS Excel View dialogue window.
    This means that users cannot upload pre-built MS Excel templates into their own layout variants.
    Test systems have this function, but production box does not.  Is there an ABAP or Basis setting that is missing?

    hi,
    In this link it is mentioned on how to integrate the BDS in the SAP Application,
    http://help.sap.com/saphelp_47x200/helpdata/en/19/b6ba374da7bd4fe10000009b38f842/content.htm
    and also go through the example,
    http://help.sap.com/saphelp_47x200/helpdata/en/71/94a937a7777c38e10000009b38f842/content.htm
    Regards,
    Azaz Ali.

  • Excel Viewer: Class not registered (error -214722116​4)

    Hello,
    I am using the Excel examples shipped with Labview 8.21 to read from an Excel file and this works well. Now I need to do the same but on a PC that does not have Microsoft Office or Excel installed but only the free XLVIEWER (Microsoft Office Excel Viewer). When I try to change the ActiveX class of my reference to feed the 'Automation Open' vi I get the Class not registered (error -2147221164) although I can browse down to the XLVIEWER.exe and select it. Then I thought that maybe XLVIEWER had no ActiveX to communicate with other application; I thus installed a package called excelocx.exe, rebooted the PC but that did not change anything. I am still stuck with the same error.
    What am I doing wrong?
    Thanks a lot,
    Christophe

    Please find attached the VI I am using together with the XLS file that I try to read with Labview on a Pc that does not have MS Excel installed, only the XLVIEWER.
    OpenOffice is not supported in our company so cannot be considered as a valid solution.
    Thanks,
    Christophe
    Attachments:
    Read Excel File with Labview 820.zip ‏31 KB

  • Issue using SharePoint 2010 with IE10 with MS Office Excel Viewer

    Hello,
    We are experiencing an issue with MS SharePoint 2010 Foundation and computers who have Internet Explorer 10 and the Microsoft Office Word Viewer 2003.  When opening Word documents from SharePoint, the Word Viewer opens, but no document is displayed.
     The MS Excel Viewer 2007 works and does open the Excel documents.
    Computers with MS Word Viewer 2003 and IE 9 works fine, it's just the IE10 PCs.  PCs that have the full version of Office it works fine with both IE9 and IE10.
    We have a segment of our PCs that need only read-only access to the Word and Excel files.  We tried Office Web App but found functionality issues (printing, etc.) and issues where the other segment of our PCs that have MS Office had to open the files
    in a specific way to manipulate them.
    Does anyone know of something that would be affecting the MS Word Viewer with IE10 with SharePoint?  Or know of an alternate viewer? 
    Thanks in advance.

    Hello Anthony,
    In IE10, please click F12 to open the DEV toolbar.
    Now search for Browser- and Document Mode.
    Set Browser Mode to Internet Explorer 8, that should work.
    This setting can be edited in your Masterpage.
    This is what you should put in:
    <meta
    http-equiv="X-UA-Compatible" content="IE=8" />

Maybe you are looking for

  • "Pro Application Support"

    Is Pro Application Support automatically rolled into the next version of the OS? In other words if I have 10.4.6, should I still download Pro Application Support 3.1, which came out over 6 months ago? (Just finally got my Logic 6 > 7.2 upgrade and I'

  • Bad amber

    Why does my camera 720 lumia ugly after the update to amber. the image becomes yellowish, lots of noise, and less sharp ? Please help me

  • Change a clips color on iMovie

    Hello, I am making a 3D clip on iMovie 10.0.6, and to do that I need to place a blue clip on top of a red clip. I am able to change a clip to blue but I cannot put it in red. I have done some research and it tells me that I need to put advanced tools

  • Adding object to hashtable

    If I add an object to a hash table .... put(keyX, ObjectX) and then add the SAME object again but with a different key.... put(keyY, ObjectX) Do I end up with two elements in the hashTable?

  • 3D in Photoshop CC

    Every time I open up Photoshop CC it tells me that my Graphic Card is out of date. How do I fix this? I'm on a macbook pro purchase  in 2011.