Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

release contract

Classification of a repository object that specifies how it can be used as an API. There are currently three different release contracts: C0, which permits enhancement fields to be added at specified enhancement points, C1, which guarantees a stable interface for use within AS ABAP, and C2, which guarantees a stable interface for use outside AS ABAP too. Objects are classified in ADT or using special transactions such as SCFD_REGISTRY.

Other versions: 7.31 | 7.40 | 7.54