Hi,
When I am trying to edit the address for accounts in SAP CRM.
I am getting the below error.
Category ABAP Programming Error
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
ABAP Program CL_BP_ADDR_ACCOUNTADDRES1_IMPLCP
Application Component CRM-MD-BP
Short text
Access via 'NULL' object reference not possible.
In class CL_BP_ADDR_ACCOUNTADDRES1_IMPLCP inside the method the address_property value is filled empty. Its a standard code.
METHOD eh_oncheck_popup_closed.
lr_address_property = me->typed_context->address->collection_wrapper->get_current( ). is empty.
.
Please help me to resolve this issue.
Thanks,
Anu