Wrong week day when using Calendar

Today is the 14. of May which is a Monday. Calendar.MONDAY = 2 and therefore :
Calendar rightNow = Calendar.getInstance();
int weekday = rightNow.get(Calendar.DAY_OF_WEEK);
System.out.println(weekday);should print 2, which it also does. But when I want to see which weekday the first of June is I do:
rightNow.add(Calendar.MONTH, 1);
weekday = rightNow.get(Calendar.DAY_OF_WEEK);
System.out.println(weekday);But it prints 5. According to my physical calendar the first of June is a Friday and 6 should therefore have been printed. What is wrong?

Did you try the following?
rightNow.set(Calendar.DAY_OF_MONTH, 1);
rightNow.add(Calendar.MONTH, 1);

Similar Messages

  • Calendar not showing multiple days when using Gmail option

    Since I installed Mountain Lion the calendar when using the Gmail option does not show the bar (highlight ) when using multiple days. The detail transfer to My I pad perfectly and the Apple work & home are also working.  If I click on the first day of an event then it is highlighted.

    Automatic update from Apple, resolved problem.

  • IOS 7.0.3 week bug (show right date but wrong week day)

    Hi, when you open calendar (week view) in iOS 7 the day appers right but the week day (monday for example) appers plus one.
    Example: today is 29th (Tuesday), if you open week view the 29th points to Wednesday, wired no?
    Regards,
    Leonardo Bissoli.

    I noticed that on my phone today (4s) and my son's (5s). The Red line indicates the correct time, but the location on the day view of the calendar is incorrect. I've reported this via Apple feedback, maybe you could do the same. www.apple.com/feedback and click on the appropriate link.

  • Publish failed (when using Calendar instead of GregorianCalendar..)

    I have a web service written in Workshop 9.2.2 running on a WLS9.2 Server.
    One attribute in my web service is of type java.util.Calendar. Now when I try to publish that I get a "Publish Failed" almost immeditately.
    HOWEVER, when I change the type of the attribute to java.util.GregorianCalender, the publish works fine...
    This seems like a bug to me, as the WLS doc says that I should use Calendar as a data type for dates in web services and it clearly supports it.
    Can I upgrade to the latest version of Workshop and continue using WLS9.2?
    Here's the log file:
    !ENTRY com.bea.wlw.server.core 1 2000 2008-03-19 15:35:59.994
    !MESSAGE Releasing deployment manager @0
    !ENTRY com.bea.wlw.server.core 1 2000 2008-03-19 15:35:59.994
    !MESSAGE Publishing finished.
    !ENTRY org.eclipse.wst.server.core 4 0 2008-03-19 15:36:00.10
    !MESSAGE Publishing failed
    !SUBENTRY 1 com.bea.wlw.server.core 4 0 2008-03-19 15:36:00.10
    !MESSAGE Error with publish task 'WebServicesProjectBuildTask'.
    !SUBENTRY 2 com.bea.wlw.webservices.core 4 4 2008-03-19 15:36:00.10
    !MESSAGE Error while compiling web services in WL92WS.
    !STACK 0
    com.bea.wlw.webservices.core.gen.WebServicesException: weblogic.wsee.tools.jws.build.CompileException: Error compiling web service: C:\bea\user_projects\w4WP_workspaces\WSTest\WL92WS\src\webservices\contentreceiver\ContentReceiverService.java
         at com.bea.wlw.webservices.core.compiler.WebServiceCompiler$3.invoke(WebServiceCompiler.java:249)
         at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.accessCompiler(WebServiceCompiler.java:291)
         at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.compile0(WebServiceCompiler.java:244)
         at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.compile(WebServiceCompiler.java:202)
         at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler.build0(WebServiceProjectCompiler.java:157)
         at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler.access$0(WebServiceProjectCompiler.java:119)
         at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler$1.run(WebServiceProjectCompiler.java:92)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
         at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler.build(WebServiceProjectCompiler.java:108)
         at com.bea.wlw.webservices.core.publish.WebServiceProjectPublishTask$WebServicesBuildOperation.processWebServices(WebServiceProjectPublishTask.java:119)
         at com.bea.wlw.webservices.core.publish.WebServiceProjectPublishTask$WebServicePublishOperation.processWebModule(WebServiceProjectPublishTask.java:53)
         at com.bea.wlw.server.core.model.WeblogicWebPublishOperation.processRootChildModule(WeblogicWebPublishOperation.java:118)
         at com.bea.wlw.server.core.model.WeblogicWebPublishOperation.processRootModule(WeblogicWebPublishOperation.java:84)
         at com.bea.wlw.server.core.model.WeblogicPublishOperation.execute(WeblogicPublishOperation.java:72)
         at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.performTasks(WeblogicServerBehaviour.java:786)
         at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:434)
         at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:332)
         at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:803)
         at org.eclipse.wst.server.core.internal.Server.publish(Server.java:791)
         at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:145)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
    Caused by: weblogic.wsee.tools.jws.build.CompileException: Error compiling web service: C:\bea\user_projects\w4WP_workspaces\WSTest\WL92WS\src\webservices\contentreceiver\ContentReceiverService.java
         at weblogic.wsee.tools.jws.build.JwsCompiler.buildWebServices(JwsCompiler.java:471)
         at weblogic.wsee.tools.jws.build.JwsCompiler.compile(JwsCompiler.java:439)
         at com.bea.wlw.webservices.core.compiler.WebServiceCompiler$3.invoke(WebServiceCompiler.java:247)
         ... 20 more
    Caused by: weblogic.wsee.tools.WsBuildException: java.lang.IllegalArgumentException: 'java.util.Hashtable<java.util.Locale,int[]>' does not name an array
         at weblogic.wsee.tools.jws.WebServiceInfo.createBindings(WebServiceInfo.java:219)
         at weblogic.wsee.tools.jws.wsdl.WsdlBuilder.process(WsdlBuilder.java:41)
         at weblogic.wsee.tools.jws.process.CompositeProcessor.process(CompositeProcessor.java:36)
         at weblogic.wsee.tools.jws.build.JwsCompiler.buildWebServices(JwsCompiler.java:467)
         ... 22 more
    Caused by: java.lang.IllegalArgumentException: 'java.util.Hashtable<java.util.Locale,int[]>' does not name an array
         at com.bea.util.jam.internal.elements.ArrayClassImpl.normalizeArrayName(ArrayClassImpl.java:100)
         at com.bea.util.jam.internal.JamClassLoaderImpl.loadClass(JamClassLoaderImpl.java:80)
         at com.bea.util.jam.internal.classrefs.QualifiedJClassRef.getRefClass(QualifiedJClassRef.java:80)
         at com.bea.util.jam.internal.elements.FieldImpl.getType(FieldImpl.java:89)
         at com.bea.staxb.buildtime.Java2Schema.isJaxRpcEnumType(Java2Schema.java:1646)
         at com.bea.staxb.buildtime.Java2Schema.checkPropertyConstructors(Java2Schema.java:1829)
         at com.bea.staxb.buildtime.Java2Schema.processProperty(Java2Schema.java:1753)
         at com.bea.staxb.buildtime.Java2Schema.bindProperties(Java2Schema.java:1368)
         at com.bea.staxb.buildtime.Java2Schema.createBindingTypeFor(Java2Schema.java:855)
         at com.bea.staxb.buildtime.Java2Schema.findOrCreateBindingTypeFor(Java2Schema.java:676)
         at com.bea.staxb.buildtime.Java2Schema.createBindingTypeFor(Java2Schema.java:804)
         at com.bea.staxb.buildtime.Java2Schema.findOrCreateBindingTypeFor(Java2Schema.java:676)
         at com.bea.staxb.buildtime.Java2Schema.internalBind(Java2Schema.java:440)
         at com.bea.staxb.buildtime.BindingCompiler.bind(BindingCompiler.java:125)
         at com.bea.staxb.buildtime.BindingCompiler.bindAsExplodedTylar(BindingCompiler.java:161)
         at weblogic.wsee.bind.buildtime.internal.SoapAwareJava2Schema.bindAsExplodedTylar(SoapAwareJava2Schema.java:1311)
         at weblogic.wsee.bind.buildtime.internal.TylarJ2SBindingsBuilderImpl.createBuildtimeBindings(TylarJ2SBindingsBuilderImpl.java:214)
         at weblogic.wsee.tools.jws.WebServiceInfo.createBindings(WebServiceInfo.java:215)
         ... 25 more
    !SUBENTRY 1 com.bea.wlw.server.core 4 4000 2008-03-19 15:36:00.72
    !MESSAGE Error(s) occurred during publish assembly. No modules will be published.

    Hi
    This looks like a known issue. I see that its fixed in Workshop 10.0 onwards.
    If you want a fix for 9.2 version please open up a BEA support case at http://support.bea.com . Please refer to the Cr's CR340337, CR360247 when opening the case.
    Can I upgrade to the latest version of Workshop and continue using WLS9.2?Yes, you can. With the latest version of workshop you can develop applications against WLS9.2.x and WLS10.x. So you would be able to use the same app on 9.2 on the latest workshop version.
    Vimala-

  • Wrong metadata retrieved when using Oracle8.1.7 + classes12.zip

    Hi,
    I am using Oracle8.1.7+classes12.zip+jdk1.2.2.
    I am always retrieving the wrong metadata for the tables. The same piece of code works fine when using Oracle8.1.5+classes111b.zip+jdk1.2.2.
    The code is as follows :
    try {
    db = Database.getDatabase();
    con = db.getConnection();
    ps = con.prepareStatement("SELECT * FROM " + tablename);
    meta = (ps.executeQuery()).getMetaData();
    } catch(SQLException e) {
    Debug.log("ServerMetaCache::requestMeta " + e);
    System.err.println("ServerMetaCache::requestMeta " + e);
    return null;
    The following is a list of the column name retrived from the metadata :
    TABLE_CAT
    TABLE_SCHEM
    TABLE_NAME
    COLUMN_NAME
    KEY_SEQ
    pk_name
    Anyone encountered this before?
    null

    The code I posted above was incomplete.
    The complete code is as shown below:
    db = Database.getDatabase();
    con = db.getConnection();
    ps = con.prepareStatement("SELECT * FROM " + tablename);
    meta = (ps.executeQuery()).getMetaData();
    try {
    int count = meta.getColumnCount();
    columns = new ColumnDefinition[count];
    System.out.println("tname = " + tname);
    System.out.println("column count = " + count);
    for (int i = 0; i < count; i++) { // arrays starts from 0 while columns start from 1
    String colName = meta.getColumnName(i+1); // get the database name for this column
    System.out.println("colName = " + colName);
    catch(SQLException e) {
    System.err.println(e.toString());
    The result is :
    tname = Product
    column count = 6
    colName = TABLE_CAT
    colName = TABLE_SCHEM
    colName = TABLE_NAME
    colName = COLUMN_NAME
    colName = KEY_SEQ
    colName = PK_NAME
    null

  • ERROR WHEN USING CALENDAR DATES IN QUERY

    I am using calendar day in my query selection and it keeps switiching the day and month field and this causes a critical error. 
    program error in class SAPMSSY1 METHIOD: UNCAUGHT_EXCEPTION

    hi
    Instead use a customised date field where user have the option to enter the date
    This will stop the date keep changing
    G N

  • Trim mode 'wrong frame' problems when using merged clips

    Hello there,
    We are having a problem with the trim mode on FCP 6.0.4. We're working with 1080psf 24 Apple ProRes 422 material, captured using a AJA Kona card.
    The sound and picture were recorded separately, and synced manually (by creating merged clips) in FCP.
    When we go into the trim window, it shows a different frame as the incoming or outgoing frame on some clips. In other words it's not actually showing us the real frame before or after the cut. Instead it shows a frame that's half a second back, for example. When we preview the cut, it cuts in the 'right' place, but when we pause and try to fine cut the transition using +1 keys (or trim back/forward keys), it shows us the wrong frame. When we preview it again, the cut is still in the 'right' place - not the frame represented when it's stilled. This makes using trim mode nigh-on impossible since it's not actually showing you the frames you're cutting.
    Are there any patches or workarounds to fix this issue? I can't find any fixes on forums/help sites or the FCP manual.
    Tried trashing prefs, repairing disk permissions and all the usual maintenance stuff!
    Exporting new Quicktimes of the merged clips and then re-importing them is not an option, as they need to be timecode accurate to be recaptured for the online and vfx work.
    Any advice would be much appreciated - if no solutions exist we'll have to switch everything over to Avid, and that'd be a mammoth job.
    Many thanks in advance!

    You may not be zoomed in enough in the Timeline window, the more you zoom in, the more detailed edit you can perform. Zoom out too much, and you won't have the sensitivity.

  • Bug report & possible patch: Wrong memory allocation when using BerkeleyDB in concurrent processes

    When using the BerkeleyDB shared environment in parallel processes, the processes get "out of memory" error, even when there is plenty of free memory available. This results in possible database corruption.
    Typical use case when this bug manifests is when BerkeleyDB is used by rpm, which is installing an rpm package into custom location, or calls another rpm instance during the installation process.
    The bug seems to originate in the env/env_region.c file: (version of the file from BDB 4.7.25, although the culprit code is the same in newer versions too):
    330     /*
    331      * Allocate room for REGION structures plus overhead.
    332      *
    333      * XXX
    334      * Overhead is so high because encryption passwds, replication vote
    335      * arrays and the thread control block table are all stored in the
    336      * base environment region.  This is a bug, at the least replication
    337      * should have its own region.
    338      *
    339      * Allocate space for thread info blocks.  Max is only advisory,
    340      * so we allocate 25% more.
    341      */
    342     memset(&tregion, 0, sizeof(tregion));
    343     nregions = __memp_max_regions(env) + 10;
    344     size = nregions * sizeof(REGION);
    345     size += dbenv->passwd_len;
    346     size += (dbenv->thr_max + dbenv->thr_max / 4) *
    347         __env_alloc_size(sizeof(DB_THREAD_INFO));
    348     size += env->thr_nbucket * __env_alloc_size(sizeof(DB_HASHTAB));
    349     size += 16 * 1024;
    350     tregion.size = size;
    Usage from the rpm's perspective:
    The line 346 calculates how much memory we need for structures DB_THREAD_INFO. We allocate structure DB_THREAD_INFO for every process calling db4 library. We don't deallocate these structures but when number of processes is greater than dbenv->thr_max then we try to reuse some structure for process that is already dead (or doesn't use db4 no longer). But we have DB_THREAD_INFOs in hash buckets and we can reuse DB_THREAD_INFO only if it is in the same hash bucket as new DB_TREAD_INFO. So line 346 should contain:
    346     size += env->thr_nbucket * (dbenv->thr_max + dbenv->thr_max / 4) *
    347         __env_alloc_size(sizeof(DB_THREAD_INFO));
    Why we don't encounter this problem earlier? There are some magic reserves as you can see on line 349 and some other additional space is created by alligning to blocks. But if we have two processes running at the same time and these processes end up in the same hash bucket and we repeat this proces many times to fill all hash buckets with two DB_THREAD_INFOs then we have 2 * env->thr_nbucket(37) = 74 DB_THREAD_INFOs, which is much more than dbenv->thr_max(8) + dbenv->thr_max(8) / 4 = 10 and plus allocation from dbc_put, we are out of memory.
    And how we will create two processes that end up in the same hash bucket. We can start one process (rpm -i) and then in scriptlet we start many processes (rpm -q ...) in loop and one of them will be in the same hash bucket as the first process (rpm -i).
    I would like to know your opinion on this issue, and if the proposed fix would be acceptable.
    Thanks in advance for answers.

    The attached patch for db-4.7 makes two changes:
      it allows enough for each bucket to have the configured number of threads, and
      it initializes env->thr_nbuckets, which previously had not been initialized.
    Please let us know how it works for you.
    Regards,
    Charles

  • Wrong album art when using PC library

    I have a new iPad 2. I also have iTunes running on a PC.
    On the PC, all of the album art is correct, but when I connect over Wi-Fi to my iTunes library on the PC from my iPad using the Music app, some of the albums have the wrong art work. Most are correct but some albums (which works out to quite a few) show the art work to other albums in my library.
    Also, when I connect to my iCloud library from the iPad, all of the albums have the correct artwork. So, the problem only occurs when I connect to my PC's library from the iPad.
    Any ideas how to fix it?
    Is there a way to force the Music app to forget what it thinks it knows about my PC library so that it'll have to start from scratch?
    I'm using iTunes Match on both the PC and the iPad.
    I've searched the web and found some other people complaining of the same thing but always with different scenarios and the rare times a solution is suggested it doesn't seem to apply to my scenario.
    iTunes v.10.5.1.42, on PC (Win 7, x64)
    iPad v.5.0.1

    I think I just figured out one way of forcing the Music app to start over with the library.  Log into a different account, reboot, and start the Music app.  Then log back into the correct account, reboot again, start the Music app, and connect to the PC library.  It should start from scratch.
    Perhaps there is a simpler way to accomplish the same thing.
    The album art appears to be correct now.

  • JMF, Linux, wrong codec selected when using jarred version of app

    I have problem realising an AVI player when I try and run Linux JMF application when whole application is bundled into jar file and I try and run it using
      java -cp <..JMF/lib/jmf.jar:/home/codroe/fobs4jmf.jar..> -jar app.jarIn jmf.log I see:
    ## Player created: com.sun.media.content.unknown.Handler@1cd2e5f
    ##   using DataSource: com.sun.media.protocol.file.DataSource@911f71
    ## Building Track: 0
    ## Input: XVID, 720x576, FrameRate=25.0, Length=1244160 68 extra bytes
    !! Failed to handle track 0
    XX   Unable to handle format: XVID, 720x576, FrameRate=25.0, Length=1244160 68 extra bytesThis is exactly the message I usually get when some part of JMF cannot find "jmf.properties" file (if for example could not find .jmfdir), but looking at strace from application run it does appear JMF found my jmf.properties this time, but still chose not to use omnvidea codec:
    stat64("jmf.properties", 0xfeffc410)    = -1 ENOENT (No such file or directory)
    stat64("/home/codroe/JMF-2.1.1e/lib/jmf.properties", {st_mode=S_IFREG|0644, st_size=31354, ...}) = 0
    open("/home/codroe/JMF-2.1.1e/lib/jmf.properties", O_RDONLY|O_LARGEFILE) = 11When I run my unbundled (i.e. not wrapped up in jar) version of Linux application (same classpath), it finds jmf.properties no problem, and choses omnivoidea codec and now is able to play the video with good things in jmf log:
    ## Player created: com.sun.media.content.unknown.Handler@30c221
    ##   using DataSource: com.omnividea.media.protocol.file.DataSource@a401c2
    ## Building Track: 0
    ## Input: FFMPEG_VIDEO, 720x576, FrameRate=25.0, Length=414720 0 extra bytesMy windows version works fine in both configurations, jarred or not jarred.
    From Linux strace log I it shows my working non-JARed version has selected omnividea codec:
    gettimeofday({1100876842, 175149}, NULL) = 0
    stat64("/home/codroe/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    stat64("/home/codroe/JMF-2.1.1e/lib/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    gettimeofday({1100876842, 179815}, NULL) = 0
    stat64("/home/codroe/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    stat64("/home/codroe/JMF-2.1.1e/lib/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    gettimeofday({1100876842, 182979}, NULL) = 0
    gettimeofday({1100876842, 183206}, NULL) = 0
    gettimeofday({1100876842, 184371}, NULL) = 0
    gettimeofday({1100876842, 184591}, NULL) = 0
    stat64("/home/codroe/com/omnividea/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    stat64("/home/codroe/JMF-2.1.1e/lib/com/omnividea/media/protocol/file/DataSource.class", 0xfeffc384) = -1 ENOENT (No such file or directory)
    gettimeofday({1100876842, 191005}, NULL) = 0but as I don't see this in trace from JAR version, and because in JMF log it says:
    ## Player created: com.sun.media.content.unknown.Handler@30c221
    ##   using DataSource: com.omnividea.media.protocol.file.DataSource@a401c2I believe it has not selected correct codec for a reason I don't understand.
    [I checked I only have one version of jmf.properties on system].
    Any ideas why jarred version is different from non-jarred version?
    version information:
    # JMF Version 2.1.1e
    ## Platform: Linux, i386, 2.6.5-1.358
    ## Java VM: Sun Microsystems Inc., 1.5.0
    and using fobs4jmf from http://fobs.sourceforge.net

    correction, for the last bit I should have said, for non-working jarred version in JMF log I see:
    ## Player created: com.sun.media.content.unknown.Handler@1cd2e5f
    ##   using DataSource: com.sun.media.protocol.file.DataSource@911f71indicating wrong codec selected

  • "Wrong" material number when using manufacturer part number

    Hello gurus,
    when I create a new material, first the system gives me a new material number according to the given number range of the material type, let's say 100000002. So far, so good.
    But when I enter a manufacturer part number (e.g. 123456789) and press enter, the material number changes to 00000000000000000000000000000000100000002. And when I save the material master, the number is 123456789, allthough that number is not even allowed concerning the number range.
    What's wrong here? Is this a bug or a feature? In my view the manufacturer part number should never overwrite our own material number!
    Thanks
    Alicia

    What Material type you are Using for Creating Manufacturer Parts?? Its HERS and the Number Range for HERS Material type is Internal.
    If you Want to Maintain externally then you have to Define new external no range and assign to HERS.
    When you Select HERS you can see the Basic Text and Purchasing Views alone. In that You have to enter Desc of Mfg part and Input Original Material no.
    Here is the Process for Manufacturer Part Profile :
    Create External No ranges for Vendor Account Group MNFR and save.
    Now Create Each Make / Manufacturer like ABB as one Vendor in XK01 Trxn code.
    Create Material Code original say XXXX in MM01 with ROH material type. (for eg Transistor which is available with ABB & Seimens make)
    Create material code for ABB make say 11with Material type HERS which contain only two views (Basic Data & Purchasing) and give Make, Original material No & Material group and other details and save.
    Create material code for Seimens make say 12with Material type HERS which contain only two views (Basic Data & Purchasing) and give Make, Original material No & Material group and other details and save.
    Create a Purchase order with original Material XXXX, then it will ask for mnfg part profile then select the material and click F4 on it it will show you the created mfg part nos like ABB 11 & seimes 12 and select one and save.
    Prerequisite is you have to Activate Mfg part profile in OMPN trxn code
    And in Material master Purchasing View Select the mfg part profile and save
    Even if you set the Mfg part number in Display mode in SPRO settings system will throw the same error.
    Now What can be done is :
    Either go to ME21N and Select material tab after inputting and press f4 and select Manufacturer part number options then system will showe the list of mfg part number maintained to that material select the desired and save.
    Else go to MM02 Purchasing View and in Mfg part Profile tab there must be a four charecter profile assigned to field Remove this and save.
    The Second option is not a good practice.

  • Wrong views Selected when using LSMW + Recording

    Hi,
    I use LSMW + Recording method to extend warehouse management view, and it works fine in the DEV system, but when the LSME projrct was imported into QA system, the system selected wrong views at the begining when running this LSMW object, the WM 1 and WM 2 view should be selected, but in QA system, instead, only Accounting view is selected, what's the reason? Kindly please advise.
    Thanks.

    The reason is the dynamic on the view selection.
    Depending on the already maintained other views (like sales and purchasing and storage location) the position of WM 1+2 changes.
    Instead of recording MM01 you should record MMZ1 as this has a static place for WM views.
    But even better is to use report RLMG0020.

  • Wrong date format when using selection screen query

    Hi all,
    I have a problem in a report when usign the selection screen of the query.
    the system has been upgraded recently from a 3.5 to 7.0. when a query is run in the bex web the user can put in the selection date needer to run the query.
    currently if u select a month using the selection screen next to the input form, the month will show up in the input field
    as 006 09 (006space09) instead of 06.2009 for the selection of june. 
    does anyone know how to fix this? it was working good using the 3.5 version of the bex web.
    Any help apriciated

    Using the list cube transaction and using the selection sceen and selecting the month it does put the right selection in the input field. ive also just tested it using de bx excel plugin and using the selection screen the correct value is set in the input field.  so i think it more of a bex we b problem but i dont know where to start the search for the solution.

  • IPhone locks up when using calendar

    I had no problems synching my new iPhone, and apparently all the stuff from my calendar went in properly, because I get reminders when I have an appointment due. However, if I click the calendar icon, nothing shows on the calendar and the iPhone subsequently locks up. If I am patient, the phone apparently reboots itself - an apple shows up on the screen and then all is good again. Any clues on what is happening? I have the latest itunes and upgrades.

    Standard troubleshooting steps in order are power the iPhone off and on, a Reset which is done by pressing and holding the Home button and the sleep/wake or on/off button simultaneously until you see the Apple logo and then release - ignoring the slide to turn off prompt when doing so, and a Restore with iTunes with two options - from your iPhone's backup or as a new iPhone or not from your iPhone's backup. A sync is required after either restore option.

  • Wrong reply from, when using multiple email addresses

    Apple Mail has this strange behavior. Maybe it is a bug.
    I have 3 email addresses in Mail: [email protected], [email protected] and [email protected]
    [email protected] is my primary email address, the other ones are from my co-workers.
    Sometimes I get an email with my email address (among others) in the CC field and the other two in the TO field. When I press the Reply All button, Mail generates a new message. But instead of sending it from the [email protected] account, it tries to send it from the first email account what it found in the TO field of the original message. And it does not reply to any of the email addresses in the CC field of the original message.
    I tried this with different domains. Same result. Tried it by forcing Mail sending mail from my account only. Same result.
    What is going on here? Is it a bug?

    Normally mail would create a new email using the top email address in your list of accounts. For example, in in preferences you accounts are listed like this:
    [email protected]
    [email protected]
    [email protected]
    then normally new messages would be sent from the top email address.

Maybe you are looking for