cancel
Showing results for 
Search instead for 
Did you mean: 

Cats webdynpro - Null Pointer Exception

Former Member
0 Kudos

Hi all,

I am running cats webdynpro application (ess~cat/CatDataRecord) using the portal testid and getting the below dump:

java.lang.NullPointerException

at com.sap.xss.hr.cat.record.vac.calendar.VcCatCalendarView.wdDoModifyView(VcCatCalendarView.java:181)

at com.sap.xss.hr.cat.record.vac.calendar.wdp.InternalVcCatCalendarView.wdDoModifyView(InternalVcCatCalendarView.java:338)

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

at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)

at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:481)

The below config is done in the backend:

1. Cats profile created

2. Assigned CVR parameter

3. Maintained IT105

Is there any other config that is missing to solve the above dump and get the ESS screen running?

Thanks

Kukku

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Can you try checking these OSS note 903040 & 1108761.

Regards,

Vijay.

Former Member
0 Kudos

downlaod the CATS code and look at the VcCatCalendarView.java at line 181

you will come to know which field is blank/null.