ITS Mobile Date Field Problem

In ITS Mobile I developed a screen which contains a date field. I click question button to select a date, it opens a new screen which includes a calendar. But I can not select a date because no clickable days in new date selection screen. What can i do for this problem.
Thanks...

Parameters are:
Service parameters..
~THEME              99
~TRANSACTION               LM01
#MOBILE             This is a mobile service
~ITSMOBILE       1
#SOURCES          Template search sequence
~SOURCES          Z_LM01,ITSMOBILE
#POPUPS            Show popups, default is no
~POPUPS            1
#ITSMOBILEDEVICEINCLUDE     include a device specific html
~ITSMOBILEDEVICEINCLUDE     devicesample
#MESSAGE         SOUND Plays a background sound if a message appears
~ITSMOBILEMSGSOUND             1
#SYSTEM             MODAL POPUPS Shows express mails / system messages
~SHOW_SYSTEM_MODAL          1
İnternet sevice parameters (SE80)
~GENERATEDYNPRO     0
~THEME                              99
~TRANSACTION               LM01

Similar Messages

  • ITS Mobile Date Field Problemn

    In ITS Mobile I developed a screen which contains a date field. I click question button to select a date, it opens a new screen which includes a calendar. But I can not select a date because no clickable days in new date selection screen. What can i do for this problem.
    Thanks...

    Hi,
    Please have a look at below document th check for the implemention of popup window in web dynpro for Java application.
    NW7.0 - http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/exporting%20context%20data%20into%20excel%20using%20the%20web%20dynpro%20binary%20cache.pdf
    CE7.1 - http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2066c269-a17a-2c10-8fa7-f6a690c59288?quicklink=index&overridelayout=true
    Regards,
    Amith

  • DATE FIELD PROBLEMS - URGENT

    I´m having trouble with FormsCentral.
    My form is running about 8 months with no problems.
    Yesterday people started to complain that the system doesn´t accept any date.
    That means the date field restricts date entries, from date dd/mm/aaaa (brazilian format) to another dd/mm/aaaa, but every date that users input in, is considered by the system as invalid, even it´s a correct and valid date right between the interval specified!
    I need Help Urgent!!!
    I depend on these forms to finish the payrol service from here.
    Thanks
    I´ll be waiting.
    Maurício Galletti
    Message was edited by: SNOWMAUSS
    It look like the system accepts just dates starting from the date of today.
    I´m testing.
    Please help.
    Thanks
    Message was edited by: SNOWMAUSS
    It looks like the system have some problem just with the date 20/10/2013?!
    I´ve fixed the problem change the interval from 20/10/2013 to another date  and used  21/10/2013 to another date and it works!
    But I think something is wrong with the 20/10/2013 date?!
    To reproduce the erros just create a new form with date feature with this exaclty configurations and the bug appears:
    I´ll keep waiting
    Message was edited by: SNOWMAUSS

    Hi
    I´ve concluded that the problem persist if the date interval starts at the
    specific date "20/10/2013". Don´t know why?!
    Look at the screen capture above, you aks for
    Thanks a lot
    image: Imagem inline 1
    Maurício P. Galletti
    Contador
    [email protected]
    ( 55 11 3331-5567
    www.cadt.com.br
    2013/10/29 Genevieve Laroche <[email protected]>
       Re: DATE FIELD PROBLEMS - URGENT  created by Genevieve Laroche<http://forums.adobe.com/people/Genevieve+Laroche>in
    FormsCentral - View the full discussion<http://forums.adobe.com/message/5797083#5797083

  • J1inqefile - Excel output - Date field problem

    Dear All,
           I am facing a problem while executing the tcode-J1IEQEFILE.
           When choosing excel file output and executing, 3 files are created. But the problem is, the value of date field in one of the files is not in date format.
        Please help me out on this regard.
    Thank you,
    S.Sridhar

    I am also facing same problem in text file as well as in Excel file also. kindly some one could help me ( Date on which Amount paid  and Date on which tax deducted).
    Thanks
    Venkat

  • Date field problem in MS Access

    Hi
    I am doing a program in which the requirement is i am storing the system date and time in a date field with name logindate, now i want to compare with that date, by taking into a string variable but it is showing an error like "data type mismatch in criteria expression", but i didn't any problem like this in using MY Sql(taking the date into the string variable and comparing).
    So i would like to know how can i compare the present sysdate with the stored date value in the databse(MS Access) for an emp id.
    Date format i am storing in to the databse is "yyyy-MM-dd HH:mm:ss", and while retriving i am getting as of my requirement but i am unable to compare only the date part(after parsing it), plz it is urgent reply asap
    can u plz send me the code.
    sasi.

    If you say a database column has SQL DATE type, then you need to bind it to a java.sql.Date.
    If your UI takes input as String, you have to convert it to a java.sql.Date first.
    Best to use java.sql.PreparedStatement and bind Dates properly. If you do that, formatting doesn't matter (as it should not).
    %

  • Mobile data & hanging problem... lumina 730 dual s...

    Sometimes even if my mobile data is on, the data isn't working. I could not see H or E appearing on the main screen. I have to force restart and then the mobile data works.
    Second problem I face is, Sometimes the phone gets heated while in charge and few times, the phone hangs after full charge and I have to remove the battery from the phone and then put it back. What would be the cause for these two problem? OS version 8.10.14234.375

    Heating prob is common. Hanging n data problem can be set ok after restoring (hard restore)

  • Date Field Problem

    Hi,
    I'm new to ApEx. In my previous life I've done web development, but am not an Oracle developer, so I don't know the in's and out's or Oracle or PL/SQL.
    I have a Updated_Date field in my table which is defined as a date field. I want that field to be updated with the current date and time when a record is updated, so I created a computation to populate the field. The item on my page that refers to the Updated_Date is defined as Displays As Text (Saves State).
    I was told my our resident Oracle developer that all I needed to use was SYSDATE to populate the field, but when I use SYSDATE it only populates the date portion (not the time).
    I have searched the forum and have found several examples of code for populating the date, but when I use them they either: 1. result in an invalid month error, or only populate the date.
    What am I doing wrong?
    Thanks, Tony

    Hi Joe,
    Sorry that I wasn't clear.
    I orignally had the item set as display only (save state) as you suggested. I was getting invalid month errors then when I tried to add the time to the on the computation.
    When I saw your response I thought I needed to change the Display As on the item to date picker with a format mask, so I did. That is what caused it to begin working for me, but I didn't know it at the time, because I changed the computation and the item.
    Then, when you said a display only (save state) would work I changed my code back, but didn't completely test. I thought it was still working, but it wasn't. When I later tried to do a save it got the invalid month error again.
    So, I changed it back to Display As - date picker. That's what I meant by changing it to a date field on the page. Sorry.
    Tony

  • Alv + date field problem

    Hi All
    I have a screen with a date field and an alv grid.
    When I hit the f4 help on the date field the date does not appear.
    When I test this screen in the screen painter the date picker shows up, but when I run the program it does not, it is like something is overwritting it.
    Can anyone help with this please
    Thank you

    Hi
    setting the search help BU_DATE_CHAR didn't work.
    When I press the button on the date field or do an F4 the alv seems to get the focus. 
    Thanks anyway

  • DATE field problem in JSF code

    Hi,
    I am a newbie on JSF and working with a JSF application development. I have a problem with a data type: DATE. Here is what had happened; I tried to write a new record to a table, in my "write" paragraphs I have the following codes:
    tabelOneDataProvider.setValue("joindate", rowKey, joinDate1.getSelectedDate());
    tableOneDataProvider.commitChanges();
    The problem is when I was running the program to write a record, I got the following error:
    Cannot append new tableOne data: java.lang.RuntimeException: Number of conflicts while synchronizing: 1 SyncResolver.INSERT_ROW_CONFLICT row 1 Can't infer the SQL type to use for an instance of java.util.Date. Use setObject() with an explicit Types value to specify the type to use.
    At that point, I was trying to write a DATE value from a "calendar' component (joinDate1 field with MM/dd/yyyy format) into a field name: "joindate' (data type is DATE) in tableOne file.
    Any advice on resolving this problem? Please help me to get more knowledge on this. Thanks!

    Hi,
    You must use sql type. So instead of:
    tabelOneDataProvider.setValue("joindate", rowKey, joinDate1.getSelectedDate());
    tableOneDataProvider.commitChanges();try something like:
    java.util.Date date = joinDate1.getSelectedDate();
    java.sql.Date dateToInsert = new java.sql.Date(date.getTime());
    tabelOneDataProvider.setValue("joindate", rowKey, dateToInsert);
    tableOneDataProvider.commitChanges();best regards
    Grzegorz

  • NFL Mobile Data Plan Problem

    I have been unable to run NFL Mobile on my Incredible for the last couple of days.  It was working before (although I no longer have free access to Redzone).  Now when I try to load it, I get the error "Your current data plan is not supported. Nfl Mobile requires a Verizon Wireless data plan of 2GB or more."  Problem is that I have an unlimited data plan (grandfathered).  Even if I wasn't grandfathered, I certainly pay for at least a 2GB plan.  How can I get this app to work again?

    Try turning on wifi and see if it works because this may be another issue with the app....  Also remeber that a number of users have had issues bacause of the network issue do to the 4g upgrads that is rumored on Nov 15, 2011.  

  • PCR date field problem

    Hi All,
    When we open MSS PCR Forms the Date of Change field is populating in Arabic language. All other fields are fields correctly displayed.
    We are able to change the other fields except Date of Change field.
    Does anyone have a solution for this?
    Please advice.
    Regards,
    Srinivas
    Edited by: Srinivas Rao Srungarapu on Oct 14, 2008 9:39 PM

    Before saving the data to databse u should convert the dates into internal format using FM 'CONVERT_DATE_TO_INTERNAL' .
    EX:
    REPORT ZEXAMPLE.
    TABLES: MARA, MDKP.
    DATA V_DATE(30).
    SELECT * FROM MARA UP TO 100 ROWS.
      SELECT SINGLE * FROM MDKP WHERE MATNR EQ MARA-MATNR AND
                                      BEADA NE '00000000'.
      IF SY-SUBRC EQ 0.
        V_DATE = MDKP-BEADA.
        WRITE:/ 'DATE IN INTERNAL FORMAT:', V_DATE.
        CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL'
             EXPORTING
                  DATE_INTERNAL            = MDKP-BEADA
             IMPORTING
                  DATE_EXTERNAL            = V_DATE
             EXCEPTIONS
                  DATE_INTERNAL_IS_INVALID = 1
                  OTHERS                   = 2.
        IF SY-SUBRC EQ 0.
          WRITE:/ 'DATE NOW IN EXTERNAL FORMAT:', V_DATE.
        ENDIF.
        CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL'
             EXPORTING
                  DATE_EXTERNAL            = V_DATE
             IMPORTING
                  DATE_INTERNAL            = V_DATE
             EXCEPTIONS
                  DATE_EXTERNAL_IS_INVALID = 1
                  OTHERS                   = 2.
        IF SY-SUBRC EQ 0.
          WRITE:/ 'DATE NOW BACK IN INTERNAL FORMAT:', V_DATE.
          ULINE.
        ENDIF.
      ENDIF.
    ENDSELECT.

  • Omni portlet - javascript - date field problem

    I want to manipulate a database date type field with javascript in omniportlet layout.
    In the source tab of omniportlet I use the SQL: (it's very simple for example)
    select id, to_char(enddate, 'DD/MM/YYYY HH24:MI') edate, enddate
    from tlh.auctionsession
    where id = 1
    In the layout tab (HTML form). I write this javascript code in Repeating Section: (it's very simple for example)
    <script type="text/javascript">
    document.write(##EDATE##);
    </script>
    It's not woking. Anytime I use the ##EDATE## or ##ENDDATE## in my javascript code, It's not working.
    If I put ##EDATE## of ##ENDDATE## in the HTML's body, it's display well.
    I am really mad with it.
    Do you have any idea? Please help me with it. Thank you very much.
    Sorry for my bad English.

    // custom vaildation scirpt for entered date being today or a future date;
    // date format for the field;
    var cDateFormat = "mm/dd/yyyy";
    // convert the entered value to a date objecta;
    var oEntered = util.scand(cDateFormat, event.value);
    // strip down to just the year, month and day
    oEntered.setFullYear(oEntered.getFullYear(), oEntered.getMonth(), oEntered.getDate());
    // convert todays date to a date object;
    oToday = util.scand(cDateFormat, util.printd(cDateFormat, new Date()));
    // strip down to just the year, month and day
    oToday.setFullYear(oToday.getFullYear(), oToday.getMonth(), oToday.getDate());
    // compare the date values
    if(oEntered.getTime() < oToday.getTime()) {
    // error message date before today's date
    app.alert("Date must be today's date or a futuer date!", 1, 0);
    // set return code to error status;
    event.rc = false;
    // validation is assumed to be true unless the event return code value is false;
    // end custom validation script;

  • SAP GUI 720 (patch level 6) - Date field problem

    Hello all,
    in selection screens (like transaction IW38) some users use the F4 help and the enter key to select a date (like field "Period"): they jump with the tab key to the field, delete the current entry and then press F4 and hit the enter key in the popup to get today's date. (Reason: faster than using the mouse, they say...)
    This does not work anymore with SAP GUI version 7.20: The enter key is not working in the popup. Does anyone know a fix for this or is it intended to work this way?
    Thanks in advance for an answer!
    Best regards
    Daniel

    Thanks for your reply. No, GuiXT is not active.
    Interesting is:
    I have a PC with an older version of SAP GUI 7.20 (patch level 2). There it works as previously with 7.10 (hitting the enter key in the calendar popup window works).
    The reason is (haven't noticed that before), that in 7.20_2 the focus in the calendar popup is in the calendar itself (the lower part). In 7.20_6 the focus is on the top line, where the current date is displayed (like 29.08.2011), and the day is highlighted. The user has to press the tab key to jump from there down to the calendar, and then can press the enter key.
    Now the question is: has this been changed from patch level 2 to 6, or is it an SAP GUI option, that can be changed (and that I cannot find)??
    Best regards
    Daniel

  • Problem = always shut down when connect to the internet (both via wifi & mobile data)

    problem = always shut down when connect to the internet (both via wifi & mobile data) my problem is my phone (sony z1) regularly shut down automatically when connect to the internet (both via wifi & mobile data). it just happens after i downloaded and installed the latest available software (as following): Android version: Google Android 4.3 (Jelly Bean) Latest available software: 14.2.A.1.136 Release started: 2014-01-30 please suggest how to fix this problem.

    I suggest you disable any battery savers or task killers if you have.Boot your phone in safe mode and see how it is:
    http://talk.sonymobile.com/t5/FAQ/How-to-boot-your-phone-into-safe-mode/m-p/348008#U348008
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Distributed Document Capture and date fields

    Greetings!
    We are using Oracle Distributed Document Capture and Universal Content Management as repository, it works fine. However we defined a custom metadata field with data type "date" in UCM and we defined a scan profile with its asssociated date field and the problem that we have is when we are using the distributed document capture client and the user selects a date from the calendar and send the document, the commit process fails with the following error message :
    The field 'xxx' does not contain a valid date.
    However If the user types the date field as "29/01/2009 00:00" the commit process works fine and the document is stored on UCM.
    My question is how to enable the calendar on the Distributed Document Capture client in order to enter a valid date with format "dd/m/yyyy hh:mm"
    Thanks!

    Thanks for your answer I set the property "Automatically assign a Content ID on check in" Should I specify the minor revision label and the major revision label?.
    Because I set just the "Automatically assign a Content ID on check in" and now I got the following when I am scanning documents:
    ***Error*** Failed to process batch 01354425_01354446. Error Number: 40011, Error: Failed to commit batch (with delete). Commit Profile - ucm: Document file already exists. Commit is configured to abort. Document File: \\svrdocumentos_ejc_ejercito_mil_co\batch\00J\0000000D\0000000D_1.TIF
    The good news is the previous error "Error Number: 40008" is solved
    I really appreciate yor help.
    Thanks.

Maybe you are looking for