Search SAP Objects
sap_search_objectsSearch SAP Cloudification Repository for released objects and APIs. Filter by Clean Core Level, object type, component, and state to find upgrade-safe alternatives for ABAP Cloud.
Instructions
Search for SAP objects (classes, interfaces, CDS views, tables, data elements, function groups, RAP artifacts, etc.) in the SAP Cloudification Repository. Filter by Clean Core Level (A/B/C/D), object type, application component, and state. Use this tool to find released APIs for ABAP Cloud development, check if a specific object is available for your target system, or discover alternatives when an object is not released.
SEARCH TIPS:
Use separate words for business concepts: 'purchase order' not 'PURCHASEORDER'
SAP abbreviations are automatically resolved: 'billing document' also finds BILLGDOC*, BILDOC* objects
Compound abbreviations work too: 'purchase order' finds PO* objects, 'bill of material' finds BOM*
Separate words trigger fuzzy matching on SAP abbreviations (e.g., 'physical inventory' finds both PHYSICALINVENTORY* and PHYSINVTRY* objects)
Use exact SAP names only when you know the precise object name (e.g., 'I_PRODUCT', 'MARA')
Combine with app_component filter for targeted results (e.g., query='inventory', app_component='MM-IM')
Prefer singular forms: 'handling unit' not 'handling units' (plural 's' can reduce match accuracy)
Keep queries to 2-3 words maximum; use filters instead of adding more words
System types:
public_cloud (S/4HANA Cloud Public Edition): Only Level A Released APIs
btp (BTP ABAP Environment / Steampunk): Only Level A Released APIs (separate, smaller dataset)
private_cloud / on_premise: Levels A-D available, version-specific
Clean Core Levels (cumulative filter):
A: Released APIs only (ABAP Cloud, upgrade-safe)
B: + Classic APIs (upgrade-stable)
C: + Internal/unclassified objects
D: + noAPI objects (not Clean Core)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1-100). Default: 25. | |
| query | Yes | Search string to match against object names (case-insensitive). Supports two search styles: 1) SAP technical names for exact/prefix matching: 'I_PRODUCT', 'CL_ABAP', 'MARA', 'BAPI_MATERIAL', '/SCWM/PACKING' 2) Natural language with SEPARATE WORDS for fuzzy matching across SAP abbreviations: 'purchase order', 'handling unit', 'physical inventory', 'delivery document' IMPORTANT: Prefer natural language with separate words when searching by business concept. SAP often abbreviates compound names (PHYSICALINVENTORY → PHYSINVTRY, PURCHASEORDER → PURCHORD). Separate words like 'physical inventory' will find BOTH I_PHYSICALINVENTORY* AND I_PHYSINVTRY* objects, while the concatenated form 'PHYSICALINVENTORY' only finds the first group. Keep queries to 2-3 words maximum and use app_component filter to narrow by functional area. | |
| state | No | Filter by specific object state. 'released' = Level A, publicly released APIs. 'deprecated' = Was released, now deprecated (usually has a successor). 'classicAPI' = Level B, classic but upgrade-stable. 'notToBeReleased' = Level C, internal object. 'noAPI' = Level D, not recommended. 'stable' = Level C, stable but without release contract. Leave empty to include all states within the selected Clean Core Level. | |
| offset | No | Number of results to skip for pagination. Default: 0. | |
| version | No | S/4HANA version for Private Cloud or On-Premise systems. Use 'latest' for the most recent version. Format: YEAR for base release, or YEAR_FPS where FPS is the Feature Pack Stack / SP number. IMPORTANT: '2022_1' = FPS01/SP01, '2023_3' = FPS03/SP03, etc. Always use the YEAR_N format when a specific SP/FPS is requested. Use sap_list_versions to see all currently available versions. Ignored for public_cloud and btp systems. Default: latest. | latest |
| object_type | No | Filter by TADIR object type (e.g., 'CLAS', 'DDLS', 'TABL'). Use the sap_list_object_types tool to discover all available types and their counts. Leave empty to search all types. | |
| system_type | No | SAP system type. 'public_cloud' = S/4HANA Cloud Public Edition (Level A Released APIs only). 'btp' = BTP ABAP Environment / Steampunk (Level A Released APIs only, separate dataset from public_cloud). 'private_cloud' = S/4HANA Cloud Private Edition (Levels A-D, version-specific files available). 'on_premise' = S/4HANA on-premise (Levels A-D, version-specific files available). Default: public_cloud. | public_cloud |
| app_component | No | Filter by SAP application component prefix (case-insensitive, partial match). Examples: 'MM-PUR' (Purchasing), 'FI-GL' (General Ledger), 'SD-SLS' (Sales), 'BC-SRV' (Basis Services), 'EWM' (Extended Warehouse Management). Leave empty to search all components. | |
| clean_core_level | No | Maximum Clean Core Level to include in results (cumulative). Replaces the 3-tier extensibility model since August 2025. Level A: Released APIs only (ABAP Cloud, fully upgrade-safe). Level B: + Classic APIs (upgrade-stable, governance recommended). Level C: + Internal/unclassified objects (manageable risk, consult changelog). Level D: + noAPI objects (not Clean Core, should be remediated). For public_cloud and btp systems, only Level A is available. Default: A. | A |