Time fields disabled with german language package (Work Manager 6.0.0)

Hi all,
I detected a problem with WorkManager 6.0.0 on SMP 2.3 SP3 on the german language packet. The fields hours and minutes are disabled and can't be selected at any position where it is possible to select the time. I assume it is some sort of timezone error, but to make sure I removed the german umlauts to check if it's an encoding problem.
If I switch back to English the fields are clickable again.
Has anyone a suggestion how I can fix this problem.
Kind regards,
thomas

Hi all,
I detected a problem with WorkManager 6.0.0 on SMP 2.3 SP3 on the german language packet. The fields hours and minutes are disabled and can't be selected at any position where it is possible to select the time. I assume it is some sort of timezone error, but to make sure I removed the german umlauts to check if it's an encoding problem.
If I switch back to English the fields are clickable again.
Has anyone a suggestion how I can fix this problem.
Kind regards,
thomas

Similar Messages

  • ITunes working with german language

    After update to iTunes version 10.2.1.1 the programm is no longer working with german language
    Who can support?

    Hi, welcome to Apple Discussions.
    I believe that this issue is already being investigated but you could also send a message to iTunes Feedback in the hope that the development team will get an idea of how many users are affected.
    I presume you've already attempted to repair/reinstall the application in case that helps, if not try again and let us know how you get on.
    tt2

  • 3.1EA2 Old bug with German language settings still exists

    In the past I wrote several times about a bug in SQL Developer when running in German language mode. This bug is still not fixed in 3.1 EA2:
    In new folders for user definded reports only the options "Kopieren" and "Speichern unter ..." ('Copy' and 'Cave as') are available, when SQL-Deverloper runs in German language mode. Other options like "Bearbeiten, Neuer Ordner, Neuer Bericht, Ausschneiden, Einfügen, Löschen" (Edit, New Folder, New Report, Cut, Paste, Delete) are missing. A workaround is to force language to English with the line
    AddVMOption -Duser.language=en
    in sqldeveloper.conf
    I mentioned it first in Re: Folders with limited functionality about version 2.1.1.64 and then in 30EA2: Limited folder functionality with German language 3.0 EA2 and German language bug with user defined reports still not fixed Beta Release 3.0 EA3
    Edited by: user1775992 on 22.11.2011 03:30

    I have raised a bug on this issue and I am actively looking into it.

  • Windows 8 installation failure with German language pack

    Hi,
    I have a Lenovo ThinkPad Edge E330 with Windows 8. We just received it over Xmas - nice product. Just one Thing so far: I can't get the German language pack installed. Language, Keyboard layout and other regional Settings are set to German. After downloading the German language pack through Language->German->options->Download and Install Language pack (German Language Pack - Windows 8 for x64-based Systems - (KB2607607) [de-DE_LP])I always run into the following error during the Installation (download seems to be fine, error happens after about 2/3 of the Installation - if you believe the Progress bar). From the Event Viewer:
    Installation Failure: Windows failed to install the following update with error 0x80070002: German Language Pack - Windows 8 for x64-based Systems - (KB2607607) [de-DE_LP].
    I already tried quite some stuff without success: no pending Upgrades, several reboots, switching off Firewall/anti-Virus, selective reboot just with Winodws Services and Startup stuff, ... No success.
    Does anybody have seen a similar Problem? Anybody with a solution to get the German language pack finally installed?
    Thanks in advance for your Support,
    Ingo
    Event-Details:
    System
    Provider
    [ Name]
    Microsoft-Windows-WindowsUpdateClient
    [ Guid]
    {945A8954-C147-4ACD-923F-40C45405A658}
    EventID
    20
    Version
    1
    Level
    2
    Task
    1
    Opcode
    13
    Keywords
    0x8000000000000028
    TimeCreated
    [ SystemTime]
    2012-12-28T10:06:26.588367000Z
    EventRecordID
    2032
    Correlation
    Execution
    [ ProcessID]
    388
    [ ThreadID]
    2640
    Channel
    System
    Computer
    Lenovo-PC
    Security
    [ UserID]
    S-1-5-18
    EventData
    errorCode
    0x80070002
    updateTitle
    German Language Pack - Windows 8 for x64-based Systems - (KB2607607) [de-DE_LP]
    updateGuid
    {B9991A98-7903-4A91-B17A-818B1C1D9633}
    updateRevisionNumber
    200
    serviceGuid
    {9482F4B4-E343-43B6-B170-9A65BC822C77}

    Hi SOL
    For more information , please find the below download link.
    http://software.cisco.com/download/release.html?mdfid=282806052&release=8.6.6&relind=AVAILABLE&flowid=221&softwareid=282774363&rellifecycle=&reltype=latest
    Thank you
    please rate all useful information

  • How compare a word in en language with german language

    Hi All,
    I have one requirement. i.e. i would like to search for the german words in any kind of program(i.e.executable, dialog, include, function module etc..). For this i need to read the program line by line and find the number of lines. After that, i will split each line into words, and compare each word with german word ( or test wheather the word is in english or not?). Finally display the words which are not belongs to engilsh or display the appropriate message.
    Anybody came across this kind of requirement pls help me how to write code for the above. Please send me the code if possible.
    i am very thankful to one and all in advance.
    With Regards,
    Nagarjuna.

    You can try that will the following statements.
    READ REPORT and SCAN.
    With READ REPORT , you can upload your report into an internal table and then
    using SCAN you can break that internal table into TOKENS.
    You can check the internal tables returned by the statement SCAN. You will be able to get the report broken into different internal tables.
    Then you can compare the words for ENGLISH and GERMAN.
    Reward Points if Useful
    Regards,
    Abhishek

  • New fields update with CRM_ORDER_SAVE BAdI - not working

    Dear Experts,
    I ask your help in connection updating custom generated fields in Opportunity. In the Webclient UI i added a new field to Opportunity - Total Expected Value, and a Currency for it automatically generated.
    The enhancement ID is YEXT00001 and the field name is YYFLD000002 and YYFLD000003 for the currency. I do not added these fields for the opportunity details view, I only want to use them to extend the search criteria for opportunities.
    Now the fields are available in the search criteria, and I implemented the BADI CRM_ORDER_SAVE and in it I update these new fields with the value of the original fields of Total Expected Value, but unfortunately my BADI is not updating the field.
    Here is my code:
    METHOD if_ex_order_save~change_before_update.
      DATA lt_header_guid TYPE crmt_object_guid_tab.
      DATA lt_cumulat_h TYPE crmt_cumulat_h_wrkt.
      DATA ls_cumulat_h TYPE crmt_cumulat_h_wrk.
      DATA lt_orderadm_h TYPE crmt_orderadm_h_wrkt.
      DATA ls_orderadm_h TYPE crmt_orderadm_h_wrk.
      DATA lt_pricing TYPE crmt_pricing_wrkt.
      DATA ls_pricing TYPE crmt_pricing_wrk.
      DATA lt_opport_h TYPE crmt_opport_h_wrkt.
      DATA ls_opport_h TYPE crmt_opport_h_wrk.
      DATA lv_log_handle TYPE balloghndl.
      DATA ls_req_obj TYPE crmt_object_name.
      DATA lt_req_obj TYPE crmt_object_name_tab.
      DATA lt_opport_h_m   TYPE crmt_opport_h_comt.
      DATA ls_opport_h_m   TYPE crmt_opport_h_com.
      DATA ls_field_names TYPE crmt_input_field_names.
      DATA ls_input_fields TYPE crmt_input_field.
      DATA lt_input_fields TYPE crmt_input_field_tab.
      DATA lt_saved_objects TYPE crmt_return_objects.
      APPEND iv_guid TO lt_header_guid.
      ls_req_obj = 'CUMULAT_H'.
      INSERT ls_req_obj INTO TABLE lt_req_obj.
      ls_req_obj = 'OPPORT_H'.
      INSERT ls_req_obj INTO TABLE lt_req_obj.
      ls_req_obj = 'ORDERADM_H'.
      INSERT ls_req_obj INTO TABLE lt_req_obj.
      ls_req_obj = 'PRICING'.
      INSERT ls_req_obj INTO TABLE lt_req_obj.
      CALL FUNCTION 'CRM_ORDER_READ_OW'
       EXPORTING
         it_header_guid                    = lt_header_guid
    *   IT_ITEM_GUID                      =
    *   IV_MODE                           =
    *   IV_ONLY_SPEC_ITEMS                =
         it_requested_objects              = lt_req_obj
    *   IV_NO_AUTH_CHECK                  = FALSE
    *   IV_COLLECT_EXCEPTIONS             = FALSE
    *   IT_ITEM_USAGE_RANGE               =
    *   IV_SUBITEM_DEPTH                  = -1
    *   IT_OBJECT_FILTER                  =
    *   IV_ONLY_CHANGED_OBJ               = FALSE
    *   IV_STATUS_H_CHECK_RELEVANCE       = FALSE
       IMPORTING
         et_pricing                        = lt_pricing
         et_orderadm_h                     = lt_orderadm_h
         et_cumulat_h                      = lt_cumulat_h
         et_opport_h                       = lt_opport_h
        CHANGING
          cv_log_handle                     = lv_log_handle
    * EXCEPTIONS
    *   DOCUMENT_NOT_FOUND                = 1
    *   ERROR_OCCURRED                    = 2
    *   DOCUMENT_LOCKED                   = 3
    *   NO_CHANGE_AUTHORITY               = 4
    *   NO_DISPLAY_AUTHORITY              = 5
    *   NO_CHANGE_ALLOWED                 = 6
    *   OTHERS                            = 7
      READ TABLE lt_orderadm_h INTO ls_orderadm_h INDEX 1.
      READ TABLE lt_opport_h INTO ls_opport_h INDEX 1.
      READ TABLE lt_pricing INTO ls_pricing INDEX 1.
      CHECK ls_orderadm_h-process_type = 'Y002' OR ls_orderadm_h-process_type = 'YH02'.
      READ TABLE lt_cumulat_h INTO ls_cumulat_h INDEX 1.
      SELECT SINGLE currency FROM crmd_pricing
        INTO ls_opport_h_m-yyfld000003
        WHERE guid = ls_pricing-guid.
      ls_opport_h_m-yyfld000002 = ls_cumulat_h-net_value_man.
      ls_opport_h_m-ref_guid = ls_opport_h-guid.
      APPEND ls_opport_h_m TO lt_opport_h_m.
      ls_input_fields-ref_guid = iv_guid.
      ls_input_fields-ref_kind = 'A'.
      ls_input_fields-objectname = 'OPPORT_H'.
      ls_field_names-fieldname = 'YYFLD000002'.
      APPEND ls_field_names TO ls_input_fields-field_names.
      ls_field_names-fieldname = 'YYFLD000003'.
      APPEND ls_field_names TO ls_input_fields-field_names.
      APPEND ls_input_fields TO lt_input_fields.
      CALL FUNCTION 'CRM_ORDER_MAINTAIN'
        EXPORTING
          it_opport_h       = lt_opport_h_m
        CHANGING
          ct_input_fields   = lt_input_fields
          cv_log_handle     = lv_log_handle
        EXCEPTIONS
          error_occurred    = 1
          document_locked   = 2
          no_change_allowed = 3
          no_authority      = 4
          OTHERS            = 5.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDMETHOD.
    Edited by: Gabor Antal on Jun 17, 2010 3:48 PM

    Hi,
    Put the code in method PREPARE or CHECK_BEFORE_SAVE. CRM_ORDER_MAINTAIN iwill throw an exceptionNO_CHANGE_ALLOWED when used in metho CHANGE_BEFORE_UPDATE.
    Check this recent thread,
    Re: Updating Order in ORDER_SAVE using BOL
    Regards,
    Arun

  • Problems with german language in golive 9

    hello i have problems if I want to past a text form word or another text editor into a new golive 9 html page. The letters like öäü are not shown correctly. what can I do?

    A lnik to the page might help...
    It sound like at DOCTYPE/Charset problem
    in HTML youll have to use the Alpha/ASCII codes to display those carecters coret across browsets
    http://www.visibone.com/htmlref/char/ceralpha.htm
    http://www.visibone.com/htmlref/char/webascii.htm

  • 30EA3: German language bug with user defined reports still not fixed

    In 30EA2: Limited folder functionality with German language
    I wrote about a bug in 30EA2. Was this message noticed by the developers?
    The bug still exists in 30EA3.
    In new folders for user definded reports only the options "Kopieren" and "Exportieren" (copy and export) are available, when SQL-Deverloper runs in German language mode.
    A workaround is to force language to English with the line
    AddVMOption -Duser.language=en
    in sqldeveloper.conf

    I made a new thread for the same bug in 3.1EA2:
    3.1EA2 Old bug with German language settings still exists
    I have some hope, that my problem finally got noticed by the developers.

  • How to compare Date in the TextField or DateTime with Date/Time field?

    Hi All,
    I am facing an issue with respect Date comparinson. I tried to look into entire discussions but failed to get the answer.
    My issue is: I wanted to comparet Date/time field value with Date value which is in TextField.
    The functionality of my form is:
    I have dropdown list which lists the registered customer ids binded to XML Datasource. On selection of the customer id from the dropdown I am displaying customer registration date in the TextField or say Date/Time field as below code in dropdown change event.
    RegistrationDetails.PurchaseEntry.txtRegDate.rawValue = regDataNode.CREATION_DATE.value; (this is TextField control)
    In form I have an Date/Time field in which use will select the date of item purchase. In the validation part I want to make sure that, the purchase date selected in Date/Time field must be greater than the Customer Registraiton Date. I able to compare if the customer selects the date from two different Date/Time fields. But how to compare the dates which one is in Date/Time field and Date is in TextField?
    I have tried using Num2Date and Date2Num with "YYYY-MM-DD"  format to compare but not succeed!
    Can you guys help me in this? Thanks in advance
    Regards.

    Hi,
    Yes, I am able to display the date which I have assigned to the text box. In the message box it show the value as '31/05/2009', since in this format i am assigining the date in the text box.
    Here is the code which I am assigning the value:
    RegistrationDetails.PurchaseEntry.txtRegDate.rawValue = regDataNode.CREATION_DATE.value;
    Do I need to change the format while assigning value in text box?
    You have told that, you have attached your test form, nothing is the reply. Can you repost the file?
    Regards.

  • How to change the field labels from English to German language.

    Hi Experts,
    I have added 2 more fields for the output of the standard transaction ME2L.
    I have added in English Language. Now i want to display those field labels in German Language.
    How can i get this.Please help.
    Thanks in Advance.
    Jyothi.

    Jyothi,
    The problem was solved?
    If so, can you close the message?
    Best regards,
    Rafael Sá

  • Only German Language fails in Portal view of SUS app

    Hello,
    We are running SAP's SUS (Supplier Self Services) through the portal.  Everything works fine in any language except German.  German works when using SUS through the backend. 
    When a user with the German Language set opens the Self Services tab the background image appears but the page stays blank.  No errors, except the page should not be blank.
    We have a QA system and the German Language still works there.  We also have SAP's EBP connected through the portal and the German language works there as well.
    Does this indicate a problem with Portal or SUS?
    Thanks,
    Matt
    Edited by: Matt Herbert on May 27, 2009 4:27 PM

    I ran /$OTR (tcode) to clear out the buffer.
    SAP Note 807604
    Thanks,
    Matt

  • Problems loading plugin on Austrian (German language) machines

    I've just has a rather embarassing session of trying to show my site on PCs in Autria and I wondered if other people had had special problems with German language machines (other than trying to find the "Y"). We downloaded the JRE and netscape was amongst the browsers recognised at installation time yet, when we tried to run the applet it went it displayed the "Plugin required" image. My web pages uses the combination/selection of <embed and <object tags recomended by Sun.
    We also tried Mozilla and IE. Mozilla just closed itself when displaying the page, IE displayed the applet area blank.
    I run this applet page routinely at home on Netscape, IE and Mozilla without problems.
    Even more embarassing one Austrial version of IE actually crashed apparently just trying to run my Javascript.
    This creates something of a problem, I'm heading back to the UK tomorrow and if it's something to do with the Locale it's not going to be easy to sort out.

    well afaik(and i am austrian) we dont hav our "own" version of nething.
    i personally havnt seen any problems with the Y, only the special characters such as �,�,� and � might cause problems.
    neither did i ever encounter problems with the JRE, which u mentioned.
    this may be a problem of the Windows version u were running, like win98. i remember some problems in the past that sound like yours.
    But if u want me to try something, just shot me a message

  • Add one year to date/time field

    Hi All.
    In my form I have date/time field DATE with format MM/DD/YYYY. Add I would like when user selected according date in that field, the other field should display date on one year late then user selected in field DATE. I mean. If user install 8/27/2010 on DATE field in other field will display date 8/27/2011.
    Thanks.

    Hi Paul,
    Thanks for replay. In your example you used CLICK event. Is it possible to get date on other field without click button? For instance, if user just press TAB key on keyboard.
    Thanks.

  • Displaying Key Fig values differently with german & english logins

    HI,
    our BW Datamodel, reports etc have been built on a german system, i.e. with german language (DE) login. Hence Key Figs in the BEX Reports are displayed as 12.345.678,000 Euros for example. We need to make the same reports available in English, i.e. with an english language login (EN). The KeyFigs need to look like 12,345,678.00. How can I achieve this?
    Pls help. Thanks.
    SD

    Hi Sebastian,
    You can do this in the User profile settings for the User.
    Goto System Menu - > User Profile -> Own data . In the Defaults tab you can change the Decimal notation.
    Regards,
    Hari
    Edited by: Hari Krishnan K on Jul 12, 2010 7:32 PM

  • Pool/Crew Management custom development in Work Manager 6.0

    Hi All;
    I'm new in the Agentry space, please bear with me. I'm working on a development of bringing in a crew/pool management screen into work manager 6.0. So this functionality should work in the such a way that the user clicks on the screen/tab "Pool Management" and within this screen would be a list of employees within a particular work centre. The user would then be able to tick, which employees he/she would be taking out for an inspection. I've been trying to get a feel or sense of direction of how I would go about with this development within Work Manager 6.0, with no success. Please kindly assist in terms of how I would go about with such a development or maybe if there is a resource that I could refer to, to guide me in bringing the employees onto this screen per work centre and enable the user to tick the relevant employees from the list, individually.
    I see that Work Manager already has a table "ctPersonResp" which contains all the employees, But I would like to enable the app user to select/filter employees to select from based on different work centres. How would I display all employees in a given work centre? Also how would I bring about a functionality of being able to choose/select/tick individual users within that work centre? I would greatly appreciate any help/direction in terms of getting this development started.
    I'm using SMP 2.3 SP03 with Agentry 6.1.4.179 and am using Agentry WPF client as the testing client.
    Thanks in advance!
    Regards;
    Sizo Ndlovu

    Hi Jason;
    You're right, it is a bit confusing when u're getting started, lets hope I get there soon. I think I have pretty much tried to follow as per your guideline of creating the WorkCentre field and the related indexes. I have also gone to create the screen that gets called within the Pool Management screen tab, but somehow, I am not seeing any selection dropdown when I test on the device. Please see the below screenshots for what I have done and kindly guide me as to where I could be going wrong.
    Thanks in advance!
    Sizo Ndlovu

Maybe you are looking for

  • How do I move my itunes and from one pc to another

    I have my itunes on a pc and am upgrading to another how do I move itunes without loosing all my music and other stuff

  • Seeburger AS2 connectivity issues.

    Hello, is it possible to have one single certificate for both AS2 and SSL, using HTTPS protocol. if yes should we upload the certificates twice (AS2 & SSL)? Also when we sent some messages via AS2, the seeburger AS2 server seems to be closing the con

  • C_TADM51_70 certification pass.

    Hi, I have got the certification scheduled in June,2011.For the C_TADM51_70 certification, what is the  qualifying  marks to pass the exam? has anyone recently attempted the exam and would like to provide on this query. I already read the details on

  • Cl_abap_structdescr= create  is missing in ECC 4.7

    Hi,       We have ECC 4.7 developement system in our landscape.  Programmers are want to use the method cl_abap_structdescr=>create . But this method is not existing in this version.  Do we have any sap oss note to get this method in 4.7. Thanks Srik

  • InDesign To Dreamweaver CS4

    I am having some difficulties with InDesign CS4 (6.0.4.578). I have a file that I would like to export for Dreamweaver CS4 but the option is grayed out. I am able to go to file-export and then select from that menu but that is not exactly what I am l