cc_classify_objects
Classify up to 500 ABAP objects by Clean Core level, ATC priority, state, and recommended action. Audit transport object lists or codebase dependencies for compliance.
Instructions
Bulk compliance check — classify up to 500 ABAP objects at once. Returns a table: object name, Clean Core level (A/B/C/D), ATC priority, state, recommended action. Uses the most restrictive state when an object has multiple entries (safety-first). Objects not found in the dataset are classified as Level C (Internal — inferred from SAP whitepaper Section 3.3.4.3.3). Use this to audit a transport's object list or a codebase's dependency inventory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_names | Yes | List of ABAP object names to classify (max 500). Names are case-insensitive. | |
| offset | No | Pagination offset (for result sets larger than 500). | |
| deployment_target | No | Deployment environment: PCE, PUBLIC, or BTP. | PCE |
| response_format | No | 'table' returns a compact row-per-object format. 'json' returns full detail per object. | table |