cc_find_successors
Finds successor APIs for deprecated ABAP objects, providing migration advice and Clean Core levels to guide your transition.
Instructions
Find successor APIs for deprecated or classic API ABAP objects. Returns: successorClassification (oneObject / multipleObjects / none), list of successor object names and types, their Clean Core levels, and migration advice. Tells you exactly which Released API to migrate to when retiring a deprecated dependency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ABAP object name to find successors for (e.g. 'BAPI_GOODSMVT_CREATE'). | |
| deployment_target | No | Deployment environment: PCE, PUBLIC, or BTP. | PCE |
| response_format | No | 'full' includes successor Clean Core levels. 'summary' is compact. | full |