validateNewObject
Check if a new ABAP object name is available before creation by validating name, package, and description against ADT rules, identifying reserved or conflicting names.
Instructions
Ask the system whether a new object may be created under this name, in this package, with this description - the check ADT runs before a creation dialog is accepted. It answers with the reason a name is refused (already taken, reserved, wrong namespace). Careful with the answer: some collections reply 200 with an empty body, which the library reads as failure, so a free name can look refused; createObject and createAndWrite handle that themselves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | Yes | Validation options: {objtype, objname, packagename, description} for an object, or the group/package variants. A JSON string is accepted too. |