Solution : https://service.sap.com/sap/support/notes/1151892 (SAP Service marketplace login required)
Summary :
This SAP note outlines the implementation process for enabling asynchronous goods receipt postings via external locks, enhancing system performance especially under parallel processing scenarios like simultaneous unloading and goods receipt postings for over ten items. Key implementation steps include creating and configuring ABAP dictionary structures such as /SCWM/S_EXT_SYS_LOCK_DEL, /SCWM/S_EXT_SYS_LOCK_KEYS, and others, ensuring they are saved and activated under package /SCWM/EXT_SYS_LCK. Important steps for setting up component types and making entries non-enhanceable are also detailed, ensuring robust execution of asynchronous operations in varying transaction scenarios.
Key words :
component component type obj_cat /scwm/de_lk_objcat obj_id /scwm/de_lk_obj_id subobj_id /scwm/de_lk_subobj_id sub2obj_id /scwm/de_lk_sub2obj_id chg_key /scwm/de_lk_chg_key enter /scwm/ext_sys_lck, type length field label short 10 active medium 15 active long 30 esl lock active heading 35 esl lock active save, component component type obj_cat /scwm/de_lk_objcat obj_id /scwm/de_lk_obj_id subobj_id /scwm/de_lk_subobj_id sub2obj_id /scwm/de_lk_sub2obj_id, component component type obj_cat /scwm/de_lk_objcat obj_id /scwm/de_lk_obj_id, component component type chg_key /scwm/de_lk_chg_key, field data element dlv_esl_active /scwm/de_dlv_esl_active save, report /scwm/del_extsys_lock call transaction se38, report /scwm/dlv_esl_settings call transaction se38, goto -> text elements -> selection texts, enabling asynchronous goods receipt postings
Related Notes :
| 1423066 | Optimization of the performance in EWM |
| 1323048 | Performance during conf. of warehouse task for whse request |
| 1168102 | Long runtime during confirmation of warehouse task |
| 1166333 | Long runtime during confirmation of putaway warehouse tasks |
| 1153495 | Performance: Confirming warehouse tasks |
| 1152667 | Reading the delivery when printing the value-added service |
| 1152291 | Serial numbers incomplete during read access |
| 1141962 | Incompleteness Check Performance |
| 1138533 | Performance improvement of goods movement |
| 1137697 | Batch validation without BO instances |
| 1137519 | RFUI set information to the TM, to process async GR |
| 1137007 | Performance: Serial numbers in goods receipt with RF |
| 1136862 | PERF: Context information as a prerequisite |
| 1120255 | PERF: Field selection although input not possible |