cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Null pointer exception

Former Member
0 Likes
230

Hi all,

I am not able to create a model object, error displays as Null pointer exception.

Z_51Vj_Rfc_Salesorder_Entry_Input eInput = new Z_51Vj_Rfc_Salesorder_Entry_Input();

Please Help .

Thanks in Advance,

Regards,

CSP

View Entire Topic
Former Member
0 Likes

hi,

You have to bind thisobject to the context..

put the follwing code in the init() of your controller after declaring the object;

wdcontext.node<...>.bind(eInput);

Ankita