SAP Knowledge Base Article - Preview

2763504 - SWWCOND Job terminated with a runtime error ASSIGN_TYPE_CONFLICT

Symptom

SWWCOND Job (program RSWWCOND) canceled with Internal session terminated with a runtime error ASSIGN_TYPE_CONFLICT 671 A (see ST22) error message after upgrade/old workflow migration and the following dump is occurred:

Category               ABAP programming error
Runtime Errors         ASSIGN_TYPE_CONFLICT
ABAP Program           CL_SWF_CNT_STRUCTURE_SERVICE==CP
Application Component  BC-BMT-WFM
Short text
Type conflict in ASSIGN in program "CL_SWF_CNT_STRUCTURE_SERVICE==CP".
What happened?

Error in the ABAP application program.

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

Source Code Extract

 * --- get runtime description ---
 lh_typedescr = cl_abap_typedescr=>describe_by_name(
 p_name = im_element-typename ).
 IF lh_typedescr IS BOUND.
 IF lh_typedescr->type_kind EQ swfex_typekind_table.
 CREATE DATA ex_data TYPE (im_element-typename).
 ASSIGN ex_data->* TO <orig_any>.
>>> ASSIGN im_data->* TO <local>.
 * --- mapping ----
 lh_migration_object = me->get_migration_object(
 im_local_typename = im_element-local_typename


Read more...

Environment

  • SAP Business Workflow
  • SAP NetWeaver
  • SAP Web Application Server for SAP S/4 HANA
  • ABAP PLATFORM - Application Server ABAP

Product

ABAP platform all versions ; SAP NetWeaver all versions ; SAP Web Application Server for SAP S/4HANA all versions

Keywords

WF_GDPR, SWF_WORKFLOW, CL_SWF_CNT_STRUCTURE_SERVICE=>IMPORT_DATA_XML_VALUE_TAB, CL_SWF_CNT_STRUCTURE_SERVICE=>IMPORT_DATA_XML_VALUE, CL_SWF_CNT_STRUCTURE_SERVICE==CM00D, CL_SWF_CNT_STRUCTURE_SERVICE==CM00C, CL_SWF_CNT_CONVERSION_SERVICE=CM00R, CL_SWF_CNT_CONVERSION_SERVICE=>IMPORT_FROM_XML_IXML, CL_SWF_CNT_BASE_PERSISTENCE=>IF_SWF_CNT_PERSISTENCE~LOAD, CL_SWF_CNT_P0_CONTAINER=>IF_SWF_CNT_PERSISTENCE~LOAD, SY-XFORM CONVERSION_EXIT, SY-XPROG SAPCNVE, SY-MSGV1, ME->M_WI_HANDLE->M_SWW_WIHEAD-WI_ID, Job canceled 00 518 A, ASSIGN_TYPE_CONFLICT dump when opening workitem container tab in workflow log, LOCAL_STRUCTURES_REQUIRED Subparameter, Parameters=SWF_CNT_PERSIST , 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.