Skip to main content

bdef: Behavior definitions

Read and create RAP behavior definitions and list assigned BO interfaces.

Related guides: bdef-rap.

3 commands.

abapctl bdef get

READ IDEMP

Get behavior definition metadata and source

OptionRequiredDescription
name (positional)yesname (object/name argument)
--connectionnoconnection profile name
abapctl bdef get ZCL_FOO

abapctl bdef create

WRITE

Create a new behavior definition

read-only with --dry-run; validates and resolves transport without creating

OptionRequiredDescription
name (positional)yesname (object/name argument)
--packageyespackage name
--connectionnoconnection profile name
--descriptionnoobject description
--implementation-typenomanaged or unmanaged
--filenoread BDEF source from file
--transportnotransport request number
--dry-runnovalidate and resolve transport without creating
abapctl bdef create ZCL_FOO --dry-run

abapctl bdef listinterfaces

READ IDEMP

List the BO interfaces assigned to a behavior definition

OptionRequiredDescription
name (positional)yesname (object/name argument)
--connectionnoconnection profile name
abapctl bdef listinterfaces ZCL_FOO