bw_update_dtp
Update DTP properties: description, filter values (field = value), and extraction mode (Full/Delta). Manage filter fields and switch between delta/full extraction with delta-init awareness.
Instructions
Update DTP properties: description, simple value filter (e.g. field = value), and/or extraction mode (Full vs Delta). Use this for setting filter values on existing filter fields. Note: switching extraction mode between Delta and Full (and back) has BW delta-init implications — a later delta load may require re-initialization of the delta on the source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dtp_name | Yes | DTP name to update (e.g. "DTP_..."). | |
| transport | No | Transport request number. Required on systems with transport obligation. | |
| description | No | New description text for the DTP. | |
| filter_field | No | Field name to filter on. Requires filter_value. | |
| filter_value | No | Filter value(s) for the selection. Comma-separated for multiple values (e.g. "VAL1,VAL2"). | |
| extraction_mode | No | Switch the DTP extraction mode. "full" sets extractionMode="F"; "delta" sets extractionMode="D" (only valid for delta-capable sources). Switching modes has delta-init implications — see the tool note. | |
| filter_dta_name | No | Internal dtaName for the filter field. Reserved for future use. | |
| 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_lock_holder | No | Transport lock holder. The transport request that currently owns the object lock. Required on some systems when updating an existing object. |