Save As has no As

We are implementing such that users will not be able to access SAP GUI or RRMX (No Analyzer). All reports will be delivered through web templates.
We do want the users to be able to save Views of their reports that they have access to into their Favorites.
It seems that by using the Save As button in the standard web template they are able to save a Bookmark into their favorites, which seems to function much like a View. However there does not seem to be any As in the Save As functionality. The template automatically saves the name as Date, Sequence, 5 AlphaNum code. This makes sense for the tech name, but not the name for the user to see. Is there a way to actually put the As back in the Save As so the user can name the bookmark?
Also I am wondering if we will be able to create an iView that will just have the Open button functionality. This button would allow the user to open a previous bookmark from a list of all of their bookmarks listed in their Favorites without going to a report and then choosing Open.
PS
I hate to cross post, but looking at the Bex forum shows that people don't really answer questions there. I mean the top person there has about 1/10 the number of points as the general board and the top two pages of posts have very few replies.

Needed to be a view in order for this to work.

Similar Messages

  • Save as has disappeared from my menu

    Hi and good evening
    On my Mac Save As has disappeared from the Pages menu. Under Share the Send by email is grey ie not in bold as usual, but the formats - Word etc are in bold and when clicked on an email (new message) comes up but if I've clicked on Word the document appears to not have been changed from Pages. Hence the attachment has been blocked by the recipents Outlook Express.
    Sorry...as you can tell ...I'm not too good on computer speak.
    Can anyone help please?
    Thanks
    Ann

    Hi Ann,
    You wrote:
    " Under Share the Send by email is grey ie not in bold as usual, but the formats - Word etc are in bold and when clicked on an email (new message) comes up but if I've clicked on Word the document appears to not have been changed from Pages. Hence the attachment has been blocked by the recipents Outlook Express."
    When you 'share' a document, you need to choose a format in which to share it. For reasons unknown, Apple has decided to change the layout of the Share menu to make "Send via Mail" and "Export" non-selectable category headers, and place the format choices in the top-level menu. It's a design choice, but one I can't see much benefit in.
    Your document itself will not show any change in format if you choose "Word," but if you check the attachment to the email message produced, you see the .doc extension indicating it is a Word file. If you have Word (or one of the open source Office applications (eg. LibreOffice, OpenOffice.org), 'Sharing' a Word copy of the document with yourself, thenopening it with one of these applications (but not with Pages). All will open a Word format document, and none of them will open a Pages format document. Your resut should tell you whether the conversion has been made.
    Regards,
    Barry

  • Firefox 19.0.2 save & quit has gone yet again

    Yet again save & quit has disappeared when firefox auto-updated to 19.0.2 how do I put it back on again?

    You can look at these warn prefs on the <b>about:config</b> page and toggle the value to <b>true</b> via the right-click context menu or double click with the left mouse button.
    * browser.showQuitWarning, see http://blog.zpao.com/post/3174360617/about-that-quit-dialog
    * browser.tabs.warnOnClose, see http://kb.mozillazine.org/About%3Aconfig_entries
    * browser.tabs.warnOnCloseOtherTabs
    * browser.warnOnQuit , see http://kb.mozillazine.org/browser.warnOnQuit
    * browser.warnOnRestart , see http://kb.mozillazine.org/browser.warnOnRestart
    *http://kb.mozillazine.org/about:config
    If you use this startup setting then you also do not get the save & quit dialog, so make sure to select one of the others.
    *Tools > Options > General > Startup: When Firefox Starts: Show my windows and tabs from last time

  • EDIT field in ALV GRID and on SAVE it has to update the DB Table

    Hi Experts,
    I have searched lot of forums...
    But i had not got the exact solution for this...
    I have multiple records that displayed in the ALV output screen and i had modified more than one record and then click on save.
    It has to modify all the lines that i had changed in the EDITABLE FIELD.
    Can any one help me in doing so...
    Sample code will be more help full....
    Thanks in advance,
    Kruthik

    Hi Kruthik
    Check [=> OO ALV Event DATA_CHANGED <= |http://abaptips.com/?p=70], hope you will get idea.
    Please reply in case of any confusion.
    Thanks and Best Regards,
    Faisal

  • Save command has suddenly stopped working

    A few days ago, I was unable to use the save command when
    accessing a folder for a website that resides on a network drive.
    Dreamweaver only works now if the local folder is on the same
    computer as the program. Could a MS update or something similar
    have changed the operation or my settings? Or do I need to move
    this local folder onto the computer as the only way to solve this
    sudden problem. This folder has been used regularly for about 6
    months from the network hard drive with no problems.

    This has everything to do with the foldre permission, right
    clik on the
    share folder go to properties click on the security tab and
    see if your user
    name has the write permission, you shoudn't have it anymore.
    Talk to your
    network administrator to correct the prpblem
    aka Frenchy ASP
    "Ginza54321" <[email protected]> wrote in
    message
    news:gffcav$ag2$[email protected]..
    >A few days ago, I was unable to use the save command when
    accessing a
    >folder
    > for a website that resides on a network drive.
    Dreamweaver only works now
    > if
    > the local folder is on the same computer as the program.
    Could a MS
    > update or
    > something similar have changed the operation or my
    settings? Or do I need
    > to
    > move this local folder onto the computer as the only way
    to solve this
    > sudden
    > problem. This folder has been used regularly for about 6
    months from the
    > network hard drive with no problems.
    >

  • Va02 screen input first save it has to update the data base table

    I am working on VA02.
    For only one user(delivery block)should be block and when we are changing in sales order document for that user it has to update the VBAK table.
    for second save i'm able to updating but i want to update at first save only.
    thanks,
    sree.

    I want to update the DB table VBAK. and the user exit is:
    here is my coding: my requirement is to block a field i.e LIFSK in va02 and after saving that and i have checked vbak table then in lifsk the blocked db is updated IN TABLE CONTENTS.LATER IF I SAVE IT ANOTHER TIME WITHOUT ANY MODIFICATIONS THE FIELD IS NOT UPDATED.
    now the problem is with updation .i have blocked the field.
    Please help me  its urgent
    FORM USEREXIT_MOVE_FIELD_TO_VBAK.
    tables: knkk.
    if not vbak-kunnr is initial.
      if vbak-auart NE 'ZFD' and
         vbak-auart NE 'ZCR2' and
         vbak-auart NE 'ZRE' and
         vbak-auart NE 'ZSD'.
        select single * from KNKK
          where  KUNNR = vbak-kunnr
          and    KKBER = '8000'.
          if sy-subrc = 0.
            clear vbak-LIFSK.
          ENDIF.
          IF NOT SY-UNAME = 'FINCOMM1' AND SY-TCODE = 'VA02'.
              SELECT SINGLE LIFSK FROM VBAK INTO LIFSK1 WHERE VBELN = VBAK-VBELN.
               IF LIFSK1 NE ' '.
                  vbak-LIFSK = ' '.
               ELSEif vbak-auart eq 'ZCR2'.
                      vbak-LIFSK = 'Z1'.
                  ELSE.
                      vbak-LIFSK = 'Z6'.
               endif.
             if sy-tcode eq 'VA02' . "added on 22/05/2008
            if screen-name = 'VBAK-LIFSK'.
                  screen-input = 1.
                  modify screen.
                  update vbak.
            endif.
      ENDIF.
          ENDIF.
      endif.
    endif.
      if sy-tcode eq 'VA02' AND sy-uname NE 'FINCOMM1'. "added on 22/05/2008
            if screen-name = 'VBAK-LIFSK'.
              screen-input = 1.
                  modify screen.
                  update vbak.
            endif.
    endif.
    endform.
    Thanks,
    sri.

  • The save button has a null sign through it and we cannot save the project

    For the last 45 minutes the save button does not work. The project link button will not let us share, use or view source. There is a null sign through it as well as through the save button.

    Did you Sign In first, before starting your project?
    Could you provide the screenshot of that?

  • Screen saver just has black screen won't use my photos

    I set up a screen saver through mountain lion using photos from iphoto 08.  It worked fine for a couple of days, now my screen just goes black for the screen saver.  I tried movin the photos to a different folder in Finder, and it still does not work.

    Take it in to Apple or an authorized repair service. If it is only 5 months old, it's still under warranty.

  • System Prefs Energy Saver Options has disappeared??

    I seem to have lost my Options in system prefs, energy saver?
    I have also lost my battery indicator in the top right hand corner?
    can anyone help??

    This may require a few steps...
    If you haven't lately, do these two steps...
    Using Disk Utility in Mac OS X 10.4.3 or later to verify or repair disks...
    http://docs.info.apple.com/article.html?artnum=302672
    About Disk Utility's Repair Disk Permissions feature...
    http://docs.info.apple.com/article.html?artnum=25751
    Then Reboot.

  • I have a huge iphoto library and an HP simple save hard drive which has been mac formated.

    the discssion board states to close iphoto, go to folders, locate, click and drag library to new location (ie-my HP simple save which has been formated to mac)  When I look in my libraries, I have several for libraries, including some that say 6. 
    When I open one, not all my photos are contained, only a part of my entire iphoto library
    which one do I use--and how can to confirm that ALL my photos are on my external hard drive?
    thank you for your help---
    [email protected]

    Open a Finder Window and go to your Username then to the Pictures folder. In there you will find a file, actually a folder but I won't get into that, called "iPhoto Library.photolibrary". It is that files (Folder listed as a Package) you need to Copy to your external drive.

  • Photoshop elements 10 says that my gif has to many frames to save. Is there a cap and does only elements has this cap?

    Photoshop elements 10 says that my gif has to many frames to save. Is there a cap and does only elements has this cap?

    If you have upgraded to Mountain Lion, Save As… has returned to the File menu when you hold down the Option/alt key. But you don't really "save" as other file types, you translate & export as Word or RTF or text or PDF & that is easily done by going to File > Export or Share > Export.
    Also, please do us all a favor & don't use all capitals in your posts, either the body of the post or the title. All caps is the internet equivalent of shouting & is very hard to read.

  • I cannot send a Pages document, Word format via email from my ipad if it has a picture in the the doc.  I can send a Word doc if it does not have a pic in it or pdf with a pic.  Any thoughs why a word doc with a pic in it won't email in Pages?  thanks

    I cannot send a Pages document, Word via email if the doc contains a picture.  If I email a Pages doc without a pic in Word format or pdf with a pic it with go through to sender?  Not sure why Pages won't send Word doc with a picture in it.  I check the security on the email recipient and the email doesn't get blocked or throw in the junk box?
    thanks,
    drainguy41

    If you have upgraded to Mountain Lion, Save As… has returned to the File menu when you hold down the Option/alt key. But you don't really "save" as other file types, you translate & export as Word or RTF or text or PDF & that is easily done by going to File > Export or Share > Export.
    Also, please do us all a favor & don't use all capitals in your posts, either the body of the post or the title. All caps is the internet equivalent of shouting & is very hard to read.

  • GIF/Save for Web problem (PSE 7)

    I've tried searching for an answer to this problem but nothing seems to address quite what's happening.
    I recently had to replace my laptop, and switched from Windows XP to Windows 7.  I transferred PSE 7 from the old system to the new system, and have had no trouble with it- until now.  I have a 52-layer Photoshop-format image that I would like to save as an animated .gif, with each layer as a different frame.  File >> Save As has the option to save Layers as Frames, but if I check it, then click "Save", nothing happens.  Nothing at all.  On my old system, I'd get a new dialogue with options like quality, duration per frame, loop, etc, but that's not happening anymore, and nothing saves (if I go to find the new .gif file, it's just not there). If I DON'T choose "Layers as Frames", the .gif dialogue comes up just fine, and it has no trouble saving as a static .gif.  But it seems that it's just refusing to save it in animated format.
    I'm having the same issue with "Save For Web".  Neither the file menu option or the keystroke command will bring up the dialogue to let me save it that way.  It thinks for maybe a second, but then doesn't do anything else, and doesn't save the image.
    I've already tried resetting the layout, just in case the dialogue box was shifted somewhere I just wasn't seeing, and I tried resetting the Save For Web preferences, but neither of those things worked.  Any explanation as to why an animated "Layers as Frames" .gif is the only format that isn't saving properly?
    I've also tried opening old animated .gifs that I created with XP, and they will not re-save as animated .gifs either.  I get the "Do you want to save the changes made" dialogue, but clicking "Yes" doesn't do anything and doesn't save the updates.  I'm at a complete loss for why this function no longer works.

    Glad you got it working.
    It takes some getting use to the differences between xp and windows 7
    in regards to permissions and all that stuff. Even when you install
    programs on an administrative account, problems still persist sometimes.
    What i do is always install programs by right clicking on the installer and
    choosing Run as Administrator even when installing on an account with administrative
    permissions. I seem to have less problems doing it that way. Anyway, just something to
    keep in mind for the future.
    MTSTUNER

  • How can I re-save jpegs edited in photoshop that were created in lr4 as jpegs?

    Hi,
    I have some raw2 files that I have edited in LR4 and exported as jpegs. I open them in Photoshop CS3 and edit (crop in this instance) but the save menu has a much reduced number of file types for these items, and jpeg is not one of them. How can I get round this? The edited file defaults to a psd file after I have cropped it. I have tried to resave in other formats (tiff, psd, raw) in photoshop, then reopen them to save as jpeg, but the same reduced number of options are there - and no jpeg.
    Thanks for your help
    Rachel
    [ADDED] I wanted to mention that I checked it was RGB mode and 8 bit, but it is. thanks

    Your files are 16-bits and JPG is an 8-bit format.  They may also have the ProPhotoRGB color-space.
    Before saving as JPGs for displaying on the web or viewing by others they need to be 8-bit sRGB:
    PS-> Edit -> Convert to Profile -> Destination Space = sRGB  (if the Source Space is not sRGB)
    PS -> Image -> Mode -> 8-bits (to convert from 16-bits to 8-bits)

  • Screen saver locks up computer

    When my wifes 1-year old iMac goes into screen saver, it has a tendancy to lock up, requiring a hard power-down and restart. This has only started recently. It has the latest Lion updates installed. I've seen a few similar comments but no one seems to have posted a solution. Does anyone have a suggestion on how I can prevent this from happening?

    I can't really say until more info is learned about the issue.  If it's a screen saver that's got a corrupted plist then it may be a simple as getting rid of the plist.  If it's a screen saver that's just incompatible with lion then get another screen saver. 
    My philosophy on screen savers is that if a screen saver has a problem it is just not worth trying to find out why with some many other screen savers to choose from.

Maybe you are looking for

  • Playlist always starts at the begiing after turning on iPod.

    I originally posted this in the iPod classic section but thought U might get an answer here too: So I've had a 5.5 Pod loaded with many playlists for a year or so. I Just got my 160GB Classic, has about 100GB of music loaded now and the latest iTunes

  • Graphiccard - which one should i choose

    Hello! first of all: my english ist not very good and thats why i got problems to find the right place, where i can post my problem. if this forum is the wrong one, please put my topic in the right one or tell me, where i can drop it. here is the rea

  • Merging 2 computers with iWeb

    I just got new iMac last week and I am trying to figure out how iWeb to upload the same information I created on my laptop. I tried look for importing iWeb info/files to my iMac. I seem can't. Can someone help me out? Thanks

  • Pathetic Upstream speeds - 64kbps

    Recent intermittent connection drops with my upstream sync speed resting at a feeble 64kbps.  A BT engineer visited yesterday.  I did report occasional noise on the line, but they couldn't actually find any fault between the house and the cabinet but

  • DNG converter fails

    When uploading RAW files to bridge, they are downloaded as CR2 files and the DNG converter fails to work, even though requested to. Customer has to separately open a copy of the DNG converter and do it separately from Bridge. Everything worked fine w