/AWS1/CL_BDOBROWSERENTRPPOLICY¶
Browser enterprise policy configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_location TYPE REF TO /AWS1/CL_BDORESOURCELOCATION /AWS1/CL_BDORESOURCELOCATION¶
The location of the enterprise policy file.
Optional arguments:¶
iv_type TYPE /AWS1/BDOBROWSENTRPPOLICYTYPE /AWS1/BDOBROWSENTRPPOLICYTYPE¶
The type of browser enterprise policy. Available values are
MANAGEDandRECOMMENDED.
Queryable Attributes¶
location¶
The location of the enterprise policy file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION |
type¶
The type of browser enterprise policy. Available values are
MANAGEDandRECOMMENDED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BROWSERENTERPRISEPOLICIES¶
TYPES TT_BROWSERENTERPRISEPOLICIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOBROWSERENTRPPOLICY WITH DEFAULT KEY
.