3-Tier Model
New developments on on-premise systems should also be developed with ABAP Cloud in the future. Since this is not always 100% possible, SAP has developed the 3-tier model:
Tier 1 (All system statuses)
Pure ABAP Cloud code. Same development model as in the public cloud. 100% upgrade stable.
Tier 2 (private cloud or on-premise)
Wrapper around SAP development objects/interfaces that have not yet been released. Customers are asked by SAP to use the Customer Influence Channel to request missing APIs.
- Observe the DRY principle
- With each upgrade, check whether interfaces have been released by SAP.
Tier 3 (private cloud or on-premise)
All the old junk. All old developments that have not yet been moved to Tier 1/2.
A learning journey on this topic