Transport Intelligence
Transports//ABAP Analysis

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