ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

validateNewObject

Validate parameters for creating a new ABAP object to ensure compliance with system requirements and streamline ABAP development workflows.

Instructions

Validate parameters for a new ABAP object

Input Schema

NameRequiredDescriptionDefault
optionsYes

Input Schema (JSON Schema)

{ "properties": { "options": { "type": "string" } }, "required": [ "options" ], "type": "object" }
ID: p1uxnf0htn