SAP Note 1326752 - Issues with PPF during parallel processing

Component : PPF Actions -

Solution : https://service.sap.com/sap/support/notes/1326752 (SAP Service marketplace login required)

Summary :
SAP Note addresses parallel processing shortcomings in EWM delivery, notably involving large item counts. PPF actions may fail, duplicate, or trigger short dumps due to incorrect handling in processes like wave release and warehouse task confirmation. SAP identifies the Post Processing Framework's inability to manage simultaneous operations on the same delivery document as the root cause. Recommendations include adjusting lock object /SCDL/EPPF_ASPA and structure /SCDL/PPF_LOCK2_DUMMY. Post adjustments necessitate manual changes detailed within the guide, crucial for EWM environments such as SCM500, SCMEWM510, and SCMEWM700. Implementation corrects and enhances PPF action integrity.

Key words :
call function 'enqueue_/scdl/eppf_aspa'        exporting          mode_/scdl/ppf_lock2_dummy = 'x'          docid                      = lv_docid          ttype                      = ip_ttype          scheduled                  = abap_true          _scope                    = '2'        exceptions          foreign_lock              = 1          system_failure            = 2, /scwm/msg_prd_send - send erp delivery messages merge logic, /scwm/msg_prd_send_odis - send erp delivery messages merge logic, /scwm/msg_fd_out_send - send erp delivery messages merge logic, /scwm/msg_prd_send_kts_ktr - send erp delivery messages merge logic, /scwm/msg_fd_out_send_kts_ktr - send erp delivery messages merge logic, /scwm/msg_fd_out_send_pp - send erp delivery messages merge logic, /scwm/bif_asn - xi message shipping notification merge logic, /scwm/prd_in_rm - inbound delivery - repetitve manufacturing action definition, manual post-implementationin note 1282699 badi filter '/scwm/empty_sched'

Related Notes :

1393635Consulting: PPF Merge Logic usage within EWM Delivery
1366727German translation of PPF Merge Logics are missing
1360471Consulting: Handling of locking affected PPF actions
1334877Existing PPF actions unavailable via report SPPFP
1282699Correction for Printing relevant PPF actions