Changing labels for commands - white paper guidelines don't work!

Hi guys
We are having a hard time translating the UICommand "html_version", and because we have tried so much, we are now considering workarounds. But perhaps some of you could help us?
We have followed the guidelines from http://help.sap.com/saphelp_nw04/helpdata/en/e7/cb7339fb23644fa9e406c6bc431c9b/frameset.htm, but for some reason it is not working. It seems as if the par-file is not deployed correctly since we are not able to use it to translate our command.
On the other hand: If we try to use a standard bundlefile (that therefore already ís deployed in the portal), the translation is working fine.
We could really need some help on this issue. Any helpful soul who needs ten points?
Best regards,
Martin

Hi Detlev
No, we hadn't looked into the tracefiles, but I just did, and here's is the not-so-surprising info:
<< item 0 : >>#1.5#0011856B0F97001C00000061000013340004076781AF30F3#1134041045506#com.sapportals.wcm.rendering.uicommand.AbstractUICommand#sap.com/irj#com.sapportals.wcm.rendering.uicommand.AbstractUICommand#kmd05#1041##BLR12T_KDP_8573350#Guest#2393e7e067dd11da9b5c0011856b0f97#SAPEngine_Application_Thread[impl:3]_27##0#0#Error##Plain###Missing or wrong ResourceBundle information for command with alias <test_html_version> - java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key search
What I don't understand is why that file can't be found, when we have done exactly as the help.sap-documentation says. And our custom bundlefile is visible on the server, so something was created there, but perhaps not deployed correctly.
Maybe the service does not start and work as it is supposed to do? (I have renamed it as described in the documentation).
I really hope you can help, because we have been struggling with this issue for quite some time now.
Best regards,
Martin

Similar Messages

  • Can't Change Labels for Properties

    I Can't Change Labels for predefine Properties
    or Custom Properties.
    I had done it with this:
    http://help.sap.com/saphelp_erp2004/helpdata/en/65/6fc63ed4027f6be10000000a114084/frameset.htm
    I just followed what the help said.
    but i can't see any change for my label of Properties.
    I had done it as follow steps.Please help me to
    Check if i miss some steps!
    1,I creat .properties files
      mylabels.properties
       in this properties file  i creat a key
           modified=date
      mylabels_zh_CN.properties
        in this properties file  i creat a key
           modified=u66F4u65B0u65E5u671F
    2,I made a jar file use the two .properties files
      named mybunding.jar
    3,I copy this jar file to
    .../j2ee/cluster/server<n>/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/com.sap.km.common.resourcebundle/lib
    4, Create a new metadata extension under Content Management -> Global Services -> Property Metadata -> Metadata Extensions.
      named it  my_metadatae_extension
       set  Bundle File=com.sap.km.common.resourcebundle.mybunding.mylabels
    5,restart the servlet engine,
    6 in the key for label of the properties
        i set modified the key i creat in step 1.
    when i display the properties it still didn,t display
    my created lable.
    How should i do? any step i miss? or any better solution
    for the lable?
    Please help me ,
    BestRegards
    Han

    Hi Han,
    here my corrections:
    1.
    I would use the filename "mylabels_cn.properties" and not "mylabels_zh_CN.properties"
    2.&3.
    This is the SP2 way for using the bundle files for properties. For NetWeaver you need to create a new PAR-file with the bundle file including the labels and translations as described <a href="http://help.sap.com/saphelp_nw04/helpdata/en/65/6fc63ed4027f6be10000000a114084/frameset.htm">here</a>.
    It's very easy if you use the example PAR file provided by SAP in SAP Note 817876, as mentioned in the referenced link (Prerequisites section).
    Read carefully the process in the link and try again. If you still experience problems, come back with the new detailed description.
    Hope this helps,
    Robert

  • I updated iTunes to 10.5 and now my encryption passwords for my iPhone and iPad don't work.

    I updated iTunes to 10.5 and now my encryption passwords for my iPhone and iPad don't work. I know Apple says if you forget them then it's your problem. However, this was a direct result of my iTunes upgrade. I spent hours trying to fix this. HELP!

    Definitely seems to be a cross-platform bug in iTunes 10.5 concerning all NAS disks. Shared libraries on network drives worked fine under 10.4.1, but now there is just an endless loading cycle with no error message or time-out. There is a bit more about it in this thread.
    Martin

  • HT4108 for what my adapater 1422 don't work with my iphone 4s

    for what my adapater 1422 don't work with my iphone 4s

    pardon pour mon anglais!
    Mon adapater AV HDMI 1422, ne fonctionne pas sur mon iphone 4s, l'iphone dit que " cet accessoire n'est pas reconnu" alors que ça fonctionne bien sur mon IPAD 2.
    Pouvez vous m'aider ?
    Merci

  • Dynamically Changing Labels for Multi Row Block Buttons

    Forms [32 Bit] Version 9.0.4.1.0 (Production)
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    On my local: Windows 7 OS
    I am having a difficult time in doing the following in forms, and not sure if it can be done?
    I have a multi row block,based on DB table, which displays filename and another column from the table.
    It also has a push button on each row, which opens and displays the physical file from its source, when clicked. The filename thus can have 3 diff statuses depending on its sources and accordingly corresponding button should display appropriate label:
    a) View Image (its is in content server and successfully imaged. In this case I display the file in the browser, from the content server, when the button is clicked)
    b) View File (Display the file from file system)
    c) View Error (Display imaging error message from the table, as file failed to make it to the imaging server)
    I have this logic currently coded in the post query trigger, at the block level, and tried using set_item_property(button_id, label, <button_lable>), where I programmatically set the button lable, based on the file status (imaged, not imaged or has error) in that row. This wroks well, only if all the files in the multi row block have the same status. If each of them have diff statuses, then only last processed files's status gets reflected into the button label. For eg: The file in the first row of the block is imaged, and one in the second row has an imaging error. The button label for the first row should say 'View Image' and button for the second row should say 'View Error'. But now buttons for both the rows display 'View Error', as thats what got processed last!
    I __can not use set_item_instance property for 'label'__ (which lets us dynamically change the label on the push buttons).
    Is there any way to do this for ORacle forms? I am now playing with having 3 diff button items in that block, laying them on top of each other and showing only those that are appropriate and hiding the others... But I am not sure it is going to give me what I need? I think I am going to end up facing the same issues as in above case!!
    Any expert advice is highly appreciated.
    Thanks in advance for your time:
    Libran_Girl
    Edited by: libran on Aug 30, 2011 8:04 AM
    Edited by: libran on Aug 30, 2011 8:05 AM

    <p>I have just updated this existing PJC, that was originally constructed to handle Text Fields. You can, now, also handle buttons with it.
    Set the Button's Implementation Class property to : oracle.forms.fd.MultiButton.
    </p>
    This is the code you have to put one triggers of your based block:
    When-New-Record-Instance trigger: (based on the EMP table)
    declare
         LN$Pos  pls_integer ;
         LN$Rec  pls_integer := Get_Block_Property('EMP', CURRENT_RECORD) ;
         LN$Max  pls_integer := Get_Block_Property('EMP', RECORDS_DISPLAYED) ;
         LC$C    Varchar2(15) ;
    Begin     
         LN$Pos :=  LN$Rec - (trunc(LN$Rec/LN$Max) * LN$Max) ;
         If LN$Pos = 0 Then LN$Pos := LN$Max ; End if ;
         If LN$Pos > 0 Then
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_LOG', 'true' );
              -- Add the new item --
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_NEW_REC', to_char(LN$Rec) );
              -- Set some properties --
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_LABEL', to_char(LN$Rec) || ',' || :EMP.ENAME );
              If :EMP.JOB = 'MANAGER' Then
                Set_Custom_Property('EMP.BT', LN$Pos, 'SET_FONT', to_char(LN$Rec) || ',Arial,bold,14' );
                Set_Custom_Property('EMP.BT', LN$Pos, 'SET_FGCOLOR', to_char(LN$Rec) || ',0,0,255' );
              End if ;
              If :GLOBAL.I > 250 Then :GLOBAL.I := 5 ;
              Else  :GLOBAL.I := :GLOBAL.I + 5 ;
              End if ;     
              LC$C := To_Char(LN$Rec) || ','
                   || To_Char(255) || ','
                   || To_Char(255-:GLOBAL.I) || ','
                   || To_Char(255-:GLOBAL.I) ;    
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_BGCOLOR', LC$C );
              Synchronize;
         End if ;
    end;When-Create-Record trigger:
    declare
         LN$N    pls_integer ;
         LN$Rec  pls_integer := :system.cursor_record ;
         LC$C    Varchar2(15) ;
    Begin     
         if get_block_property('EMP',TOP_RECORD) > 1 Then
              LN$n := :system.cursor_record - get_block_property('EMP',TOP_RECORD) + 1 ;
         else
              LN$N := :system.cursor_record ;
         end if;
         If LN$N > 0 Then
              Set_Custom_Property('EMP.BT', LN$n, 'SET_LOG', 'true' );
              -- Add the new item --
              Set_Custom_Property('EMP.BT', LN$n, 'SET_NEW_REC', to_char(LN$Rec) );
         End if ;
    end;Post-Query trigger:
    declare
         LN$Pos  pls_integer ;
         LN$Rec  pls_integer := Get_Block_Property('EMP', CURRENT_RECORD) ;
         LN$Max  pls_integer := Get_Block_Property('EMP', RECORDS_DISPLAYED) ;
         LC$C    Varchar2(15) ;
    Begin     
         LN$Pos :=  LN$Rec - (trunc(LN$Rec/LN$Max) * LN$Max) ;
         If LN$Pos = 0 Then LN$Pos := LN$Max ; End if ;
         If LN$Pos > 0 Then
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_LOG', 'true' );
              -- Add the new item --
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_NEW_REC', to_char(LN$Rec) );
              -- Set some properties --
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_LABEL', to_char(LN$Rec) || ',' || :EMP.ENAME );
              If :EMP.JOB = 'MANAGER' Then
                Set_Custom_Property('EMP.BT', LN$Pos, 'SET_FONT', to_char(LN$Rec) || ',Arial,bold,14' );
                Set_Custom_Property('EMP.BT', LN$Pos, 'SET_FGCOLOR', to_char(LN$Rec) || ',0,0,255' );
              End if ;
              If :GLOBAL.I > 250 Then :GLOBAL.I := 5 ;
              Else  :GLOBAL.I := :GLOBAL.I + 5 ;
              End if ;     
              LC$C := To_Char(LN$Rec) || ','
                   || To_Char(255) || ','
                   || To_Char(255-:GLOBAL.I) || ','
                   || To_Char(255-:GLOBAL.I) ;    
              Set_Custom_Property('EMP.BT', LN$Pos, 'SET_BGCOLOR', LC$C );
              Synchronize;
         End if ;
    end;Don't forget to copy the multirecord.jar file in your /forms/java folder, then add it to the archive and archive_jini tags of your /forms/server/formsweb.cfg file.
    Enjoy it,
    Francois

  • Global Single Instance for R12 White Paper

    Hello -
    Please let me know any white paper for "Implementing Global Single Instance for R12".
    We want to implement one Single Instance l[For eg : Accessing Single Instance for North America and Asia]
    For this kind of architecture are there any specific documents or white papers from oracle.
    Please let me know
    Regards
    VSH

    Hi VSH;
    Pelase check:
    https://blogs.oracle.com/asparks/entry/global_single_instance_talking
    http://www.oracle.com/us/corporate/press/017774_EN
    Regard
    Helios

  • Command   C or V don't work with a non US keyboard

    For some reason, when I switch to use a non US keyboard, like Russian or Hebrew, the common Mac shortcuts don't work... for instance Command + C or V... help... this is so unconvinient...

    Hi Gerrit Deike,
    Based on my experience, you should check your TMG and Firewall settings and verify the required ports are opened, the required access rules are configured correctly.
    Also please check the ports of Edge Server  that you defined  in the topology.
    The required port and protocol for your reference.
    http://technet.microsoft.com/en-us/library/gg425891.aspx
    Best regards,
    Eric

  • Where can I go to get REAL SUPPORT for my apple products that don't work as adverstised?

    I'm fed up with this mickey mouse pathetic attempt at users aimless trying to support other users. I paid a lot of money for these devices which don't work as advertised -- in particular iCLOUD.  My time is MONEY and i've spent a lot of hours searching for support of this site and posting my issues and never once getting any feedback/solutions. I want real support, an Apple technician who can get down and solve these issues that i'm experiencing.
    How do I get that? What number to do I call?
    Incredibly disappointed by this "support community"... WEAK SAUCE
    Rick

    rhodel68 wrote:
    I'm fed up with this mickey mouse pathetic attempt at users aimless trying to support other users. I paid a lot of money for these devices which don't work as advertised -- in particular iCLOUD.  My time is MONEY and i've spent a lot of hours searching for support of this site and posting my issues and never once getting any feedback/solutions. I want real support, an Apple technician who can get down and solve these issues that i'm experiencing.
    How do I get that? What number to do I call?
    Incredibly disappointed by this "support community"... WEAK SAUCE
    Rick
    iCloud is free, what did you pay for?
    Don't bother replying
    Just look here

  • Since I updated Firefox 7, password for operations in banks webs don't work

    Since I've downloaded new Firefox 7.0 my banks websites don't work correctly, specifically when I am doing a transaction like a money transfer, I have to enter a password in small bar enabled for thi purpose. When I enter the password, nothing happens. The screen remains as I am not doing anything.
    thanks

    Problem fixed. Had to uninstall Flash from the control panel and then reinstall.

  • Change Settings for Command + F

    Hey guys I was just wondering if there was anyway for me to able to change the highlight color of "Command+F". Everytime I use it I can barely see the word that it highlights on the page because it is such a light color. If anyone knows how you could possibly change this please let me know.
    Thanks

    Yes you are correct Command F is the Find command, i was just wondering if there was anyway to change the color that the word or phrase you are trying to "find" shows up as. After listening to your suggestions and playing around in the OS myself I do not believe there is anyway to accomplish what I was trying to do. Thank you for your response though. I appreciate it.

  • Change label for "Internal Goods/Services"

    Hi all,
    In SRM550, Internet Service BBPSC01, template SAPLBBP_SC_UI_ITS 110, I would like to change the description of the text "Internal goods/services".
    I guess this is corresponding to the BTN_INTERNAL_PRODUCTS.label in the code.
    However, I am not sure how to change it and where to find the corresponding translation.
    Thanks and regards
    Achim

    yes I have assignned the plant i mean BE_plant in the specified badi.
    But still its getting overwritten. So im guessing is that possible for internal goods/services.

  • Changing label for "Show" link in WebHelp Output

    We had a request from one of our users to change the label of the "Show" link in our context-sensitive WebHelp output.  Even though we have a topic discussing how to use the Help, and we include a description of the "Show" link there.
    Can anyone tell me if this is even possible, to change the text of that label? Perhaps to "Show Contents" or "Show Navigation", etc.  Any ideas??
    Thanks!
    Susan

    Yes, edit the LNG file – Project Settings > General tab > Language - Advanced

  • Printer connectivity failed; reconnected HP C4600, but computer commands to printer (for both print and scan) don't work.  Any ideas other than "it's a printer problem"?

    HP C4600 printer connectivity suddenly failed; attempted re-connect, message tells me reconnection succeeded, but computer commands to printer - both scan and print - do not function.  Any ideas, other than "It's a printer problem"?

    Have you the latest drivers?

  • Link for transport white paper

    Hi,
    Can anyone give me the link to how to document for transports in NW? Can anyone list out the steps required to collect and send transport across different landscape?
    Thanks,
    Diksha.

    All EPM How To Guides are located at:
    [http://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20(EPM)%20How-to%20Guides|http://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20(EPM)%20How-to%20Guides]
    You can find a link to the requested Transport Whitepaper on the same page, or use the direct link:
    [(Whitepaper) Life Cycle Management in SBOP Planning and Consolidation version for Netweaver |http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20cd6b0c-0d97-2d10-629f-e80f9bd4ab3f]
    Regards,
    Sheldon

  • Multi Row Variable Functionality In Contracts - Looking for a White Paper

    Hi,
    We applied the following Patch 13877401: 12.1.3 Rollup for Oracle Contracts Core, we're looking for complete documentation about multi row variable functionality in Contracts.
    Oracle Procurement Contracts Release Notes, Release 12.1.3++ (Doc ID 1467140.1) , doesn't give enough information.
    Thanks

    Hi,
    you stated it correctly that the calendar shows up in case of a keydate and in case of a single value but not in case of a range.
    in addition the underlying characteristic needs to be type DATS
    Ingo
    Edited by: Ingo Hilgefort on Dec 8, 2009 1:35 PM

Maybe you are looking for

  • How can I use widgets as applications OUT OF DAHBOARD ?

    Hello dear friends, How can I do to use Widgets as applications *OUT of Dashboard* ? I know there is a way, and I've noticed TinkerTool can do it, but how to proceed ? I think I should ask them directly, but I didn't for the moment, and I'd rather pr

  • Exclude in data pump

    Hi all, We are using oracle 10g with windows platform. During the export operation, we are using the command EXCLUDE=SCHEMA:"='HR'" for excluding the schema HR. Can anybody suggest me about the syntex, if need to exclude more than one schemas by usin

  • How to call SQL in the filter condition

    Hi Booking dashboard report i need to filter order_date between this Quarter starting date and this Quarter end date. i have custom table data is available Quarter starting and Quarter ending date . how i can use filter. thanks

  • Install my CS6 product on a new computer without the original disk.

    Hi, I have the CS6 package installed on this computer, bought it in Australia and installed it with the CD disk. I have moved back to Sweden now and accidentally left the disk in Australia. I wanna buy a new computer and install my product, how can I

  • YouTube videos for a Final Cut Pro X project

    I am working on a Final Cut Pro X (10.0.6) project made from YouTube videos (1080p HD). My project settings are: Video Properties: Format 1080p HD, Resolution 1920x1080, Rate 25p and Render Format Apple ProRes 422. I want to extract it and burn it to