How to hide the Last date Update in the Excution of a report
Advertisement
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
Advertisement
Replay
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
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
How can I see the last date that icloud was backed up?Go to Settings>iCloud>Storage & Backup and look at the very bottom under Back Up Now.Read other 2 answers
What is the last version update in apple tv and how can i know what is my Operating System i have an apple tv 3 thx6.1 Settings > General > About > Apple TV SoftwareRead other 2 answers
Hello, I am using LabVIEW to analyze some rather large TDM files, and I need a way to get only the last data point. So far, the only way I have been able to accomplish this is by reading the entire file. Is there a property in the TDM file or a fun
Hi All, How to find the last data packet loaded to target for the data load in SAP BI? In the Table? Thank you, AdhviHi Adhvirao, When u r loading the data from ECC go to monitor ---> details ---> check the data pacaket which are failed double click
I changed my appleID but iCloud is still using the old one and no place to change it. How do I get iCloud to update to the new ID?You have to sign out completely and then sign back in. On a Mac, System Preferences>iCloud and click 'Sign out'. On an
I can not download the last Iphoto update that I already purchased it by app store, and in the actual version 9.4.3 it does not work the sending photos by e-mail.Thanks for your replay, Finally the Iphoto 9.5 was installed...any way ..I had to go to
I have 8 mbs of broadband but it does not seem to be adequate for using Facetime or Viber. I lose the connection via Facetime every few minutes and Viber doesn't work at all. It always says that the network connection is poor yet it's showing a full
After the lst Operating system update and the last Itune update, I cannot synchronize my IPAD or IPHONE.Itune hangs.I have a 5230. I have had this problem (or at least, a very similar one) since I successfully added a very large amount of places int
what is the last software update for N95 8g and what are its problems any one feel after new update??IN N95 8GB sometimes when I try to open music player,it hang and close by itself although I use only 2 gigabytes of mass storage memory and I have to
My iPhone 5 started to freeze after the last software update for iOS 7.1. It started shortly after when I noticed my timer would freeze and I wouldn't be able to turn it off once the alarm sounded at the end. Usually I can reverse the freeze by pr
Not sure if anyone else is experiencing the same issue of the screen freezing or suddenly enlarging. I'm having to shut down and restart as much as five or six times a day. This has been happening pretty regularly for the past week or more, but see
Ever since the last two updates I have a lank email screen. I've tried a warm reboot and a cold boot but with no results. I have nothing. Also the battery drains very quickly now. It used to last for two days quite easily and now it barely makes it t
Having arranged some scanned pictures in an album in I-Photo how can I keep them in the order I have chosen when I move the album. They all have the scan date and not the taken date and move to new positions if I move them from one album to another.
As detailed in my question. I need help as my screen has been flickering or blanking out when I scroll my mouse or when I type. This has only started happening since the last 2 updates to Firefox.Open the system menu via Alt+Space and see if you can
Hi All, How to remove the system data details from the overview tab in crmd_order?Hi, It is a standard functionality. Those information will be very useful when you send a message to SAP. If you still want to remove them, raise an OSS message. Regard
i own a 13 inch macbook pro with intel core i5 and 4 gbram 500ghardisk since the last two updates of mavericks my macbook is running with lag im not able to watch videos because they frozze constantly and the same when using design software or watchi