Symptom
- Error during migration of bill of material.
- "System error occurs when calling function module in target system" (DMC_RT_MSG 231)
- "System error (portion 0000000001, conversion object Z_BOM_3_M0M, at 134329)" (DMC_RT_MSG 39)
- "No more memory available to add rows to an interna (conversion object Z_BOM_3_M0M)" (DMC_RT_MSG 41)
- ABAP dump: SESSIONMEM_QUOTA_WARNING (limited amount of session memory remaining)
- ABAP dump: TSV_TNEW_PAGE_ALLOC_FAILED (no more memory available to add rows to an internal table)
- Issue occurs during import (migration), not during simulation
- Data import function module involved: DMC_MIG_MAT_BOM (package CS_MIG)
Environment
SAP S/4HANA Cloud Public Edition
Reproducing the Issue
- Open the Migration Cockpit app.
- Open the project used for the Material BOM migration object.
- Start the migration (import). Note that simulation completes without error, but the import fails.
- To review details, open Monitoring in the project and check the failed import job.
Cause
The import processing for large BOMs loads all existing BOM items across alternatives into memory during the BOM update step, which can exceed the session memory quota and cause dumps (TSV_TNEW_PAGE_ALLOC_FAILED/SESSIONMEM_QUOTA_WARNING).
Resolution
The issue will be fixed in CE2608.
See Also
Keywords
migration cockpit, material bom, dmc_rt_msg 231, dmc_rt_msg 39, dmc_rt_msg 41, sessionmem_quota_warning, tsv_tnew_page_alloc_failed, memory quota, bom update, dmc_mig_mat_bom, bom_post, change_in_update, cl_im_stpo_bom_validity, import job monitoring, bill of material migration , KBA , LO-MD-BOM-2CL , Bills of Material (Public Cloud) , Problem
SAP Knowledge Base Article - Public