ABAP Analysis
Static code analysis and S/4HANA compatibility check
Errors
1
Warnings
3
Info
1
S/4 Incompatible
1
SAPMV45AProgram
Simplification ItemDeprecated
Uses deprecated BAPI_SALESORDER_CREATEFROMDAT2 - replaced by I_SALESORDER_V2
Line 1245
Code
CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
Recommendation
Replace with new API I_SALESORDER_V2 for S/4HANA compatibility
INCLUDE LV45AF0B_VBAPInclude
Data Model ChangeIncompatible
Direct access to VBAK-VKORG field structure changed in S/4HANA
Line 89
Code
SELECT SINGLE * FROM VBAK WHERE VKORG = lv_vkorg.
Recommendation
Use CDS view I_SALESORDER instead of direct table access
Z_SD_PRICING_CALCFunction Module
PerformanceCompatible
SELECT in loop pattern detected - potential performance issue
Line 156
SAPLV45A Screen 4001Screen
UI ChangeNeeds Review
Screen contains custom fields in customer namespace
Z_SD_ORDER_EXITEnhancement
Extension PointNeeds Review
Uses BAdI implementation BADI_SD_SALES - verify compatibility
Line 12