Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  ABAP RESTful Programming Model →  Behavior Definitions 

ABAP BDL

The transactional behavior of a CDS entity is modeled using the Behavior Definition Language (BDL).

BDL describes the functions and properties of one or more business object nodes, such as

  • application-specific operations (actions),
  • definition of a lock property for modifying operations on business object nodes, including the option of propagating locks to child nodes (known as a lock master/lock dependent relationship).

Other versions: 7.31 | 7.40 | 7.54

Continue

ABAP BDL - Syntax

ABAP BDL - IMPLEMENTATION

ABAP BDL - DEFINE BEHAVIOR