CreateBehaviorDefinition
Create a new ABAP behavior definition (BDEF) for a CDS view entity in an SAP system, specifying implementation type and package.
Instructions
Operation: Create. Subject: BehaviorDefinition. Will be useful for creating behavior definition. Create a new ABAP Behavior Definition (BDEF) in SAP system. Creates the behavior definition object in initial state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Behavior Definition name (usually same as Root Entity name) | |
| activate | No | Activate after creation. Default: true | |
| description | No | Description | |
| root_entity | Yes | Root Entity name (CDS View name) | |
| package_name | Yes | Package name | |
| master_language | No | Optional master/original language for the created object (e.g. "EN", "DE", "ZH"). Defaults to the session language (SAP_LANGUAGE) or EN. | |
| transport_request | No | Transport request number | |
| implementation_type | Yes | Implementation type: 'Managed', 'Unmanaged', 'Abstract', 'Projection' |