How to hide the Last date Update in the Excution of a report

Dear All,
When we execute a query in EP, the Out Result will contain the following Options
1) Save As
2) Open
3) Export Excel
4) Information
5 ) Comments
6) Filters
7) Settings
8) Last data update
Can anyone plese tell me how to give the authorisation in BI for the above options.so that we can give restrictions for some users.
hope everything is crear.
Please give me the hint atleast

You also have to test the value:
REPORT ztest MESSAGE-ID 00.
DATA: BEGIN OF itab OCCURS 0,
        f1 TYPE i,
        f2 TYPE i,
        f3 TYPE i,
        f4 TYPE i,
      END OF itab.
DATA: sel_field(20),
      value TYPE i.
DO 5 TIMES.
  itab-f1 = sy-index.
  itab-f2 = sy-index + 10.
  itab-f3 = sy-index + 20.
  itab-f4 = sy-index + 30.
  APPEND itab.
ENDDO.
LOOP AT itab.
  WRITE: /001 itab-f1, itab-f2, itab-f3, itab-f4.
  HIDE itab.
  CLEAR itab.
ENDLOOP.
AT LINE-SELECTION.
  CLEAR: sel_field,
         value.
  GET CURSOR FIELD sel_field.
  IF sy-subrc = 0.
    CASE sel_field.
      WHEN 'ITAB-F1'.
        value = itab-f1.
      WHEN 'ITAB-F2'.
        value = itab-f2.
      WHEN 'ITAB-F3'.
        value = itab-f3.
      WHEN 'ITAB-F4'.
        value = itab-f4.
    ENDCASE.
    MESSAGE s001 WITH 'Value of' sel_field 'is' value.
  ELSE.
    MESSAGE s001 WITH 'Invalid field selected'.
  ENDIF.
Rob

Similar Messages

  • On which object the "Last data update" is calculated when a query is built

    Can anybody tell me that the information "Last Data Update" (in a  query output) comes from which object ? I want to know the technical details .
    I know that if a query is built on a Multiprovider, then the "Last Data Update" will show the least loaded request date among the Infoproviders. But I want to know which object keeps this information.

    Hi Papiya,
    I think it is related to text elements SYUSEIT and also to 0REQID.
    -Pradnya

  • The last few updates and the version 5 download have continued to run without completing; they'e run for hours and never finished; iMac

    The last few updates and the version 5 download have continued to run without finishing.

    hello, java is not the same as javascript (the later runs in the browser without any plugins necessary).
    in case websites don't get rendered correctly please refer to the following support article, which contains the most common solutions: [[Websites look wrong or appear differently than they should]]
    for connection problems see [[Firefox can't load websites but other browsers can]].
    from the system information you've submitted it appears that the java plugin by oracle is already present on your system (but not the latest version). if you're having problems downloading java update 7 from java.com you can also use the inbuilt updater for java, that is accessible in the windows control panel (see [http://www.java.com/en/download/help/java_update.xml]).

  • HT4623 My Iphone 5c won't complete the syncing process with my computer since I did the last software update. The error message says that it can't find SuncUIUCoreLocalized.dll

    My Iphone 5C won't sync for the backup since I did the last software update to my phone.  It fails in step 3 of the sync. The error message says it can't find      SyncUILorelocalized.dll

    Hi rich26817,
    Welcome to the Support Communities!
    The article below may be able to help you with this. You may need to remove iTunes and all of its components as outlined in this article:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Cheers,
    - Judy

  • How can I create a buffer, array or pipeline that stores the last 5000 dates of a voltage measurement with PCI6036 & SCXI1104C and continously drops the last date and inserts the latest date (scanrate 200 or 2000Hz)?

    I develope a porgramm for continious monitoring. If the voltage of a channel exceeds or is lower than the upper or lower limit of tolerance the actual date must be stored and additionally the dates being stored 10sec before and after this event. Can somebody give some advice how to create the buffer to keep the dates 10s before the error event? Thank U.

    I've written you a quick array buffer vi. I'm not sure if it'll be fast enough though.. Try it and see! I've used the loop numbers in my array, but i'm sure you can feed in the dates instead.
    Attachments:
    Array_buffer.vi ‏26 KB

  • First I had the last date up and now all of a sudden stands the last date under the list of incomming emails how can I get the last date again up the list

    I hope you understand what I mean because English is not my language but Dutch.
    Example: 17-11-2014
    16-11-2014
    15-11-2014 so I recieved my e mails and now
    15-11-2014
    16-11-2014
    17-11-2014
    and I want that the newest date become up
    I hope their is someone to help me.
    Thanks.
    Heinja

    In English: ;-)
    Click on "Date" to sort by date. Click it again to reverse the sorting.
    Or, in the menu, '''View|Sort By''' and select '''Date''' and '''Ascending '''or '''Descending '''as you require. You probably want '''Unthreaded''' too.

  • ITunes doesn't launch before the last automatic update using the OS X.

    The software error box requests to mark the 32 bit mode on its information window, but that option doesn't exists... So, what's up? How to fix it and how to allow the OS to never have this kind of mistake anymore??? (becouse it reminds me the win-bugs)

    I have the same problem, and it wasn't solved by re-installing Mavericks. After a reboot, the first time I try to start iTunes it takes a long time starting up, but then shuts down without ever showing a window. After that, it immediately shuts down upon launch. I'm running iTunes 11.1.3. I tried re-installing iTunes only, and tried re-installing Mavericks, but to no avail.
    Anybody any ideas?

  • User Defined Field that gives the date output of the last price update.

    We would like to create a User Defined Field (UDF) with a Formatted Search (FMS) on the Item Master form that gives the date output of the last price update specifically the wholesale price.
    Last Price Update
    Pricelist 2 = Wholesale
    Is this feasible?
    If it is feasible what is the recommended approach?
    Current working UDF on Item Master.
    /* Date output is based on all the latest updates on the Item Master.*/
    select max(updatedate)
    from aitm
    where itemcode = $[oitm.itemcode]
    Resources that were helpful.
    1.(Note:1165947 - Tracking Item Price Changes.)
    2. Case 4-I6: Query on price updates. Mastering SQL Queries for SAP Business One By: Gordon Du

    Thank you Gordon,
    We are looking for the date output of the 'Last Price Update' based on 'Pricelist 2 = Wholesale' which is the challenge.
    These 2 are the parameters for the date output, I should have mentioned that in my original message.
    Last Price Update
    Pricelist 2 = Wholesale
    Per reading a bunch of other similar Forum Questions it looked like it is might not be possible to do. With there being no date on the AIT1 table and AITM.Updatedate is based on any and all updates not just last 'Last Price Update' and not sure how to use the loginstanc.
    Thanks,
    Vern

  • Last data update

    Hi,
    How I can find the last data update information(date and time) of multiprovider in BW?
    Kindly help on this.
    Regards
    Mukul Singhal

    Let me explain how the "last data update" works.
    If the query is based on one cube or DSO, it is the time of the last request upload.
    If the query is based on a multiprovider, like the example given ealier,
    assume there are three cubes in multiprovider : 
    Last update of cube1 is 11/17/2008
    Last update of cube2 is 11/19/2008
    Last udpate of cube3 is 11/20/2008.
    The "last data update" will be the earliest day of the "last data update"s of all partproviders, i.e.11/17/2008.
    Because the meaning of "last data update" is that, data (of all partproviders) has been already updated until this time.
    Now we assume there are three cubes like this in multiprovider :
    Last update of cube1 is 11/17/2008
    Last update of cube2 is 11/19/2008
    Cube3 is empty. It has never been loaded with any request.
    Then the "last data update" will be empty. Because until no time has all partproviders been updated. This is the design of the system.
    Regards,
    Patricia

  • Last Data Update in Visual Composer and Web App Designer

    Hello,
    We want to show the last data update in query result and we used 2
    differents ways to do it: throught Web Application Designer (SP 12) and
    Visual Composer (SP 10).
    In query result of Web Application Designer, the last data update came
    in GMT0 and in visual composer came ok (GMT - 3, that's our time zone).
    This value (ROLLUPTIME) is taken out of the RSMDATASTATE table and this is used in SAPLRSMDATASTATE program, that is called by Web App Designer.
    Why does the difference exist between: Web App Designer and Visual Composer for last data update?
    So, I need more information how the Visual Composer brings the correct value (in our time zone) and Web App Designer in GMT0.
    Best Regards,
    Pablo Moraes

    Hi Mario,
    Yes, i used the same user and the same query to access the information. But, how can i check the mapping from my VC user to the BI user?
    Regards,
    Pablo Moraes

  • Last Data Update Info field not showing in Web Template

    Last Data Update Info field does not show up in the Web Template. This Web Template is for a MultiProvider on top a single cube.
    Greatly appreciate if anyone has any insight into this issue.

    Hi Suma,
    if other queries work fine using exactly the same (customized) template the problem is most likely not the template. Does the appropriate query does display figures? Is your data binding done correctly within the template?
    What happens if you execute the customized template which does not display Last Data Update Info field with another (i.e. a different) query? Does it display the Last Data field? What happens the other way round: you execute a different template with the appropriate query (which does not display Last Data Update). Does it show the Last Data Update?
    Just give it a try, this sometimes help
    Brgds,
    Marcel

  • I know why I have been having problems with FF 3.6.16 and the last thunderbird update

    I am in Canada and for some reason downloads for both 3.6.12 FF and the last Thunderbird update was the BritishVersions thats why I have UK search engines, not the US versions maybe that is why I am have trouble with my email and addons. The other 2 computers in my house is the US versions.
    But there is still something a bit screwey with 3.6.12 some of the addons are not working properly on the other puters. Can you please change the sofware to the US version please????? Thank you
    I have deleted the software twice already. before realizing I was downloading the british version.....same problem with my Thunderbird can't connect to isp even though everything is done correctly!!!!! Help!!!!!

    You probably can do that.<br />
    If you keep the wrong language then remove the offending language pack from the chrome folder in the Firefox program folder.
    You may need to (re)set the pref "general.useragent.locale" to the preferred language ("en-US") on the about:config page.<br />
    You can open the about:config page via the location bar, like you open a web site.<br />
    Use the Filter bar at the top of that page to quickly locate the pref.

  • Does this mean that ios 6.0.1 will be the last ios update for ipad 2 and iphone 4s?

    With the release of ios 6.0.2, which is only available for the iphone 5 (and ipad mini) does this mean that ios 6.0.1 will be the last software update for the 4s?

    As that was only a bugfix update specific to those devices, no.
    (72908)

  • How to update the last date into DSO?

    Hi,all,
    When I do  grouping in a transformation from DSO1 to another DSO2 ,which means I will make three(for example) records from dso1 into one record in dso2 by using a higher level key in DSO2. I will sum the keyfigure quantity of DSO1, but using the last date of the field posting date in DSO1 to update DSO2. I could write a routing to achieve this.
    But the question is, how can I make sure the three records are in one datapackge to through my routing?since the packages are excute in transformation one by one? If not,how can I update for the field of last date? And since I use sum to keyfigure,the sematic groups function in DTP can not be used.
    I'm very anxious about it.Hope someone could help me.Thank you.

    hi,darshak,
    Could you explain a little bit more? I'm still not clear enough how to do that.
    Thank you for your reply.

  • HT201222 Is it just me or is the last safari update for Yosemite slowing everyone down? Any ideas how to fix it?

    Is it just me or is the last safari update for Yosemite slowing everyone down? Any ideas how to fix it?

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

Maybe you are looking for