cc_search_by_component
Search ABAP objects by SAP software or application component to audit Clean Core compliance and discover released APIs.
Instructions
Find all ABAP objects belonging to a SAP software component or application component. Use this to audit an entire functional area (e.g. all MM-IM objects) for Clean Core compliance, or to discover which Released APIs exist in a given component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| software_component | No | SAP software component (e.g. 'S4CORE', 'SAPSCORE', 'EA-APPL'). Case-insensitive. Omit to search across all components (use with application_component to narrow down). | |
| application_component | No | SAP application component prefix (e.g. 'FI', 'MM', 'SD', 'FI-AA', 'MM-IM'). Prefix match — 'MM' returns MM, MM-IM, MM-BD, etc. | |
| deployment_target | No | Deployment environment: PCE, PUBLIC, or BTP. | PCE |
| limit | No | Maximum results to return (1–500). Default 50. | |
| level_filter | No | Optional filter: only return objects at this Clean Core level. | |
| response_format | No | 'summary' returns name, type, level. 'full' adds all fields. | summary |