Symptom
After posting Goods Issue for an EWM Outbound Delivery with active parallel processing, the Goods Issue link(s) may be missing from the Document Flow. When the user repeats the Goods Issue posting, processing will be terminated with Runtime Error ASSERTION_FAILED in the ABAP Program /SCWM/CL_GOODS_MOVEMENT=======CP.
Source code extract from the Runtime Error:
51 IF lt_stock_loc IS INITIAL.
52 * try to get stock location table from buffer
53 CALL FUNCTION '/SCWM/STOCK_LOC_GET'
54 EXPORTING
55 it_doc = lt_doc_id
56 iv_read_buffer = abap_true
57 IMPORTING
58 et_stock_loc = lt_stock_loc.
59 ENDIF.
60
>>>>> ASSERT lt_stock_loc IS NOT INITIAL.
Alternatively, if the item is Serial Number managed, the delivery may be blocked with error "Serial numbers needed for product &1" (/SCWM/DLV_SERIAL205) upon using the Check button, or when trying to post GI again.
Read more...
Environment
- SAP Extended Warehouse Management
- SAP S/4HANA
Product
Keywords
Goods Issue; Outbound Delivery; ABAP Dump; ASSERTION_FAILED; /SCWM/PRDO; /SCWM/CL_GOODS_MOVEMENT; /SCWM/GMHUITM; /SCWM/POST_PROC_DLV_PGI_UPDATE; FILL_GM_ITEM_GI; /SCWM/DLV_SERIAL 205, /SCWM/DLV_RECOVC , KBA , SCM-EWM-DLP-BF-DFP , Document Flow , SCM-EWM-DLP-BF-GM , Goods Movements (GR/GI/Reversal/Posting Change) , 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.