Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Access via NULL object reference not possible

Former Member
0 Likes
443

Hi Experts,

I am getting this error when I am tring to run an E-recruitment application in BSP.

The following error text was processed in the system ES1 : Access via NULL object refrence not possible.

Objects_objref_not_assigned

Please help me out.

Thank you.

Best Regards,

Admir.

Points will be rewarded.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
396

If this is standard functionality, I might suggest that you open an OSS note for this issue. The error is telling you that the program is calling a method of a class which has not yet been instaniated, meaning there has not been an instance of the class created in the program.

Regards

RIch Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
397

If this is standard functionality, I might suggest that you open an OSS note for this issue. The error is telling you that the program is calling a method of a class which has not yet been instaniated, meaning there has not been an instance of the class created in the program.

Regards

RIch Heilman

Read only

Former Member
0 Likes
396

Check the Controller of the respective View in SE80. This error occurs, if you have copied view from CRM_IC to your BSP application. So check the Controller of the copied view in SE80.

Thanks,

Krish