Need popup box of "add/save bookmark" translated into the desired language

Hi All,
We are doing a global implemenation of BW Web Application Template based reporting and planning solutions in BW.
We have a button on the published web report called 'Bookmark", with command "SAVE_BOOKMARK" and when executed in the FR-FR language, the book mark popup still comes in English.
Does any one have an idea on how to show this up in French / or the language that is set in internet explorer?
Thanks in advance.
Best Regards,
- Shashi

Hello Shashi,
I will suggest you to check the following SAP note:
1499038 BW Bookmark: Bookmark content is shown in multiple languages
This note is regard to the BW Bookmark when is executed with in the standard default template 0ANALYSIS_PATTERN then template header(Button captions/text elements) and the result set(Analysis item/Navigation pane) will be displayed in multiple languages. But you can check if help with your template.
Thanks
Diego Ferrary

Similar Messages

  • How do I add an offline translation to the Bible app to use it when not connected to a network?

    How do I add an offline translation to the Bible app to use it when not connected to a network?

    You will need to contact the developer of the app and ask if that is possible. If not, you'll need to look for another app that doesn't require a network connection to function.
    Regards.

  • Language translation into the portal

    Hai sir,
    actually i need to work on language translation into the enterprise portal . backend data [ sap ecc] is in arabic language i need to change it to English while displaying into the portal.
    Thanks in a advance.
    Ram

    Hello Ram,
    You should use Content AdministratorPortal Content Translation tab for translation the texts (names) for the PCD Objects (iViews, pages Worksets, Roles Folders) ect.
    In Portal Content Translation Fallow the Fallowing Steps which are very simple
    1)     Go to Translation work Coordination Portal Content and Right Click your Folder and select NewTranslation Worklist
    2)     This will create the translation Worklist to which you can add your PCD Objects for Translation
    3)     Go to Your Folder Containing your iViews, right Click and u2018Add Object To Translation Worklistu2019
    4)     After You have added all the objects you want to translate, click u2018Generate Translation Datau2019 Button at the top on the Translation Worklist screen
    5)     Click the u2018Release for Translationu2019 button in the screen that appears.
    6)     Click close in the screen that appears.
    7)     Go to u2018Worklist Translationu2019 link
    8)     Search for your Worklist you just created using the search box.
    9)     Select the Worklist from the result list
    10)     At the Bottom of the screen select the u2018Source and Target Languageu2019 from the dropdown.
    11)     Click the Load for Translation
    12)     Choose whichever texts you want to translate and enter the Translate Text  in the box for the target text
    13)     After u r done with all the translation, click close.
    14)     Save all and Close
    15)     You will go back to the previous Screen again. There select your translation Worklist and click Mark as Translated
    16)     Go back to the u2018Translation  Worklist Coordinationu2019  link and open your translation Worklist from your folder
    17)     Click u2018Publish Translationu2019  Button
    18)     Finally Check the portal content
    Polaka
    Edited by: polaka123 on Dec 3, 2010 6:04 PM

  • I am trying to get space on an external hard drive which has some old time machine back up files that I do not need but can not eliminate, even by going into the time machine, clicking on the backup file to be eliminated and using the drop down eliminate

    I am trying to get space on an external hard drive which has some old time machine back up files that I do not need but can not eliminate, even by going into the time machine, clicking on the backup file to be eliminated and using the drop down menu with the gear box symbol to eliminate

    I cannot find this 300GB "Backup" in the Finder, only in the Storage info when I check "About This Mac".
    You are probably using Time Machine to backup your MacBook Pro, right? Then the additional 300 GB could be local Time Machine snapshots.  Time Machine will write the hourly backups to the free space on your hard disk, if the backup drive is temporarily not connected. You do not see these local backups in the Finder, and MacOS will delete them, when you make a regular backup to Time Machine, or when you need the space for other data.
    See Pondini's page for more explanation:   What are Local Snapshots?   http://pondini.org/TM/FAQ.html
    I have restarted my computer, but the information remains the same. How do I reclaim the use of the 300GB? Why is it showing up as "Backups" when it used to indicate "Photos"? Are my photos safe on the external drive?
    You have tested the library on the external drive, and so your photos are save there.  
    The local TimeMachine snapshot probably now contains a backup of the moved library.  Try, if connecting your Time Machine drive will reduce the size of your local Time Machine snapshots.

  • How to add a function field into the existing matrix report

    Hi,
    I have a matrix report , now i wanted to add one moe field into the matrix which is getting the value from a function , this function is a part of the ref cursor query(group) , i'm able to get the value from the function but it cannot display on the existing matrix report. i wanted to add this in the repeating frame which is printing down. how could i do this , looking for your help. thanks . bcj

    Here the scenario like,
    Data from Table_1
    NAME UNITS DAYS RATE
    AAA 10 1 1.2
    BBB 12 2 3.1
    AAA 20 2 4.1
    CCC 23 1 5.2
    Here, In the matrix report the NAME and UNITS are row fields and 'DAYS' is column field , RATE would be the cell field, and
    Data from Table_2 ,
    NAME BASIC
    AAA 2
    AAA 2
    BBB 2
    CCC 3
    In the report i have to display the 'BASIC' along with the NAME in row level ( repeating frame printing down),
    To get the multiple 'Basic' for each 'Name' using a ref cursor .
    and, using a function to do further calculation based on the basic value
    begin
    select basic into v_basic where name =:name;
    return(caluculated_value);
    end;
    and return the calculated value to the report. But at that time cannot accommodate the value in the matrix report with other groups frequency.
    looking for your valuable help. Thanks Bcj

  • How can I add keywords for SEO into the code?

    How can I add keywords (for SEO) into the code of a Muse designed site?

    You might also be interested in the upcoming MuseJam on Thursday Muse Jam: Search Engine Optimization | Facebook
    Muse Jam: Search Engine Optimization
    Online May 22, 2013
    Join Principal Product Manager Dani Beaumont of the Adobe Muse team as she explores ways within the Muse application to build search engine optimized sites by way of metadata, keywords, H1 definitions, and sitemap generation. After the presentation we'll open the floor to any questions you might with the application.

  • How to add a ChartOfAccounts object into the database.

    how to add a ChartOfAccounts object into the database. please shows sample code
    thanks

    Dim CoA As SAPbobsCOM.ChartOfAccounts
                CoA = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oChartOfAccounts)
                CoA.Code = 11223344
                CoA.ExternalCode = "a1234"
                CoA.ForeignName = "f Test Account"
                CoA.Name = "Test Account"
                CoA.AccountType = SAPbobsCOM.BoAccountTypes.at_Other
                CoA.ActiveAccount = SAPbobsCOM.BoYesNoEnum.tYES
                CoA.FatherAccountKey = 100001
                If CoA.Add <> 0 Then
                    MessageBox.Show(oCompany.GetLastErrorDescription)
                Else
                    MessageBox.Show("Added Account")
                End If
    Remember the father account key must be a valid account number in the company where you are trying to add the new account.  (The G/L Account code seen in the SBO client)

  • On-board sound card failing. Will BIOS let me add a sound card into the PCIE slot?

    On-board sound card failing, consistently locking everything, (yes, I updated all drivers, codecs) so want to put in new sound card. Will the BIOS let me add a sound card into the PCIE slot? (of course after disabling the ReakTek onboard sound) I don't see an option to choose PCI or PCI-E in the setup screen (F10 at boot) for audio.
    Pavilion desktop a6200t, Windows7 SP1
    System board is Lancaster8 1.04, BIOS 5.18
    This question was solved.
    View Solution.

    Hi there! yes it will let you install a seperate sound card as long as you have a vacant slot
                                                                                                                              spacechild

  • The bookmark box does not appear, bookmarks straight to the bottom of the list

    When I use the Bookmarks menu at the top of the page, hit Bookmark this page, the little box that USED to popup to assign what catagory folder the bookmark is to go into, does not appear.
    the page is bookmarked, but goes on the bottom of the list, instead of into a catagory folder.
    Having MANY catagory folders, I am forced to scroll down several times to see the book mark!
    JUST started doing this when Firefox updated to 3.6.
    Any fixes for this?

    Hello.
    It's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and themes and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.
    If the problem is not disappears when all add-ons are disabled, please tell me, so we can work from there. Please have no fear of following my instructions to the line, as all can be easily undone.

  • I want to install Logos on an NT4 workstation. When I click on the "Logos.msi" file the "Open with" popup box appear. NT4 does not recognise the "Logoshe Logos software on a .msi" file.

    I want to upgrade the Citadel database with the Logos software. I have download the Logos.zip file from NI, unzipped it and install it on a WIN2000 system with no problem. When I tried to install it on a NT4 workstation by clicking on the "Logos.msi" file the "Open with" popup box appear. Thus NT4 does not recognise the ".msi" file.

    Karolus,
    most likely you did not install any newer software packages on this Windows NT machine. NT does not have the MSI installer engine preinstalled thus the first MSI based software would install this engine. E.g. if you install Lookout 4.5.1 or 5.0 before you try to upgrade Logos this should not be a problem anymore. Or if you install DSC that means LabVIEW 6.1 before this shouldn't be a problem either.
    If you really want to install just Logos alone than you would need to install the MSI engine manually before by executing the InstMsiw.exe from your CD. You might get this MSI engine as well from Microsoft.
    Hope this helps
    Roland

  • I've lost the option to add to bookmarks bar.  The items I had on bookmarks bar are there but I cannot add new ones. Suggestions please?

    I have lost the option to add to bookmarks bar.  I tried going to safari settings and selecting show bookmarks bar but that is not an option any longer and it only gives show favourites bar.  I've only had my iPad for a few months and it's my first apple computer.  Likely user error and any guidance would be appreciated.  Thanks!

    Well I feel silly. You were right. And didn't help that my titles for some were too long. Once I got rid of some the newer ones I'd tried to add popped up.  Thank you!

  • Need to add senders email address into the subject header of my PHP form (somehow)

    Hello one and all,
    I have a PHP form which is working fine and sends our support team an email with the subject header 'Support'.
    I have been asked to fix this form to include the senders email address into the Subject header so that the support team can filter them easier and reply quicker.
    Any help would be very much appreciated indeed. The form code is below, let me know if you need the whole page.
    Thanks in advance,
    Bradley
    My current form PHP part looks like this: (and the HTML part is below in blue)
    <?php
        if($_GET["action"] == "email")
            $msg = "The following person need support:\n\n";
            $msg = $msg . "First Name: " . $_POST["FirstName"] . " " . $_POST["LastName"] . "\n";
            $msg = $msg . "Tel: " . $_POST["Tel"] . "\n";
            $msg = $msg . "Email: " . $_POST["FROM"] . "\n";
            $msg = $msg . "Support: " . $_POST["Support"] . "\n";
            $msg = $msg . "Model: " . $_POST["Model"] . "\n";
            $msg = $msg . "Comments: " . $_POST["Comments"] . "\n";
            $to ="[email protected]";
            $subject = "Support";
            $from = "From: " . $_POST["FROM"];
            mail($to, $subject, $msg, $emailFrom, $from);
            header("Location:support2.php");
    ?>
    and the HTML part of the fom is like this:
    <form id="form1" name="form1" method="post" action="support.php?action=email">
      <table width="700" border="0" cellspacing="10" cellpadding="10">
        <tr>
          <td valign="middle" class="formtext">*First name:</td>
          <td width="455" valign="middle"><label>
            <input name="FirstName" type="text" class="form-textbox" id="FirstName" />
          </label></td>
        </tr>
        <tr>
          <td valign="middle" class="formtext">*Last name:</td>
          <td valign="middle"><input name="LastName" type="text" class="form-textbox" id="LastName" /></td>
        </tr>
        <tr>
          <td valign="middle" class="formtext">*Email:</td>
          <td valign="middle"><input name="FROM" type="text" class="form-textbox" id="FROM" /></td>
        </tr>
        <tr>
          <td valign="middle" class="formtext">*Telephone:</td>
          <td valign="middle"><input name="Tel" type="text" class="form-textbox" id="Tel" /></td>
        </tr>
        <tr>
          <td valign="middle" class="formtext"> </td>
          <td valign="middle"> </td>
        </tr>
        <tr>
          <td valign="middle" class="formtext">*Support required:</td>
          <td valign="middle"><label>
            <select name="Support" class="form-dropdown" id="Support">
              <option selected="selected">Please select...</option>
              <option value="Connection Issues">Connection Issues</option>
              <option value="Technical Issues">Technical Issues</option>
              <option value="Furniture Faults">Furniture Faults</option>
              <option value="Other">Other</option>
            </select>
          </label></td>
        </tr>
        <tr>
          <td valign="middle" class="formtext">Chair model:</td>
          <td valign="middle"><input name="Model" type="text" class="form-textbox" id="Model" /></td>
        </tr>
        <tr>
          <td valign="middle" class="formtext">*Please describe your issue:</td>
          <td valign="middle"><textarea name="Comments" rows="5" class="form-textarea" id="Comments"></textarea></td>
        </tr>
        <tr>
          <td valign="middle" class="maintext"> </td>
          <td valign="middle" class="maintext"></td>
        </tr>
        <tr>
          <td valign="middle"> </td>
          <td valign="middle"><label>
            <input name="Submit" type="submit" class="form-submit-button" value="Submit" />
          </label></td>
        </tr>
      </table>
      </form>

    MurraySummers you sir, are an absolute legend! This worked perfect straight off the bat!
    I really apreciate your lightning fast reply!
    Thanks again.
    Bradley

  • How to develop a tool to add my text automatically in the desired location in a pdf document

    I am trying to create an action in pdf just similar to "File name stamper" . Here I need to enter a text and save. and that saved text to be inserted  in the desired loction in my document.Manually entering text is time consuming. I want this to be automated. How to go about it.
    Kindly help

    This can be done in many ways. The simplest is using a script that adds a watermark/form field/annotation with the text.

  • Firefox crashes for unknown reason lately, so I removed it and reinstalled it. How can I put my Favorites (bookmarks) back into the newly installed FireFox???

    Firefox crashes a few times when I was on Facebook and with email, also watching dramas online. Most of the time due to Adobe Flash and I did submit crash report. Later it crashes for unknown reason while I have email and Facebook on different tabs -- when I was on the tab of email, it looks system hang and not responding. This happened to my laptop that uses Windows Vista as I noticed. I don't remember it ever happens to my desktop that uses Windows XP.
    It's pretty annoying of such known crash, but before removing Firefox, I did try to update all add-ons or plugins and it looks like doesn't work out. After updating for couple times and it still crashed like that, I removed Firefox and reinstall it.
    '''Now I want to know how to put the shortcuts from my Favorite folder into the newly installed FireFox's bookmarks.''' I didn't backup the bookmarks by using Firefox. I even went to Firefox help for instructions, but it only mentions how to merge/input the bookmarks from other browsers. Please note the version I've removed and inrestalled is the same -- 3.6.13.

    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the sessionstore.js file and possible sessionstore-##.js files with a number and sessionstore.bak in the Firefox Profile Folder.
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    *http://kb.mozillazine.org/Multiple_profile_files_created
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder

  • Cannot re-save a file into the same folder

    Hi.
    I have a odd issue where users are unable to resave their documents into the folder that they have opened them from.  The folders in question are their home folders to which each user has full permission to access. You cannot save over the original
    file or even to the same folder and changing the filename makes no difference at all.  You can however save to a different folder within the users home folder.  I get an event 300 error/event when trying to save but no other errors other than a confirmation
    box saying the file hasn't saved.
    Has anyone else seen this before/
    Thanks
    Tom

    It seems like a permission issue, can you save new files to the location anyway?
    You can try clean boot to determine whether other programs are conflicting:
    http://support.microsoft.com/kb/331796/en-us

Maybe you are looking for

  • VMware Fusion vs Parallels Desktop 3.0

    i want to run Windows XP or Windows Vista on my mac. which among VMware Fusion and Parallels would be a much better program/software to buy? what are the pros & cons of each? should i buy now or would waiting for Leopard's release (with a new Boot Ca

  • How to identify the last instance of a dynamic table row

    Hi all, I am trying to figure out how to create an action for my form in Livecycle Designer ES2 that will affect the most recent instance of a dynamic table row. I have a table with a repeatable row where the user will enter information about a purch

  • FM for Manager of a Person

    Hi, Is there any FM to find the manager of a person. I have the Managers Pernr . Thank you

  • R2 to R3 upgrade Schedule Date Format Changed

    We recently did an upgrade from BOXI r2 to R3. We did the installation wizard using the r3 image to the same server. What we have noticed now is that all the schedule dates in the CMC for our reports have changed format from US to EURO. 01/13/08 to 1

  • ITunes 10 does not detect my iPhone

    i recently upgraded to itunes 10, and i have a 1st gen iphone. after upgrading, i synced my iphone and everything went fine. soon after that, i had a totally unrelated hard disk drive failure. luckily all my data were backed up, apple replaced my har