bdef: Behavior definitions
Read and create RAP behavior definitions and list assigned BO interfaces.
Related guides: bdef-rap.
3 commands.
abapctl bdef get
READ IDEMPGet behavior definition metadata and source
| Option | Required | Description |
|---|---|---|
name (positional) | yes | name (object/name argument) |
--connection | no | connection profile name |
abapctl bdef get ZCL_FOO
abapctl bdef create
WRITECreate a new behavior definition
read-only with --dry-run; validates and resolves transport without creating
| Option | Required | Description |
|---|---|---|
name (positional) | yes | name (object/name argument) |
--package | yes | package name |
--connection | no | connection profile name |
--description | no | object description |
--implementation-type | no | managed or unmanaged |
--file | no | read BDEF source from file |
--transport | no | transport request number |
--dry-run | no | validate and resolve transport without creating |
abapctl bdef create ZCL_FOO --dry-run
abapctl bdef listinterfaces
READ IDEMPList the BO interfaces assigned to a behavior definition
| Option | Required | Description |
|---|---|---|
name (positional) | yes | name (object/name argument) |
--connection | no | connection profile name |
abapctl bdef listinterfaces ZCL_FOO