2014 Jan 17 7:47 AM
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.
2014 Feb 09 11:27 AM
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
2014 Feb 09 11:42 AM
2014 Feb 09 3:50 PM
Hi Tanmoy,
i could not find this note. is it 1434349 or just 434349?
2014 Feb 11 1:54 PM
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.