2lis Data Sources Enhancement
ODP allows:
If you’re pulling data from a slow-moving table, consider if that data can be buffered or if a standard SAP function module can retrieve it more efficiently. Common Pitfalls to Avoid 2lis data sources enhancement
Suppose you are extracting purchasing data (2LIS_02_ITM). You only want deltas for purchase orders with status "Released" (ZREL = 'X'). ODP allows: If you’re pulling data from a
Always use the ZZ or YY prefix. Standard SAP updates can overwrite fields that don't follow this convention. Conclusion Always use the ZZ or YY prefix
* Avoid Select : Specifically name the fields you need in your SQL queries.
Next Step: Audit your most critical 2LIS extracts today. Identify one missing field or one filter that would cut extraction time by 50%. Build your first BAdI enhancement. Your supply chain analysts will thank you.
