/AWS1/CL_BDOPROVIDERPREFIX¶
The configuration that controls how a provider prefix is applied to model IDs during translation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_strip TYPE /AWS1/BDOBOOLEAN /AWS1/BDOBOOLEAN¶
Whether clients can omit the provider prefix from model IDs. If
true, the gateway accepts model IDs without the prefix and restores the full prefixed form before forwarding to the provider. The default isfalse.
iv_separator TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
The single character that separates the provider prefix from the model name (for example,
.). The default is..
Queryable Attributes¶
strip¶
Whether clients can omit the provider prefix from model IDs. If
true, the gateway accepts model IDs without the prefix and restores the full prefixed form before forwarding to the provider. The default isfalse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRIP() |
Getter for STRIP |
separator¶
The single character that separates the provider prefix from the model name (for example,
.). The default is..
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEPARATOR() |
Getter for SEPARATOR, with configurable default |
ASK_SEPARATOR() |
Getter for SEPARATOR w/ exceptions if field has no value |
HAS_SEPARATOR() |
Determine if SEPARATOR has a value |