Disable download (System- List- Save) from PF STATUS ?

Hi All,
We have a program with Classical Report output and would like to disable the download option
(Menu bar->System->List->Save->Local file). Is this possible?
Created a new PF Status, but it seems by default 'System' & 'Help' will always be there in Menu bar.
Is it possible to deactivate the Save->Local file option or the Menu bar completely?

GO TO se80
open your program their.
Navigate to pf-status.
If you are using a standard pf then first copy it to your program and set pf-status in your program.
Then double click on your pf status
go to menu bar
click on the menu you want to disable option from.
Just delete their function code, save and activate.
You will find the option not working.
Hope this helps.
Regards,
Lalit Mohan Gupta.

Similar Messages

  • System =) List =) Save =) Local File is grayed out in ECC6

    Hi experts,
    I tried to search this question before posting.
    Many of my reports (both standard SAP and customize) CAN NOT user function:
    System>List>Save-->Local File since we updated to ECC6
    Please suggest me any OSS note I can use to resolve this problem.
    Thanks,
    Khanh

    Hi Vikranth,
    I wrote the code as below to check download authorization:
    AUTHORITY-CHECK OBJECT 'S_GUI'
             ID 'ACTVT' FIELD '60'. " '61'.
    if sy-subrc <> 0.
    write: 'do not have authorization'.
    else.
      write: 'have authorization'.
    endif.
    Both cases the result is 'have authorization'.
    Is it correct?
    Thanks,
    Khanh

  • Is there a way to remove or disable the "Clear List" button from the downloads list?

    Is there a way to remove or disable the "Clear List" button in the downloads list? I like to _keep_ my list populated with what I've downloaded but occasionally end up with it getting clicked on accident and lose the whole thing. Given that "Tools > Clear Recent History" dialog can accomplish the same thing I find Clear List to be irritating. So can I get rid of it in any way?
    == This happened ==
    Just once or twice
    == my brain lapsed on me ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4

    Hello Chris.
    # go into ''Help > Troubleshooting Information...''
    # click ''Open Containing Folder''
    # in the folder that appears (new windo in windows explorer), go into the folder ''chrome''
    # open the file ''userChrome.css'' with a text editor
    # at the end of the file, in a new line, add the following code:
    <code>
    button#clearListButton
    </code>
    I haven't tested this, but it should work flawlessly. You can always erase this line if you want the button back. This will only work on your Firefox profile. If you want these changes to span across all Firefox users on your computer, please tell me.

  • ALV truncation while download using  List--Save/send--File--Spread sheet

    Experts,
    In ALV output, I am trying to download using menu item
    "List --> Save/send  --> File --> Spread sheet" then in the popup appears
    here if i GIVE the FILE NAME THEN,material number is getting truncated.
    If I don't give any file name it is storing as ".xls" and not getting truncated.
    How to correct this or avoid this truncation.
    OR
    If we can't do correction about truncation ...my function consultant is asking to
    to disable "List --> Save/send  --> File".
    Thanks in advance.
    Sam

    Solved by my own....
    We need to pass
    i_fieldcat-no_zero = 'X'.
    so that the zeros at the end  won't get truncated.

  • Disable Conf and Create inv from SC status

    Hello Friends,
    when we go to the check status of the shopping cart, then under Action on the item level,  I need to disable the option of Creating Confirmations and create invoice functionality which is available in standard.
    Is there any possibility of doing it? Please advice.
    we are currently on SRM 5.0 SP11.
    Thanks & Regards,
    Kumar

    you should be able to achieve this via role authorisations.
    In PFCG change the standard or custom role you are using for employees
    eg.SAP_BBP_STAL_EMPLOYEE
    go to roles tab
    select single role SAP_EC_BBP_EMPLOYEE
    go to tab authorisations
    go to change
    go to BBP component
    change
    confirmations in EBP &
    Process invoices
    only allow display authority
    BR
    Dinesh

  • To download a list output to excel sheet

    Hi All,
    I am running the transaction MD47 for Product Group Planning.
    I get a list output with as many as 90 columns.
    When I try to download the output into an excel (System > List > Save > Local File ) only the columns which appear on the screen are being downloaded. Does any one have pointers on how can I download the whole list into an excel?
    Regards,
    Karthik

    Hey Gabriel,
    I am doing good. How are you today?
    How do I do that?
    This is a list output not an ALV. I dint find any option to choose an ALV layout.
    Regards,
    Karthik

  • List save as local file is greyed out

    Hi All,
    After the ECC upgrdation, Save as local file path is greyed out for certain t.codes like mmbe, mm60 etc ALV reports
    whereas it is okay with mb52, mm5b (normal report)
    Path to save as local file is  " System>LIST>Save---> Local file, office folders, report tree is greyed out
    Is this standard behaviour or a bug?
    Raj
    Edited by: Raj on Jul 9, 2010 2:27 PM

    You have Export option for MM60 report in ECC 6.0 in Menu List-Export-Local file and check.
    And for MMBe you will have to do some work to get this option. Go to MMBE and execute and in output screen there is a Print icon click beside this icon and you will get options call print preview of view click on it and it will show print preview from here you can go to list-save-local file
    Just check it once

  • I have Mac pro and firefox 3.0.19.I am trying to download a video from youtube.? I can see the video. I want to download it and save in my computer to see it again. I have download helper. While the 3 red,blue,and yellow sphere are turning, It gives me t

    I have mac pro and firefox 3.0.19
    I am trying to download a video from youtube.?
    I can see the video. I want to download it and save in my computer to see it again.
    I have download helper. While the 3 red,blue,and yellow sphere are turning, It gives me the choice of place to save,and when I click and choose desktop , for example, this message comes ."Conversion requires an external application that appears to be missing on your system. Configure conversion ?
    When I click on okay, another page comes, which says" converter and a box next to it . in the box is written FFMpeg. but I can change it to MEncoder. In another box, says configure conversion rules. When I click on it, nothing happen.Thanks for your help.
    == This happened ==
    Every time Firefox opened
    == I want to download a video from youtube

    No, this reply is not helpful. It simply generates this little gem:
    "This service requires the conversion feature to be enabled.
    Configure conversion ?"
    And the same clicking on buttons that makes nothing happen and going around in circles with the escape key.

  • Call Transaction from Excel VBA macro and download ALV list object results

    I have a situation that must be very common u2013 but I canu2019t find any clear information on how to get it done! 
    We frequently run SAP transactions, download the results (orders or inventory) into Excel, do some calculations and create a spreadsheet report. 
    I would like to automate this process using Excel VBA so that a macro will perform these steps:
    1. Run our custom SAP report "YSD033" that summarizes orders using the previous day as the [From Date] parameter.  (The user already has an active ECC 6 R3 session running.)   If possible, can the TC be run using a specific variant "G111BIZ" ?
    2. Download the list object that appears in an ALV grid as a table to an empty spreadsheet in the active workbook (export XXL list object)
    3. Save the resulting workbook and close Excel.
    Should the solution use u201Ccall transactionu201D or a GuiXT script?
    Any help would be much appreciated, and some sample VBA code would be great!
    Thanks.
    Glenn

    Good suggestion, but
    I get "permission denied" for   SapGuiAuto.GetScriptingEngine
    I also tried the method below, but received this RFC error message:
    User PPPPPPP  has no RFC authorization for function group SYST.
    Sub LoginCheck()
    If login = False Then
        ' Setting the necessary variables for R/3 connection
        Set objBAPICortrol = CreateObject("SAP.Functions")
        Set objConnection = objBAPICortrol.Connection
        ' Establish a connection
    If objConnection.Logon(0, False) Then
        login = True
        MsgBox "Connection Established"
        CommandButton1.Caption = "Disconnect"
    End If
    Else
        CommandButton1.Caption = "Connect 2 SAP"
        login = False
        objConnection.Logoff
        Set objConnection = Nothing
        Set objBAPICortrol = Nothing
    End If
    End Sub
    I was told that these kinds of authority open up too big of a window that can't be monitored adequately...
    I'm considering an approach like what is below if I can't convince security to grant me permissions...
        Application.Wait Now + TimeValue("00:00:01")
        SendKeys EnterKey, False
    Since blocked RFC security settings are preventing the solution from being installed, I am markgin this question as answered. 
    I will post different questions about 1. how to convince the security team that it will be safe to allow the use of RFC calls, and /or 2. how use some windows-level scripting code to run the SAP jobs.
    Thanks.
    Edited by: GlennWebster on Mar 1, 2010 4:34 PM

  • How do i download a pdf file from an e-mail? save to computer did not work.

    How do i download a pdf file from an email? Save to computer did not work.

    What is your operating system?  What is your email client?  What exactly means "did not work"?
    Most email clients I know have a 'Save Attachments' functionality; did you try that?

  • How to download BOM list from tcode CS03?

    Hi,
    As we all know, we can display the material's BOM via tcode CS03, but how to download the list to local PC?  
    Please kindly advise.
    Thanks abd best regards.

    Dear Mr.TT,
    You can not download the BOM using CS03,If you want to save the same into
    your PC as a local file,get it done using T codes,
    CS11 - Display BOM Level by Level.
    CS12 - Multilevel BOM.
    CS13 - Summarized BOM.
    After executing in any one of these T codes,you can find button named Local File
    (Control ShiftF9) or in the menu's Extra's ---List ---Export -
    choose any option
    as you need.
    <b>If you want from tables use tables MAST,STPO,STKO.</b>
    <b><u>Reward points and close this thread.</u></b>
    Regards
    Mangal

  • Set WBS status in Project System from CRM Status

    Hi Gurus
    I am figuring out a solution for how to influence WBS element status in Project Systems in ECC from the campaign/Marketing plan status in CRM. Has anyone done it before or is there any BADI for it.
    Your help is greatly appreciated.
    Regards
    -MP

    Your yourself answered your question.
    "Can we create our own list of system status"
    "Our own" status creation and maintenance feature within SAP in called "User Status".
    Please follow link below to have additional information regarding system status.
    link: [http://help.sap.com/saphelp_erp60/helpdata/en/a9/8a853488601e33e10000009b38f83b/frameset.htm]

  • How do i disable the bookmarks list from my iPad which is now showing on my new macbook?

    How do i disable the bookmarks list from my iPad which is now showing on my new macbook?

    On the iPad: Settings > iCloud and turn Safari off (if you don't have any other devices you want it to share with)
    and/or
    On the Mac: Apple Menu > System Preferences > iCloud and turn Safari off

  • I downloaded a WMA audiobook from library using Overdrive. It shows up on my Itunes listing of Audiobooks on my Ipod, but on the actual Ipod it only shows up on Playlists. How do I get it to show up under Audiobooks?

    I downloaded a WMA audiobook from library using Overdrive. It shows up on my Itunes listing of Audiobooks on my Ipod, but on the actual Ipod it only shows up on Playlists.  It is marked as an audiobook in Options | Media Kind.  It is also marked to Remeber Position, but it does not do that. How do I get it to show up under Audiobooks and remember the position?  I have a 4th Gen Ipod running Ios5

    Check out the instructions for a work around on this post: https://discussions.apple.com/message/18702732#18702732
    This worked for me.  I would like to see Apple fix this issue, as it isn't very fun to have to do this for every downloaded book.

  • When I try to watch any video clip I get this:   The version of "Adobe Flash Player" on your system does not include the latest security updates and has been blocked. To continue using "Adobe Flash Player", download an updated version from Adobe's we

    When I try to watch any video clip I get this:
    The version of “Adobe Flash Player” on your system does not include the latest security updates and has been blocked. To continue using “Adobe Flash Player”, download an updated version from Adobe’s website.
    I tried clicking on the Adobe Flash Player.  It said it accepted it but it did not make a difference.
    Can anyone help?
    Thank you!

    This did not work
    On Mon, Oct 27, 2014 at 8:59 PM, Apple Support Communities Updates <

Maybe you are looking for

  • Can we  have a href tags in jsf page

    hi all, I tried inserting a link in jsf page using <a href> tag but when I click it, it is appending the link to contextroot. For Example: <f:verbatim> click here </f:verbatim> and when I click on it, I see http://www.google.com is appended to my app

  • 0IC_C03 Inventory stock- Please help

    Dear all. We have compressed the cube 0IC_C03 with the "No Marker Update" option selected. Now we found out that our stock reports are not working fine any more. we are not sure if running the compresion with this tick is the one causing the issue. I

  • Final outputed file is out of sync w/ audio

    the audio is in sync with the video on the timeline play thru....so then I output to H.2641080p 24 ...AAC audio out...but then the finished .mp4 is out of sync by a mili second or so...what can I do? thx.

  • Using DVDSP just to encode a DVD

    Something strange is going on with my iDVD on my mac and I do not know where the install disk is and I need to simply take some video from FCP and compress and burn it to a DVD in DVDSP. Can anyone give me the steps for using DVDSP just for this purp

  • Enhancing BAPI's

    How can one add new fields to existing fields in BAPI's. I have OOABAP program which takes data from UI and posts it Database using BAPI's. I have been successfull in posting data for the existing fields, but i need to add some more fields, how do i