bw_get_process_variant
Retrieve a process variant's complete configuration from a SAP BW chain step. Supports ABAP, DTP, ADSO, decision, planning, and any unknown types, producing a readable summary or raw JSON.
Instructions
Read the detail configuration of a single Process Variant from a Process Chain step. Covers all process types: ABAP (report name + selection variant), ADSOACT (aDSO activation), ADSOREM (request cleanup), PLSWITCHL/PLSWITCHP (planning mode switch), DTP_LOAD, DECISION, and any other type — oDetail is returned as indented JSON for unknown types. Get process_type and variant_name from bw_get_process_chain output (sProcessType and sProcessVariant fields). Use format="raw" to see the full unformatted JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. "text" (default): readable summary with oDetail as indented JSON. "raw": full parsed JSON. | |
| process_type | Yes | Process type technical name from the chain step (e.g. "ABAP", "DTP_LOAD", "ADSOACT", "ADSOREM", "PLSWITCHL", "PLSWITCHP", "DECISION"). Case-insensitive. | |
| variant_name | Yes | Process variant technical name from the chain step (e.g. "ILV_...", "DTP_...", "DEL_..."). Case-insensitive. |