bw_read_metadata_tables
Reads classic SAP BW object definitions directly from metadata tables as a read-only fallback when REST resources are missing, covering transformations, DTPs, InfoCubes, MultiProviders, DataStore Objects, and process chains.
Instructions
Read a BW object definition directly from its metadata tables (via the ADT DataPreview service). Read-only fallback for object types the connected system does not publish as a REST resource — on classic SAP BW (7.5) that is typically transformations and DTPs, and the classic providers, for which no release ships a REST resource. Use bw_system_profile to see which endpoints a system publishes. Supported object_type: TRFN (transformation incl. start/end/expert and field routine source code), DTPA (data transfer process), ODSO (classic DataStore Object), CUBE (InfoCube), MPRO (MultiProvider) and RSPC (process chain: steps with their variant parameters, in execution order — every step follows its predecessors, but branches that run in parallel have no order among themselves, so read the "After" line of each step for the actual dependency). Requires ADT authorization for the calling user. Prefer bw_get_transformation where the REST endpoint exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Technical name of the object (for TRFN the UUID-like transformation ID). | |
| object_type | Yes | Object type to read. Supported: TRFN, DTPA, ODSO, CUBE, MPRO, RSPC. |