cc_lookup_object
Look up any ABAP object to get its SAP Clean Core classification and determine its API release status for S/4HANA.
Instructions
Look up a single ABAP object by name and return its SAP Clean Core classification. Returns: Clean Core level (A/B/C/D), ATC priority, state, software component, application component, object type, successor objects, and data source. If the object exists as both a CDS view (DDLS) and a RAP business object (BDEF), both entries are returned. Objects not found are classified as Level C (Internal — inferred from SAP whitepaper default rule, Section 3.3.4.3.3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ABAP object name to look up (e.g. 'BAPI_MATERIAL_SAVEREPLICA', 'CL_SALV_TABLE', 'I_BUSINESSPARTNER'). | |
| object_type | No | ABAP object type to filter (e.g. 'FUNC', 'CLAS', 'DDLS', 'BDEF', 'INTF'). Omit to return all entries for this name (e.g. when both DDLS and BDEF exist). | |
| deployment_target | No | Deployment environment. PCE=Private Cloud Edition, PUBLIC=Public Cloud, BTP=BTP ABAP. | PCE |
| response_format | No | 'full' returns all fields. 'summary' returns level, state, and action only. | full |