Disable Navigation Button and Variation Option In report  S_ALR_87013614

Dear Friends,
I have one an issue with Standard Report S_ALR_87013614,
In this report (standard) normally displayed Navigation tab on left hand corner in the oput format for expanding the report...in our case that tab is appreard in active mode
Please give me an Idea
Thanks
Suresh Polineni

Hi Kamlesh,
the variation is set to 'do not explode' in the report 1SLK-001 (S_ALR_87013614)
You can check this  using the following path in transaction GRR3 (library 1VK) report 1SLK-001:
Menu: Edit -> Variation, you will see that the variation is set to 'Do not explode'.
This is why navigation between the different reports or variation is not
available in this report, (the icons are greyed out).
Iif you wish to have this functionality, then you can copy the report and change
the variation as follows:
-> via GRR1 create a copy of the standard report using report 1SLK-001 as
    a reference, ('Copy from'-field).
->  in this new report you can then via Edit->Variation change 'Cost Element
     from 'Do not explode' to 'explode', and CO area from 'Do not explode'
     to 'Variation sing. val'."
Regards,
Greta

Similar Messages

  • How to disable Setting button in Tools - Options - Advanced - Network from windows registry?

    Dear support,
    Now, my office use Firefox as default browser to access WebServer. And there are some policy that users must use ProxyServer. I do not want user change proxy setting in Firefox. How to disable Setting button in Tools - Options - Advanced - Network from windows registry?
    Thank you.
    Treky

    You can not use the Windows registry to disable items in Firefox. This link shows how to lock down Firefox proxy settings, change the values to suit your needs:
    http://www.stbernard.com/ip5kb/iPrism/WhatsNew/50SupportFiles/SupportFiles/IP0460.htm
    One minor variation, in step 4 instead of adding that line to all-js, you can create a file called ''local-settings.js'' containing the line shown and save the file in the same folder as all.js

  • How to disable the button in application toolbar in report pgm

    Can anyone help with How to disable the button in application toolbar in report pgm

    Hi,
    You can use it_excluding to disable button on the tool bar.You have to find the function code for the required button and append that function code to the it_excluding .The optional IMPORTING parameter IT_EXCLUDING is an internal table. It is only needed if the caller uses the list tool standard interface but wants to deactivate interface functions which he or she does not need.You can have your defined pf-status using I_CALLBACK_PF_STATUS_SET.
    SAMPLE PROGRAM
    tables spfli.
    type-pools: slis.
    DATA W_FCODE TYPE SLIS_EXTAB-FCODE.
    data: t_spfli TYPE SPFLI OCCURS 0 WITH HEADER LINE.
    select * from spfli into table t_spfli.
    data : t_excluding TYPE SLIS_T_EXTAB .
    W_fcode = '&OUP'.
    append w_fcode to t_excluding.
    W_fcode = '&ODN'.
    append w_fcode to t_excluding.
    call function 'REUSE_ALV_LIST_DISPLAY'
    EXPORTING
    I_STRUCTURE_NAME = 'SPFLI'
    IS_LAYOUT =
    IT_FIELDCAT =
    IT_EXCLUDING = T_EXCLUDING
    tables
    t_outtab = T_SPFLI
    EXCEPTIONS
    PROGRAM_ERROR = 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.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/99/49b844d61911d2b469006094192fe3/frameset.htm
    Regards,
    Priyanka.

  • Radio button and select option in one line

    Hi,
    I have an requirement in which i need to display the radio button and select option in one line in an report program.
    How can i do it? 
    Regards,
    Arun.

    Hi,
    Try this code.
    TABLES: bkpf.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS: p_r1 RADIOBUTTON GROUP a.
    SELECTION-SCREEN COMMENT 4(20) text-001 FOR FIELD p_r1.
    SELECTION-SCREEN COMMENT 30(12) text-002 FOR FIELD p_date.
    SELECTION-SCREEN POSITION 39.
    SELECT-OPTIONS: p_date FOR bkpf-budat OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    PARAMETERS: p_r2 RADIOBUTTON GROUP a.
    text-001 = " Radio button"
    text-002 = "Posting date"

  • Disable the Copy and Paste option in keyboard [Textbox control] Windows phone App

    In Windows phone 8.1 WRT app, I want to disable the copy and paste option in the keyboard for the textbox control
    Please let me know if any possibilities and if you have the code snippets Please share it .

    Hi Ruthradevi,
    As I know we have no way to disable the copy and paste option in the keyboard.
    Why do you want to disable it, can you explain more about your scenario?  Let's see if we can make a similar function like you required.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to disable Setting button in Tools - Options - Advanced - Network..i've read an article that solved this problem..but thats problem contains web adress that couldn't be opened..any other solution??? thanks before best regard

    How to disable Setting button in Tools - Options - Advanced - Network..i've read an article that solved this problem..but thats problem contains web adress that couldn't be opened..any other solution???
    thanks before
    best regard
    -ariansyah-

    You can disable or remove that button, but that won't prevent users from making the changes on the about:config page directly.<br />
    You can lock the related network.proxy prefs if you do not want users to change the connection settings.
    See:
    *http://kb.mozillazine.org/Locking_preferences
    * http://kb.mozillazine.org/network.proxy.type
    * http://kb.mozillazine.org/network.proxy.%28protocol%29
    * http://kb.mozillazine.org/network.proxy.%28protocol%29_port

  • Hide or disable logout button and welcome text

    How to hide or disable logout button and welcome text in page?

    BODY:
    <div id="header">
      <div id="logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>
      #REGION_POSITION_07#
      <div id="navbar">
        <div class="app-user">#WELCOME_USER#</div>
        #NAVIGATION_BAR#
        #REGION_POSITION_08#
      </div>
    </div>
    <div id="tabs">
      <div class="frame">
        <div class="bg">
          <div class="tab-holder">
          </div>
        </div>
      </div>
    </div>
    <div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>
    <div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>
    <div id="body">
      <div id="three-col">
        <div id="left-sidebar">#REGION_POSITION_02#</div>
        <div id="two-col-tbl">
          <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">
            <tbody>
              <tr>
                <td class="tbl-main" width="100%">#BOX_BODY#</td>
                <td class="tbl-sidebar">#REGION_POSITION_03#</td>    
              </tr>
            </tbody>
          </table>
        </div>
      </div>
    </div>

  • Navigation Buttons, and Branching

    I have a project with about 100 slides. I originally didn't expect to have to do any "Branching," so I thought I'd just use a standard skin for navigation. Turns out that I am now requuired to branch to some optional information, and return when done. I had a smaller project where I just went  in and added buttons to go back and forth, and jump around. I dread the thought of having to do that again with all 100 slides.
    Is there a way to add a button to all slides at once, or disable the back and forward buttons on the skin, for just one or two slides?
    By the way, I've read on this forum that you can have the user go back to where he left off, when he jumped to the branch and returned. For the life of me, I can't find info on how to accomplish this.

    Hi there,
    Thanks for reaching Adobe Community. You can manage branching between slides through the branching panel. It can be accessed through Window>Branching View. You can refer to the below mentioned links for further help:
    http://blogs.adobe.com/captivate/2011/08/captivate-training-let%E2%80%99s-explore-the-bran ching-view-in-adobe-captivate-5-5.html
    http://help.adobe.com/en_US/captivate/cp/using/WSedb8e841cbc0b796-7e01079512800b31423-8000 .html
    Coming to your other questions, you cannot use a button to all the slides at once but you can instead use Master Slides for such purpose. You can insert a Smart Shape on your Master Slide and use it as a button from the Properties pane on the right hand side. You can disable the back and forward buttons on the playbar through skin editor but unfortunately they will be disabled for the entire project.
    Hope the above information helps!
    Thanks!
    Shekhar

  • Need to add print and download options for report in new window

    Hi,
    On one of the columns empid of the report1 (which is on the dashboard) , I am using navigation and pointing it to report2.
    Report1 has all the links, print, download and refresh (I enabled them using the section properties) but when I click on empid and it takes me to report2, then I don't see any links under that report. I want to include print and download links for report2 when it opens in the new window.
    I know, one way is to embedd that report in the dashboard page and hide it, but is there any other way of doing it?
    Any help would be highly appreciated.
    Thanks,
    Ronny

    Ronny wrote:
    Just to clarify again, I am using a navigation from report1 (which is on the dashboard) to report2 (which is not on the dashboard).
    As per the requirements, I can't put my report2 on any dashboard page and hide it and then use navigation. Also, I can't enable the print and download options for report1 which is already on the dashboard. Doing this gives me print and download options for report2 but that is not the requirement.
    Is there any way to have print and download options for report2 when I am directly navigating to the report2 from report1 and not the report2 on any dashboard page which is hidden.
    I will really appreciate any help on this.
    Thanks,
    RonnyPlease explain why you can't do what I said. What is the "requirements" that prevent this? It would be transparent to the user, really. They just click and get their report.

  • Disable ThinkVantage Button and F11

    Is there a way to disable the blue thinkvantage button and f11 key restore functionality on R61 laptops? I have about 900 of the R61 Laptops in a school invironment and would prefer that a student did not perform a restore.

    wgainer wrote:
    And how might one disable the "Predesktop" area. Not an option in the R61
    From a lurker:
    "Short of removing the partition and/or replacing the boot manager, you don't disable the predesktop area.  Again, the best protection mechanism to keep unwanted users out of PE is to password protect it via pe_setupmasterpwd.exe.
    Alternatively, in a domain environment, recovery and restore options in PE can be hidden via GPO."
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Jane
    2015 X1 Carbon, ThinkPad Slate, T410s, X301, X200 Tablet, T60p, HP TouchPad, iPad Air 2, iPhone 5S, IdeaTab A2107A, Yoga Tablet, Yoga 3 Pro
    I am not a Lenovo Employee.
    I AM one of those crazy ThinkPad zealots!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!

  • Navigation button and Web Elements with Crystal XIr2

    I'm very new to Web Elements.  I have a Crystal XI report that contains several subreports, each on a new page.  Is it possible to place forward and back buttons on the report for better navigation.  From this forum I here much talk about using the hyperlinks.  Are navigation buttons possible?
    Thanks in advance

    hello...actually that would just be subreport linking...i know...too many linking methods to keep track of  
    after reading what you wish to do (drill into a subreport and then try to get back to the main report) this will not be possible with report part linking...it only works if you are not drilled into a subreport. report part linking can be used to link back and forth between main report parts...for example you can put a text object on a report footer to bring the end user back to the report header...again, without reposting the report.
    in your case you'll want to use opendocument linking to get back to the report. create a link that will repost the same report. or if you want a button, you can use webelements to do that. a simple formula example would be
    stringvar path:=
    WETargetPath("rpt" , "Name", "yourreportsname", "");
    WESubmitButton ("start over", path, "")

  • Open PDF with disable save as and Print option

    Hello,
    I want a pdf viewer to use it in my website with disabling save as and print ,i mean user only can see my books online.I need something like "books.google.com" viewer. It is possible thru java programming or with the help of any open source. Please provide me some solution i am in deep trouble.
    Thanks for any reply.
    Shambhu Mitra

    You cna do this with the security options in the PDF file itself, which you can set with Adobe Acrobat, assuming you have access to the security options in the first place.

  • How can I copy and edit navigation buttons and anchors to remain consistent?

    I have inherited a web site and I'm just getting started. I need to add navigation buttons that look like the ones already used on severalpages on my site. How do I reproduce these navigation buttons? I have attached one as an example. Thanks for helping such a rookie.

    Sue,
    Some very friendly advice here.  Stop what you're doing.  Put down the mouse. Walk into the boss's office or phone the client and tell them their current website is a flaming disaster.  It uses frames which makes the site overly complicated and difficult for site visitors to use.  To add further insult, the site is constructed so poorly as to be un-navigable. I can't even see the lower menu in Firefox 3.0.10 on XP.  Seriously, this needs to be rebuilt ASAP without frames and with a navigation system that doesn't suck.  In the long-run, a good CSS menu would be much simpler for you (and the next poor soul who inherits this site) to work with.
    Frames are Evil
    http://apptools.com/rants/framesevil.php
    CSS List menu
    http://www.projectseven.com/tutorials/css/uberlinks/index.htm
    CSS drop-down menus
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Best of luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How to disable navigator buttons for editable rowset

    Hi All!
    Is it possible easily to disable delete button for editable rowset?

    Hello Francois,
    Thank you for your fast reply!
    I tried your recommendation, but got the following result:
    When I have a label of "& OK" with the blank symbol as ALT-255, the Button in the Alert Box still has the focus. It seems as if there now is a blank in front of the OK (which is underlined). This does not really solve my issue, because the Button still has the focus and that should not be. The best solution for the user would be if he only could accept the message with a mouse klick.
    Is there an other suggestion?
    Thank you so much!

  • Visited link colors shows on navigational buttons and icon despite not visited

    Hello!  I (newbie) have problems in my very first website.  Some of my navigational buttons at my footer section and the icon on the lower left shows the visited link color green despite I haven't visited any of the link.  There are times these colors are all blue (unvisited links).  My URL is http://www.jespir.com. Please help and thank you in advance.

    I have the same CSS coding. 
    Nowhere that I can see.
    Open global.css file.  Change this:
    a:link {
        color: #00F;
    a:visited {
        color: #0C0;
    a:hover {
        color: #FF0;
    a:active {
        color: #CAE0EC;
    to this:
    a img {border:none}
    a {text-decoration:none}
    a:link {color: #00F;}
    a:visited {color: #0C0;}
    a:hover {color: #FF0;}
    a:active, a:focus {color: #CAE0EC;}
    Remove this from your embedded CSS code. You don't need it.
    a:link {
    text-decoration: none;
    a:visited {
    text-decoration: none;
    a:hover {
    text-decoration: none;
    a:active {
    text-decoration: none;
    Save both documents and upload to server.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

Maybe you are looking for

  • How to export videos from Final cut?

    I woud'l like to know what is the best way to export a video of 34min from Final Cut? after I'm gonna burn at Toast! and in Toast should I chose "dvd" or "video_TS"? I tryed already export with "sequence quicktime" and DV PAL 48 kHz and burn with "DV

  • My iPod touch got stolen and I need to get the serial number online somehow. How do I get it?

    My ipod touch got stolen and in order to get it back I have to have the serial number. I don't have the box or the ipod, so how can I find it online? I've looked on apple's website and it did me no good...

  • How to change calendar date format

    Hi All, I want to change the calendar date format to YYYY-MM-DD . For that i did the changes in localedefinitions.xml file but the date format i am getting is YYYY-M-D (if the month and date is single digit no else i am getting YYYY-MM-DD). Example -

  • VISA card / Master Card Payment and clearing in SAP

    Hi All, Anyone in here have experience to implement an automatic clearing program to clear against AR with VISA card / Master card file from BANK for Retail or e-comm business ? Thanks

  • Help with importing Movies

    I downloaded a music video in ipod format and I cant get it to import into iTunes. I tried all I could think of, any suggestions?