SAP Knowledge Base Article - Preview

2791448 - OBJECTS_OBJREF_NOT_ASSIGNED dump in ABAP Program CL_SWF_WFM_STEP===============CP

Symptom

Users are experiencing the following dump in ST22 transaction:

Category               ABAP programming error
Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
ABAP Program           CL_SWF_WFM_STEP===============CP
Application Component  BC-BMT-WFM
Short text
Access using a 'ZERO' object reference is not possible.
What happened?

Error in the ABAP application program.

The current ABAP program "CL_SWF_WFM_STEP===============CP" had to be
terminated because it found a statement that could not be executed.

Source Code Extract
  METHOD write_log_entry.
    DATA: ls_step_instance TYPE swpsteplog.
                                                          
    ls_step_instance-node_id = me->m_node_definition-nodeid.
    ls_step_instance-node_p_ind = me->m_parforeach_index.
    ls_step_instance-returntyp = swpco_resulttype_returncode.
>>>|ls_step_instance-wi_id = me->m_wim_handle->m_wiid.
    ls_step_instance-wi_system = syst-sysid.
    TRY.
        ls_step_instance-task_id = me->get_task( ).


Read more...

Environment

  • SAP Business Workflow
  • ABAP platform 1809 - SAP NetWeaver 7.53 SPS0

Product

ABAP platform 1809

Keywords

WF_GDPR, SWF_WORKFLOW, Workflow restart creates duplicate task instances, Workflow Steps are duplicated after receiving two identical events, ls_step_instance-wi_id = me->m_wim_handle->m_wiid., CL_SWF_WFM_STEP===============CM00D, CL_SWF_WFM_STEP=>WRITE_LOG_ENTRY, METHOD CL_SWF_WFM_STEP , KBA , BC-BMT-WFM , Business Workflow , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.