2lis Data Sources Enhancement |link| Jun 2026
Are you looking to enhance a like Sales (11), Purchasing (12), or Inventory (03) right now? How can I help you further with your SAP data strategy?
Do not do this if you need all changes for reconciliation. Works only for business processes where skipped data is truly irrelevant. 2lis data sources enhancement
When done correctly, enhanced 2LIS extractors provide tailored, high-performance logistics data for analytics without customizing core transactional processes. Are you looking to enhance a like Sales
However, standard extractors often lack specific custom fields, derived calculations, or filters required by modern analytics. is the disciplined process of extending these extractors without breaking SAP standard objects or delta mechanisms. Works only for business processes where skipped data
The worst mistake: enhancing fields but breaking delta. Understanding the delta queue ( SMQ1 / SMQ2 ) is essential.
" Check if the extractor is 2LIS_11_VAITM IF i_datasource = '2LIS_11_VAITM' AND i_updmode = 'F' OR i_updmode = 'D'. READ TABLE z_express_orders INTO lv_express_flag WITH KEY vbeln = <fs_extract>-vbeln posnr = <fs_extract>-posnr. IF sy-subrc = 0. <fs_extract>-zz_express_flag = 'X'. ENDIF. ENDIF. ENDMETHOD.