Hi
I'm using SAP GUI for Java in Linux, and I noticed it fails selecting a date in a calendar. For example in DBACOCKPIT - DBA Planning Calendar:
- clicking Oct 1, 2015 (in small calendar) goes to May 18, 2015 at the bottom
- Feb 4, 2016 -> June 8, 2015
- Aug 3, 2017 -> Aug 24, 2015
- ...
I found these SAP Notes:
1615698 - DBA Cockpit: Incorrect date selection in DB13C
1323797 - DBA Cockpit: Incorrect date selection in planning calendar
But my system is SAPKB70217.
Besides, I tried with SAP GUI for HTML and it works fine.
In Release Notes for rev 3 says:
Calendar Control now is based on the Date and Time API introduced in Java SE 8. This has not only greatly simplified the implementation but also added the possibility to support different calendaring systems.
So I tested with SAP GUI for Java rev2 it works fine. But with rev4 and rev5 it behaves as described.
It seems it's related with that modification in rev3.
My Java version:
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
Regards
Aitor