bw_get_process_variant
Retrieve detailed configuration of a process variant from a SAP BW process chain step. Supports all process types: ABAP, DTP_LOAD, ADSOACT, and more.
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 |
|---|---|---|---|
| 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. | |
| format | No | Output format. "text" (default): readable summary with oDetail as indented JSON. "raw": full parsed JSON. |