ALV Summation button is not working when GRID layout is specified

Hi,
I have created a report with Field: ALV Grid Layout. When i dont select anything in ALV GRID Layout. and execute the report. The outout is displayed in ALV Grid. and if i select amt column and PRESS SUMMATION button. im getting the total. Thats fine.
When i select any of the saved layout in ALV Grid Layout field.and run the report, the output is geeting displayed. and if i select amt column and press SUMMATION Button, im getting info message in the popup saying "Desired operation cant be performed for Column 'amt'"
Whts te problem ?
Thanks in Advance.
Jhovee.

PART-II
FORM f_display_data.
  TYPE-POOLS: slis.                    " ALV Global types
DEFINE m_fieldcat.
    add 1 to ls_fieldcat-col_pos.
    ls_fieldcat-fieldname   = &1.
    ls_fieldcat-ref_tabname = 'VBAK'.
    ls_fieldcat-do_sum      = &2.
    ls_fieldcat-cfieldname  = &3.
    append ls_fieldcat to lt_fieldcat.
  END-OF-DEFINITION.
  DEFINE m_sort.
    add 1 to ls_sort-spos.
    ls_sort-fieldname = &1.
    ls_sort-up        = 'X'.
    ls_sort-subtot    = &2.
    append ls_sort to lt_sort.
  END-OF-DEFINITION.
  DATA: ls_fieldcat TYPE slis_fieldcat_alv,
    lt_fieldcat TYPE slis_t_fieldcat_alv,
    lt_sort     TYPE slis_t_sortinfo_alv,
    ls_sort     TYPE slis_sortinfo_alv,
    ls_layout   TYPE slis_layout_alv.
  m_fieldcat 'VKORG' ''  ''.
  m_fieldcat 'KUNNR' ''  ''.
  m_fieldcat 'VBELN' ''  ''.
  m_fieldcat 'NETWR' 'X' 'WAERK'.
  m_fieldcat 'WAERK' ''  ''.
  m_sort 'VKORG' 'X'.                  " Sort by vkorg and subtotal
  m_sort 'KUNNR' 'X'.                  " Sort by kunnr and subtotal
  m_sort 'VBELN' ''.                   " Sort by vbeln
  ls_layout-cell_merge = 'X'.
  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
            is_layout   = ls_layout
            it_fieldcat = lt_fieldcat
            it_sort     = lt_sort
       TABLES
           t_outtab    = gt_vbak.
ENDFORM.                               " F_DISPLAY_DATA

Similar Messages

  • I bought my iphone 5s a week before and now its volume "up" button is not working when pressed.Does anybody know what to do to make it work?I have a one year warranty.Should i give it to apple retail shop or is there any way to solve this problem?

    I bought my iphone 5s a week before and now its volume "up" button is not working when pressed.Does anybody know what to do to make it work?I have a one year warranty.Should i give it to apple retail shop or is there any way to solve this problem?

    IF it is a manufacturing defect and you bought the device from Apple or an authorized Apple retailer, then take it into Apple.

  • My i4s wifi button is not working. when i opened the setting and then wifi the button is greyed out. then i opened general and then about. in the bar of wifi address it is written N/A. what does its mean. i have done all other things like setting general

    my i4s wifi button is not working. when i opened the setting and then wifi the button is greyed out. then i opened general and then about. in the bar of wifi address it is written N/A. what does its mean. i have done all other things like setting >general<reset<reset network setting. but all in vain. tell me the solution

    restore your phone as new through itunes. if the issue persists after a factory restore via itunes, it means you've got a hardware issue and the phone needs to be repaired

  • Is it me or?, Window Buttons Do Not Work When Clicked

    Is it me or?, Window Buttons Do Not Work When Clicked
    What is going on in Snow Leopard.
    It seems Window buttons (X, -, +) Do Not Always Work when clicked.
    Sometimes window does opens, closes, minimizes and often times it does not.
    You have have re click like crazy
    Message was edited by: macguitarman

    What app are you using?
    Here's something strange I've noticed in Mail a couple times.
    For some reason Mail opens several viewer windows all stacked on top of each other.
    So while click the close button does close the window, there's an identical on behind it.
    So it almost seems like clicking the close button has done nothing but it really has.
    Could this be what your seeing?
    Matt

  • "Add to Shooping cart" button does not work when changing Product Category

    Dear all, we are running SRM 4.0 Classic scenario and we have a strange problem with Product Category field. When click on the "Describe Requirement", it opens the shopping cart page with the Product Category field and the default value is coming from favorites. As long as you dont change this value , enter the other fields and click on the "Add to shopping cart" button, then it works. If the users try to change this value on this page to select a different value from the drop down, then the "Add to Shopping Cart" button does not work. Has anyone encountered this problem before. Users are getting frustrated with this behaviour. Any help to fix this issue is appreciated. Thanks in advance.
    Regards
    Gabriel Bertrand

    Dear Disha, this is what is the behaviour.
    Suppose, if for a particular user, there are 4 items listed as favorites in the Product category and one of them is a default value. If you don't make any changes to this value and then click on Add to Shopping Cart, it works. If you try to select a different value other than the default from the favorites, then the Button does not do anything.You click on it nothing happens and cannot go to the next page. Also all the links are disabled (ie Describe Requirement / Old Purchase Order and Template)
    If we dont change the value for Product category and go to the next page (with default value) and then change the Product category here, it works (Continue button works and were able to Order or Hold).
    Thanks
    Regards
    Gabriel

  • Form button does not work when a program is moved from Windows 8.2 to Windows 7

    Hi,
    I have a few Excel programs which use the ODBC to get data from Access and which have macros which writes data to an external program, MYOB.
    When the macros tries to write the data to MYOB it fails if I am not running the program in administrator mode.   It seems that Windows 8.2 has a different level of security than Windows 7 and must be run in administrator mode for the ODBC to work. 
    I have had issues after running the program in administrator mode (testing) if I simply do a save (in administrator mode) and then send it to the customer.   The issue is that it just will not work on the customer's site.   I have gotten
    around this in the past by saving any changes, going back out of excel, loading the program again (not in administrator mode) and saving it - before sending it to the customer.   This worked until now.
    For some unknown reason, the last time I sent a program to the customer and carried out the above process, the program stopped working.   Originally I thought that the macro just wouldn't work on windows 7, but eventually found that it is the form button
    that will no longer work when the program is moved from 8.2 to 7.
    Does anyone know why there is an incompatibility between 8.2 and Windows 7 and what I should be doing to ensure that my programs work in my customers environment(windows7)?
    In the meanwhile, I have changed the form button to an activex button and the program works fine in both environments.
    Thanking you in advance,

    there is some OP report after Windows update Dec 2014 macro stop responding ( I cant confirm if this is also related to your issue) its because security update for Office maybe conflict with the active-x that you are installed
    try to
    Close Excel
    Start Windows Explorer.
    Select your system drive (usually C:)
    Use the Search box to search for *.exd
    Delete all the files it finds.
    Start Excel again
    Open that file and save it, and try open at Windows 7
    to get more detail about this issue, I suggest also contact Office forum
    this case also will be solve installing kb3025036
    good luck

  • Pause / Resume button combination not working when set to display for "rest of project"

    Good day,
    I have created a set of four objects on slide2 of my project
    1. Smart Object rounded rectangle with text "(playing) - CLICK to Pause" [this is the graphic the user sees]
    2. Smart Object rounded rectangle with text "(paused) - CLICK to Resume" [this is the graphic the user sees]
    3. Smart Object rectangle, transparent, used as button, set to not display in project - btn_Resume
    4. Smart Object rectangle, transparent, used as button - btn_Pause
    A. Script assigned to btn_Pause hides btn_Pause and the "CLICK to Pause" graphic, shows the btn_Resume and "CLICK to Resume" graphic, and pauses the project by setting the system pause variable to 1
    B. Script assigned to btn_Resume hides btn_Resume and the "CLICK to Resume" graphic, shows the btn_Pause and "CLICK to Pause" graphic, and resumes the project by setting the system resume variable to 1
    C. All items are set to display from the beginning of slide2 for the "rest of project"
    On slide 2, the buttons hide/show and pause/resume behaviors work correctly.
    On slide 3, the correct initial button and graphic appears, and the click sound works when clicked, but no behaviors (show/hide/pause) occur until a good amount of time into the slide: you can click all you want for 20-30 seconds, but nothing works except the click sound. Eventually, the behavior will work.
    On slides 4 and following, the correct initial button and graphic appears, and the click sound works when clicked, but no behaviors EVER work.
    If the behaviors NEVER, EVER worked, I would keep looking for what I did not have set correctly, but the correct working on the slide where they are set, delayed behavior on the next, and no behavior on the remainder of slides following has me stumped.
    Captivate version 6.0.1.240
    Windows 7 OS
    I hope I'm missing something obvious here, and I'm more than willing to face-palm if you tell me . Otherwise, I have not been able to find any setting that makes any difference. I would REALLY rather not duplicate the buttons and scripts on every page of the project. Given the blog posts I have seen saying this method should work just fine, I'm hoping there is a side quirk somewhere that I'm missing.
    Thanks for any help you can give.

    Without clouding with too much explanation, this technique arose out of a need to deal with (in a different project) objects that were grouped, and wanting to deal with the groups in as simple a way as possible, allow for easy swapping of group assets, and having a few buttons do multiple things. The idea of being able to have multiple interactive buttons stacked on top of each other while appearing for the rest of the project led to trying this simple construct before trying something more complex.
    You are correct, that there is a simpler solution, which we ended up using because we were not able to get two interactive buttons stacked on top of each other while displayed for the rest of the project to work properly (although that is SUPPOSED to work, as far as I understand).
    Here's what we ended up doing:
    A) Two smartshapes used as messaging graphics
    B) A single (one) interactive smartshape used as a button
    C) A conditional action to pause/resume and show/hide the appropriate messaging graphics
    D) All three objects (A&B) stacked, B on top.
    E) All objects set to always appear on top, and to display for rest of project.
    Our hypothesis, then, is that you are not able to stack interactive objects on top of each other and then display for the rest of the project.
    If anyone has evidence to the contrary, we would, gladly, take a look.
    Thanks for your interest Lilybiri, and for your input.
    Best regards,
    Hank

  • Captivate 7 exit button does not work when published to LMS

    I recently published a course using Captivate 7 and uploaded it to our LMS.  During the review of the course it was noticed that the Close or Exit button on the controller did not work in IE.  However, it did work in Chrome.
    I have looked through this forum and found that there were similar issue with older versions of Captivate.  However, we have course published with Captivate 6 on our LMS in which the Close or Exit button does work.
    Does anybody have a solution for this problem?  Do we know if there is an update scheduled to fix this problem?
    Please let me know
    Dawn

    1.  Create a button in Captivate and assign a javascript call to "MyExit()"
    2.  Create a .js file called CourseExit.js.
    3.  Place the following code into that file.
    function MyExit()
      var SD = window.parent;
    if (blnReachedEnd == false && confirm("Would you like to save your progress to resume later?")){
    SCORM2004_CallSetValue("cmi.exit", "suspend");
    SCORM2004_CallSetValue("adl.nav.request", "suspendAll");
      else{
    SCORM2004_CallSetValue("cmi.exit", "");
    SCORM2004_CallSetValue("adl.nav.request", "exitAll");
    Unload(true);
    4.  Place the CourseExit.js into the "assets/js/" in the published folder
    5.  Add "<script language="JavaScript1.2" src="assets/js/CourseExit.js"></script>" to the html file that was output on the publish.
    I was able to set this up on the set up files on the local hard disk but so all I had to do was create a button and add the "MyExit()" code to the button, but when the next update came out it reset the hard disk files.  So, I have just resorted to updating the output file as seen above.
    Hope this helps.
    Garrett

  • Buttons do not work when I work in adobe photoshop + illustrator cs5

    Please help me. I have two computers, but the Macbook AIR is a problem. I work in Photoshop and Illustrator cs5 and after some time, I do not work the buttons (only letters)... Correct the problem can only restart if the MacBook. What could be the problem?? I tried to create a second user - there is no such problem, but I can not bear all: (

    You have some third party software which is causing problems with modifier keys. Common culprits are Microsoft Office apps and Intuit apps. Occasionally VPN clients have been known to cause the issue.
    Ensure all yoru software is up to date. Photoshop 12.0.2 and all other third party apps.

  • DVD STUDIO PRO: Menu Button does not work when in Simulation mode

    How can I make the MENU BUTTON work when I am playing my DVD in SIMULATION MODE? Right now nothing happens when I click on it. I want to make sure it works for the user.
    Thanks

    Not sure I understand.  Are you talking about the menu button on the remote control?  If so, I think you need to check the inspector for the disk in dvdsp and make sure the correct menu is selected for this button.  The behavior of the menu button can be a little tricky.  If I remember correctly, it usually toggles between the menu and the track. 
    If you're talking about a button you've created on a menu, select the button and set the target in the spector.

  • SCVMM 2012, Conntect via conosle does not work when logged in with specified credentials

    Hi all
    I have a problem with the SCVMM 2012 console. When I start the console I select the "Specify credentials" option and then I enter my admin credentials. Afterward the console opens
    and everything works except the "Connect via Console" function.
    When I try to connect to a VM I get the following message:
    Virtual Machine Manager lost the connection to the virtual machine for one of the following reasons: Another connection was established to the console of this machine. The virtual machine has been shut down or put into the saved state. The user credentials
    provided do not have the necessary privilege to connect (0x0003, 0x0300)
    It seems that the Virtual Machine Viewer runs not under the admin credentials which I enter at the beginning and therefore the console cannot connect.
    Has someone the same issue ? Is it by design that the console connection does not work with specified credentials or is a sort of a bug or error ?
    Thx
    J0fe

    Being new to SCVMM, I've just come across this issue myself, though I came to a different (not necessarily better, but good enough for me) resolution.
    I have a somewhat convoluted but not abnormal configuration where the SCVMM server lives in a separate untrusted forest to that which the Hyper-V Server hosts live.
    As people have noted in this and other threads, the VirtualMachineViewer.exe process launches in the same security context with which you logged onto your pc. While the VmmAdminUI.exe process also runs in the same security context,
    the network logon it issues makes use of the credentials provided at the SCVMM MMC's logon screen, which VirtualMachineViewer.exe does not.
    I elected to use Credential Manager to resolve this issue.
    In Credential Manager, I created a "Windows Credential" entry where the hostname matched the FQDN of the hostname that appears within SCVMM as the virtual host entry. Using an IP does not match if you've used an FQDN in the SCVMM
    registration, and vice versa. If you used an IP for the host in SCVMM, then you need to supply that IP as the hostname in Credential Manager, and likewise if you used a FQDN.
    This solution isn't perfect as it requires you to manage numerous Credential Manager entries (one per host), but that still appealed to me far more than one per guest. If I had a larger environment, I'd script the account configuration
    given it only needs to happen once per host, rather than on an ongoing basis of once per guest as some of the above approaches would require.
    I haven't tested the different combinations to verify the least permissions required. For the time being I've gone with the model of using a non-privileged domain user account (to avoid managing multiple identities and passwords)
    which I added to the local Administrators group of each Hyper-V Server host. This stuck me as being a sound enough compromise between rigid security and ease-of-administration (given the per host arrangement in Credential Manager).
    With the account correctly specified in Credential Manager, I'm able to move on past the 0x0003 error and successfully use the remote function.
    If I was to point out an upside to this, it would be that this approach would allow me to remote Hyper-V servers in untrusted forests (including workgroups), which is something I couldn't do if the VirtualMachineViewer.exe process
    did in fact use my SCVMM credentials alone. Ultimately, that's something you have to come to terms with yourself, though.
    Cheers,
    Lain
    Thanks a bunch Lain, this helped! I'd still consider this a bug, however, and not a workable solution for a large number of servers/admins... But for now this does the trick, thanks!

  • CLEAR BUTTON IS NOT WORKING WHEN PAGE HAS MUTIPLE SEARCH PANELS

    I created 2 regions on a page with the style Query both with a table.
    If I add information into the first tables' Edit Box and click clear, nothing happens, the information is not cleared. If I click Go, it will perform the query.
    If I add information into the second tables' Edit Box and click clear, the information will be cleared.
    Why doesn't the first clear button clear the information in the Edit Box?
    Is this a known issue?

    When using multiple query regions on same page, you will have to assign unique ids to the standard beans inside the region. Check the dev guide, "Search" section for a list of beans which require such setting.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Button is not working in ZCI layout type form

    Dear Friends
              I am struggeling with one problem in my form, I have one form called zptrv_expense_form.  It is given by SAP only i need to add two buttons named approve and reject. i did and make them as submit button and proved them the url as well. now in the preview and in the portal as well when i go to the button link is missing i mean that button look like text or image of button that cant react on clicking. nothing happens. please tell me how i can rectify this issue.
    you any help will be greatly appreciated. thanking you
    Regards
    Naeem

    The form type needs to be dynamic for such features. Make sure you are setting the SFPDOCPARAMS-DYNAMIC flag to X in your driver program.
    Also most likely the Travel Request form provided by SAP is a Static Print form and if you want that the preview also needs to be dynamic then once you have opened form in LiveCycle Designer go to Edit --> Form Properties -->  Defaults --> Preview Type : Interactive Form and XDP Preview format --> Acrobat Dynamic Form.
    Chintan

  • SP2013: OK button not working when editing Settings on List app

    Hi, all!  Currently running Sharepoint 2013 under Server 2008 R2.  My client is Win7 Pro/64-bit running lastest Firefox, Chrome & IE11.  I am currently a Domain Admin for our corp domain.
    Long story short, I've created a test List app.  When I attempt to add a column to the layout of the custom list app, nothing happens when I click the OK button to save the app.  No access spinning, no errors on-screen (also none visible when I view
    the source of the SP page or header), no nothing.  The highlight of the button changes as expected, but nothing else.  The Cancel button will Cancel as expected, but OK does nothing whatsoever.
    My current permissions include member of Domain Admins, Site Owners (Full Control), and Visitors (Read).  A Check Permissions on myself yield the following:
    Full Control   | Given through the "~site~ Owners" group.  
    Read   | Given through the "~site~ Visitors" group.  
    Edit   | Given through the "~site~ Members" group.  
    (Note: "~site~" is replacing the actual SP2013 site name above)
    I'm thinking it has something to do with effective permissions.  I just added myself to the Owners group this morning with no effect.  I've also tried both Compatibility mode on and off in IE, and Firefox and Chrome don't work, either.  Suggestions
    are most welcome as I'm at the point where I'm not sure if IE11 is causing a problem or if it's actually an effective permissions problem that's preventing me from saving any column changes to the List app above.
    Thanks, guys!
    Steve

    Hi Steve,
    From your description, my understanding is that OK button does not work when you create a new column.
    Please check if you get any JS error after you click OK button by pressing F12 to OP developer tool.
    Besides, please try to create a new column with steps below:
    1.      
    Click LIST tab in the Ribbon.
    2.      
    Click Create Column in Mange Views section.
    3.      
    Create your column in the dialog.
    4.      
    Click OK button.
    In addition, please confirm these points below:
    1.      
    Test your issue in another list.
    2.      
    Test your issue with another computer.
    3.      
    Test your issue with another account.
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • HT1414 my wi fi on/off button is not working. any suggestions?

    my wi fi on/off button is not working when i touch it. any suggestions on how to fix it or what to do?

    Is it disabled, that is "grayed out"?  If so, see this thread, and good luck: https://discussions.apple.com/thread/4313031?start=0&tstart=0
    If not, turn phone off/on again.  If that doesn't do it, reset by holding down the power and home buttons until you see the apple logo (ignore the slide to turn off message).  Finally, you can try restoring the phone from backup.

Maybe you are looking for