abap_bopf
Inspect BOPF business object design-time models with show, raw, search, and reference-check modes. Retrieve structured digests or raw XML to debug dependencies and object relationships.
Instructions
Reads a BOPF business object's design-time model: show (default, digest) | raw (v4 XML) | search (needs object_type) | check_refs (up to max_sites, default 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bo | No | BOPF business object name. Required for show/raw/check_refs. | |
| mode | No | Default "show" (digest). "raw" is the expensive escape hatch. | |
| query | No | search: free-text filter. | |
| max_sites | No | check_refs: cap on sites probed. Default 25. | |
| max_results | No | search: cap on returned hits. | |
| object_type | No | search: required, e.g. "BOBF"; omitting it 400s. |