Skip to main content
Glama

CreateBehaviorImplementation

Create ABAP behavior implementation classes to define business logic for RAP entities in SAP systems, ensuring proper lock management through stateful sessions.

Instructions

Create a new ABAP behavior implementation class for a behavior definition. Behavior implementations contain the business logic for RAP entities. Uses stateful session for proper lock management.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
class_nameYesBehavior Implementation class name (e.g., ZBP_MY_ENTITY). Must follow SAP naming conventions (typically starts with ZBP_ for behavior implementations).
behavior_definitionYesBehavior Definition name (e.g., ZI_MY_ENTITY). The behavior definition must exist.
descriptionNoClass description. If not provided, class_name will be used.
package_nameYesPackage name (e.g., ZOK_LOCAL, $TMP for local objects)
transport_requestNoTransport request number (e.g., E19K905635). Required for transportable packages.
implementation_codeNoImplementation code for the implementations include (optional). Contains the actual behavior implementation methods.
activateNoActivate behavior implementation after creation. Default: true.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fr0ster/mcp-abap-adt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server