bw_search_objects
Filter SAP BW objects by type, date range, name, or description to retrieve matching object URIs and metadata.
Instructions
Advanced BW object search with filters (type, dates, name/description). Returns a list of { objectName, objectType, title, uri, ... }. Use outputPath for large result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectType | No | ||
| outputPath | No | If provided, the full result is written to this path (under the workdir) and the tool returns only a small summary envelope { ok, outputPath, bytes, summary }. Objects/arrays are written as JSON; ONLY the bw_*_get_xml family writes the raw XML string as plain text (that file is directly reusable as xmlPath in a later save call). Other *_get tools (e.g. bw_dtp_get, bw_trfn_get) write the PARSED XML-to-JSON tree, not raw XML — use the matching bw_*_get_xml tool when you need the raw XML string. Use outputPath for large responses (XML, table data, logs, dataflow graphs). When set, tools skip inline pagination/projection so the file contains the complete payload. | |
| searchTerm | Yes | Search term, may include wildcards like 0ASSET*. | |
| changedOnTo | No | ISO 8601 date. | |
| createdOnTo | No | ISO 8601 date. | |
| searchInName | No | ||
| changedOnFrom | No | ISO 8601 date. | |
| createdOnFrom | No | ISO 8601 date. | |
| searchInDescription | No |