Skip to main content
Glama

CreateFunctionGroup

Create new ABAP function groups as containers for function modules in SAP systems. Specify name, package, and optional transport request for proper development workflow management.

Instructions

Create a new ABAP function group in SAP system. Function groups serve as containers for function modules. Uses stateful session for proper lock management.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
function_group_nameYesFunction group name (e.g., ZTEST_FG_001). Must follow SAP naming conventions (start with Z or Y, max 26 chars).
descriptionNoFunction group description. If not provided, function_group_name will be used.
package_nameYesPackage name (e.g., ZOK_LAB, $TMP for local objects)
transport_requestNoTransport request number (e.g., E19K905635). Required for transportable packages.
activateNoActivate function group after creation. Default: true. Set to false for batch operations.

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