bw_update_dtp
Update DTP properties including description and filter values. Set simple field filters with inclusive or exclusive options, or clear existing filters.
Instructions
Update DTP properties: description and/or simple value filter (e.g. field = value). Use this for setting filter values on existing filter fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dtp_name | Yes | DTP name to update (e.g. "DTP_..."). | |
| description | No | New description text for the DTP. | |
| filter_field | No | Field name to filter on. Requires filter_value. | |
| filter_dta_name | No | Internal dtaName for the filter field. Reserved for future use. | |
| filter_value | No | Filter value(s) for the selection. Comma-separated for multiple values (e.g. "VAL1,VAL2"). | |
| filter_excluding | No | If true, the filter excludes the given values (excluding="true"). Default false (inclusive). | |
| filter_clear_fields | No | Comma-separated list of field names whose filter selections should be removed entirely. | |
| transport | No | Transport request number. Required on systems with transport obligation. | |
| transport_lock_holder | No | Transport lock holder. The transport request that currently owns the object lock. Required on some systems when updating an existing object. |