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
706

Hi All,

After APO upgrade, the get_instance method returnning NULL reference. Please help on this issue, what could be the reasons for that issue.

Details from ST22:

Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED

Except.                         CX_SY_REF_IS_INITIAL

ABAP Program           SAPLY_BOP_BUFFER_LIST

Application Component  SCM-APO-ATP-BOP

Thanks,

Eswari.

4 REPLIES 4
Read only

Former Member
0 Likes
659

Hi Eswari,

did you already solve this issue? let me know if you have any update.

we too have the same issue after upgrade to 7.02

Regards,

Rorie

Read only

0 Likes
659

Can you check the SAP Notes - 1434349

Read only

0 Likes
659

Hi Tanmoy,

i could not find this note. is it 1434349 or just 434349?

Read only

0 Likes
659

Hi Rorie,

I avoided that issue by placing create object obj_name statement followed by If object_reference is bound statement ( Create object for assigning refernce and If statement to avoid dump, incase reference object is initial).

Somewhere, it was not going to constructor of that class, so that the reference is not assigning to that object reference.

Let me know, if you found root cause for that issue.

Thanks,

Eswari.