Report S_PL0_86000030 - G/L Account Balance - Back button Issue

Hi
We are on ECC 5.0 and when we click on the BACK button, from the report display it straight way goes back to SAP standard  screen (both when we save or do not). It does not go back to the selection screen of the report.
I searched OSS and could not find any possible resolution.
Could anybody know how this can be fixed? Any patch?
Thanks,
Surajit

This can be achieved by clicking on Characterstic Key & Name - both option under Settings --> Characterstic Display (you can get these options if you run the report under Classical Drilldown mode)
Also if you can just change the same thing in the report layout - it will be permanent - Transaction FGI0.
Thanks,
Surajit

Similar Messages

  • Report S_PL0_86000030 - G/L Account Balance (New)

    Hi all,
    Report S_PL0_86000030 - G/L Account Balance (New) gives a good overview of account balances including carryforward balances etc.  It also gives the text for the GL accounts but not the actual numbers.
    Does anybody have a simple way to get the GL account numbers into this report?
    Cheers,
    Gudmunudr

    This can be achieved by clicking on Characterstic Key & Name - both option under Settings --> Characterstic Display (you can get these options if you run the report under Classical Drilldown mode)
    Also if you can just change the same thing in the report layout - it will be permanent - Transaction FGI0.
    Thanks,
    Surajit

  • Report S_PL0_86000030(G/L Account- balance)

    Hi,
    When running the above report, I am getting different outpur format in quality & production server.
    In quality server, I am getting the following columns :-
    Balance Carryforward
    Balance,prev.periods
    AccumBal.Prev.Period
    Debit   1- 16
    Credit   1- 16
    ***. Debit Balance
    ***. Credit Balance
    Accumulated balance
    But in production server, I am getting only the following columns :-
    ***. Debit Balance
    ***. Credit Balance
    Accumulated balance
    In both the cases, the Form No.0SAPBLNCE-01(which includes all the 8 columns as stated above) is being retrieved. I am not able to trace why the difference is comming.
    Please revert in case you know the solution.
    With regards,
    BP

    Working with SAP on Customer Message - 1036215/2008, we had to reset the Form Settings in production.  Specifically, via t-code FGI2 double-click on the report to open it in the right side of the window pane.  Then go to the Extras...Form Settings menu.  The report will receive a message that it has accepted the settings from the form.  I then saved the report definition, executed it, and everything looked fine.
    SAP indicated that this could happen if someone opens the report in classic (drill down?) mode, modifies the layout, and saves data to the report.  I have not had a chance to recreate the situation, but I'm happy to know the solution.

  • Report to download impersonal account balances

    Hello together,
    I am currently preparing data migration. I also have to migrate the impersonal account balances.
    I was told to use a standard transaction for account balances (S_ALR_87012277 or S_ALR_87012279 or ...) and then download the selected values into Excel. So far so good.
    My problem is the legacy system. It's a 4.6C and there I only get lists and when you try to download them into excel ......
    it doesn't look good and I would have to delete hundreds of lines and a lot of columns.
    So - does anybody know a better way to download or extract the data a different way?
    Regards
    Heiko

    Solution was a Z-Copy of an SAP standard report with modifications to download the needed data.

  • Using Back button issue for radio button

    Dear All,
    My initial screen has 2 radio buttons, on selecting will take to a selection screen with few fields, i have enabled the back button using MODULE user_command AT EXIT-COMMAND.
      when i select a Radio Button 1 which takes to the Selection Screen 1, if the user clicks back button it works fine, even thou we got a mandatory field, it goes back,
    however when i click Radio Button 2 it still takes me to Selection Screen 1, its the same vice versa.
    Is there anyway i can change the screen based on radio button entry

    Hi Krishan,
    You can call your desire selection screen based on the button click.
    if you are working on report program (SE38), then say you have two radio button p1 and p2 and also you have created two selection screen block B1 and B2 and each block has some selection screen elements i.e fields.
    Now if you want that after radio button click b1, you want the only selection screen block B1 and while clicking radio button b2 click ,you want only selection screen block B2.
    Two acheive this in report programming, use the event AT SELECTION-SCREEN OUTPUT.
    so a demo code for the same,
    SELECTION-SCREEN BEGIN OF BLOCK a WITH FRAME TITLE text-049.
    PARAMETERS: p_header RADIOBUTTON GROUP asim USER-COMMAND s DEFAULT 'X',
                                p_item RADIOBUTTON GROUP asim.
    SELECTION-SCREEN END OF BLOCK lim.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-051.
    PARAMETERS : p_vbeln TYPE vbak-vbeln MODIF ID sc1,
                  p_audat TYPE vbak-audat MODIF ID sc1.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-050.
    PARAMETERS : p_vbeln1 TYPE vbap-vbeln MODIF ID sc2,
                                 p_posnr TYPE vbap-posnr MODIF ID sc2.
    SELECTION-SCREEN END OF BLOCK b2.
    AT SELECTION-SCREEN OUTPUT.
       IF p_header EQ 'X'.
         LOOP AT SCREEN.
           IF screen-group1 = 'SC1'.
             screen-active = '1'.
           ELSEIF screen-group1 = 'SC2'.
             screen-active = '0'.
           ENDIF.
           MODIFY SCREEN.
         ENDLOOP.
       ELSEIF p_item EQ 'X'.
         LOOP AT SCREEN.
           IF screen-group1 = 'SC2'.
             screen-active = '1'.
           ELSEIF screen-group1 = 'SC1'.
             screen-active = '0'.
           ENDIF.
           MODIFY SCREEN.
         ENDLOOP.
       ENDIF.
    If you are working with Module POOL, then code in the PAI of the screen, and call your respective screen while respective button click.
    code:
    MODULE user_command_900 INPUT.
         IF p1 EQ 'X'.
              CALL SCREEN 9001.
         ELSEIF p2 EQ 'X'.
              CALL SCREEN 9002.
         ENDIF.
    NOTE: your screen 9001 have some screen input fields and 9002 have some screen input fields.
    Thanks & Regards
    Syed

  • Back button issue in ALV Grid(Factory method)

    Hi All,
    I have displayed a report using factory method(CL_SALV_TABLE).In that i have added buttons in application bar too.So when clicking on refresh button ALV should display again with latest number of records,that is working fine but when clicking on back button it should go to selection screen instead of that it is going a step back and displaying previous list of grid and then back and then selection screen.
    Can any one help me how to directly go to input selection screen instead of going step back...
    Regards,
    Ram

    HI,
    Use this syntax (CALL SELECTION-SCREEN 1000)...Try this one
    regards,
    balaji

  • ADF Browser Back Button Issue

    Hi All,
    I am using jdeveloper version 11.1.1.6.0.
    when I use browser back button to go to back page it behaves in very bad manner a popup comes saying
    "To display this page,Firefox must send information that will repeat any action (such as search or order confirmation ) that was performed earlier"
    and Resend and Cancel button came at the bottom of the popup If I cancel it then it does not show proper information.
    What is the way to handle back button in such a way that it should not behave in bad way get back to previous state.

    Hi All,
    In webcenter portal their is client state saving mechanism which stores states of the client .We have to make an entry in web.xml file.
          <context-param>
                     <param-name>
                          org.apache.myfaces.trinidad.CLIENT_STATE_MAX_TOKENS
                     </param-name>
                     <param-value>
                            3
                    </param-value>
           </context-param>      I refered following URL.
    http://docs.oracle.com/cd/E25178_01/core.1111/e10108/webcenter.htm#CCHIEBDG
    Does increasing this value is an answer to my question

  • Agreggator - Back Button Issue

    I have a course that is made up of multiple modules (projects). I am using an aggregator to pull all the modules together.
    My question is that I would like a Back button that goes to the last slide visited. I can get this to work when the previous slide is within the same module. But if the last slide is from another module this does not seem to work.
    Can anyone tell me how I can get this to work?

    Did you check your site in any other browsers yet? Your menu
    is totally
    messed up on Win XP in Firefox 3; the drop downs don't work
    at all in IE6;
    but menu seems to work in Safari.
    Why do you have all of these spaces in your lists?
             &nbsp...
    Suggest running your pages through the HTML code validator
    here:
    http://validator.w3.org/
    And the CSS validator here:
    http://jigsaw.w3.org/css-validator/
    Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com

  • Safari 3.0.4 Back button issue

    Hi All,
    when i am running my application on safari 3.0.4 i am getting the onload problem.
    Whenever i am creting a item first time i am getting all buttons on the dialog window properly.but when i select Back after one successful creation and again while creating Item i am not getting the Buttons on dialog window properly.
    May be onload issue.
    Please help me to fix this issue.
    Thanks in Advance
    Kotagi

    Hi All,
    when i am running my application on safari 3.0.4 i am getting the onload problem.
    Whenever i am creting a item first time i am getting all buttons on the dialog window properly.but when i select Back after one successful creation and again while creating Item i am not getting the Buttons on dialog window properly.
    May be onload issue.
    Please help me to fix this issue.
    Thanks in Advance
    Kotagi

  • Back button issues

    (New mac owner, casual OSX user before buying my MBP)
    When I hit back when browsing files in the finder, is there anyway to keep the vertical location of the previous folder? It always defaults to the top, which I find very annoying.
    It seems the vertical position is kept if I use enclosing folder (cmd+uparrow), but not if I use back, is this normal?

    It's a bug of icon view. It seems to happen for me when I navigate to a folder that has less items than is necessary to show a scrollbar for. When a vertical scrollbar is available in the next folder I navigate to, the position is is preserved in the previous view.
    I've not seen any setting to force it to remember where the view was saved.
    You can however, set it up so that you browse the Finder with more than one window, thus keeping the setting of the previous folder without changing it.
    The way to do this is go to Finder menu -> Preferences -> General, and check the checkbox "Always open folders in new window".

  • Profit Center wise G/L Account balance Display

    Hi,
    I m unable to find Standard Report Profit Center wise G/L Account balance Display (for ref.: FS10N)...
    when i m creating it's Z report, facing some problems like period showing 16 instead of 9 and other's...
    please let me know what can i do...
    thanks...

    HI!
    Profit Center wise G/L Account balance Display
    Tcode:S_PL0_86000030 - G/L Account Balances (New)
    regards,
    Rup

  • Account balances

    Hello,
    I want to display account balances in a table. I have found this report:
    S_ALR_87012277 - G/L Account Balances
    But I need a table
    Is there any table with this information?
    Thank you very much
    Beatriz

    Hello,
    I don´t understand the table, there are a lot of fields with the same label, OSL01, OSL02.... KSL01,KSL02..... MSL01, MSL02.... TSL01.... and HSL01....
    If I want to display the result of each account, how could I get it?
    I want the total value of DRCRK for each account, the same result of the report but I need to take it from a table
    Is it possible?
    Thank you very much

  • Back button in Firefox no worky

    When checking my gmail and hotmail accounts, the back button fails to return to my previous page. For example, I can click the little down arrow along the right-side of the navigation button and see that Google is let's say five (three, ten, one, seven it doesn't matter) pages down the history list but I cannot get there with the back button in any way, shape or form. I can click all day long and I remain at the same page.
    This is a common problem that has been around for awhile (search it yourself) and has not been addressed in any fashion.
    1. No, clearing the cache does nothing.
    2. No, I have no add-ons or extensions.
    3. No, this behavior is not present in Internet Explorer 8 or 9.
    4. Yes, I'm running the latest version - 3.6.13.
    I would really like to use Firefox but with all the bugs, and this one especially, I'm forced to use IE. A significant reason for using a particular browser is ease of use. You folks may have a more secure browser than IE but at least IE works and doesn't feel like I'm driving over a pothole ridden road.
    And nice attempt to discourage forum participation - seriously, can you make it any more cumbersome to post comments?

    Same thing for me: In Hotmail, if i search on something and it returns a group of emails with that something in it. I click and read one of them. Then I want to return to my search results, but am not able to. Hitting the BACK button, everything just sits there and it still says Done in the bottom-left corner. So I wait in case it's really gonna do something. But it doesn't. So I hit BACK again and it just goes to my Inbox. Search results are gone.
    I've done this a million times recently. It's not a one-time thing. Completely annoying.

  • Webpage expires on clicking on back button.

    Hello,
    I am working on a Website on ASP.NET using C#. Most of its pages are displaying data in a Grid View and in Crystal Reports. Every time I click back button from Crystal Report page or any other page for going to the previous page which was displaying data
    in a GridView the webpage displays the message "Webpage has expired" in all the browsers. Is there any way to solve this issue? any help will be really useful.
    Thanks,
    Ekta
    Ekta Verma

    Please use the ASP.NET forums for ASP.NET related questions:
    http://forums.asp.net/
    For GridView problems:
    http://forums.asp.net/24.aspx/1?Web+Forms+Data+Controls
    For Crystal Report problems:
    http://forums.asp.net/76.aspx/1?Crystal+Reports

  • Back buttons

    Hellow,
    I have a Application where i have a central page called reports
    on page reports i want to put a back button that brings the user back to the page he came from.
    The hard part is, you can get from different pages to page reports, so you can't just link 1 page in the button.
    How do you do this?
    Thanks for the answer
    Mathias
    Edited by: user9312720 on 17-mrt-2010 2:23

    Option 1:
    edit the back button.
    go to url redirect tab
    select URL in target
    and in URL target enter javascript:onclick=history.go(-1)
    Option 2
    Create a hidden page item say P1_PAGE in the page which contains back button.
    create a branch which redirect to &P1_PAGE.
    After that , edit the link or button which direct you to the report page....
    in the link/button - go to URL redirect tab ..
    in set these item enter : P1_PAGE
    and with these value : enter the curren page no.
    Regards,
    Shijesh

Maybe you are looking for

  • How do I cut text from a Clip Group?

    Hello, I am very new to Illustrator so I appreciate any help you could give me.  I am using Illustrator CC.  I have created a compound shape and then used it as a mask to clip an image to the shape so that the vector image is the background to the sh

  • Flasher player 10.1 needs to be reinstalled

    This last month I have had a number of computers prompt the users that they need to install flasher player 10 when going to web sites that use flash player. These computers have flash player 10.1 installed.  When I go that computer, and do an install

  • OS X Lion and Macbook

    Hi, I've had my macbook pro since the beginning of this year (2010). I'm wanting to upgrade to the new OS X Lion system, and i'm just wondering if anyone knows how well it works? if they have had any problems with this kind of upgrade? Thanks, Tania

  • Open a file in browser

    I need to open a file that is supported by the browser through my program. As i know the path of the file where it is located. At present we can be able to open in Windows through IE or Netscape. Now we need is that irrespective of the OS, the file n

  • My computer keeps shutting down by itself

    Hi, I have a HP desktop PC. I runs great but in the last couple of days it seems to have a mind of it's own. While your on it or off it, it only stays on for maybe 5 -10 minutes. Then it restarts by itself. Does anyone know what could be causing this