cancel
Showing results for 
Search instead for 
Did you mean: 

ESS Leave Role-Apply/cancel leave when click perticular date therowing erro

Former Member
0 Kudos

Hi All,

Below problem is production issue plez help

In ESS Role>> Leave>> Apply/ cancel leave option

when clicking the Apply/ cancel leave option are displaing some of issues

1)Show Team Calendar: issue

2)show/ Hide Calendar: issue

3)Show Time Accounts : working fine

4)Show Overview of Leave: working fine

Problems:

1)Show Team Calendar: when I expanding this option below error is throwing

java.lang.IllegalArgumentException: WDTableCellDesign: No such enumeration value with name:

at com.sap.tc.webdynpro.clientserver.uielib.standard.api.WDTableCellDesign.valueOf(WDTableCellDesign.java:286)

at com.sap.xss.ser.tecl.vc.VcTeamCalendarView._addLegend(VcTeamCalendarView.java:826)

at com.sap.xss.ser.tecl.vc.VcTeamCalendarView.wdDoModifyView(VcTeamCalendarView.java:218)

at com.sap.xss.ser.tecl.vc.wdp.InternalVcTeamCalendarView.wdDoModifyView(InternalVcTeamCalendarView.java:689)

at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)

2)Show/Hide Calendar: when i click perticuler month date below error is throwing

java.lang.IllegalArgumentException

at java.sql.Date.valueOf(Date.java:138)

at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.DateNavigatorAdapter.onDATENAVIGATORDAYCLICK(DateNavigatorAdapter.java:438)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

... 43 more

Edited by: polaka123 on Apr 8, 2011 2:02 PM

Accepted Solutions (1)

Accepted Solutions (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

you need to upgrade in SAP_JTECHS.

Check note see SAP Note #1018925 and 1549963

This will solve the issue

Edited by: Siddharth Rajora on Apr 8, 2011 5:14 PM

Former Member
0 Kudos

Hello Siddarth,

Please can u tel me .. how to upgrade SAP_JTECHS. where I need to take this and how to upgrade?

Currently Im using 7.0 SP20 version. Im new for ESS and MSS area Plez help.

Thanks

Nageswar

Edited by: polaka123 on Apr 11, 2011 11:29 AM

pramod_gopisetty1
Active Contributor
0 Kudos

Hi,

Check the SAP Note : 1080927 which will list out all the dependent components when creating a Track.

To Upgrade SAP_JTECHS you need to create the new track with the latest version of the component.

For creating a track check the SAP Note - 872892

Hope this helps.

Cheers-

Pramod

Former Member
0 Kudos

Very thanks Pramod for reply..

Im not using NWDI for creating Track... How to do this using NWDS?

Thanks

Polaka

Lukas_Weigelt
Active Contributor
0 Kudos

Hi,

as Siddarth said, the respective XSS JAVA Component in your JAVA AS has to be upgraded. You can usually see the components via

http://<ip_or_name>:<port>/monitoring/ComponentInfo

Tell your basis team to deploy the respective component(s) via JSPM/SDM.

However, in my opinion, you should considered applying the complete stack instead of applying a particular component only. Otherwise inconsistencies might occur.. Maybe Siddarth can verify this.

best regards, hope it helps a bit

Lukas

Answers (4)

Answers (4)

Former Member
0 Kudos

Resolved, after patch upgrade..

Thanks

Polaka

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

You need to upgrade completely as the note says, its not straight forward to update via NWDS.

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

its a java wd component

Read the notes

Check note see SAP Note #1018925 and 1549963

and check in service.sap.com

Lukas_Weigelt
Active Contributor
0 Kudos

Hi,

java.lang.IllegalArgumentException occurs if you pass a wrong or no parameter to a method. Are you using a BAdI for adjusting your team calendar? If yes, carefully check your implemented methods and the conformity of the passed parameters.

regards, Lukas