/AWS1/CL_BDCBROWSEREXTENSION¶
Browser extension configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_location TYPE REF TO /AWS1/CL_BDCRESOURCELOCATION /AWS1/CL_BDCRESOURCELOCATION¶
The location where the browser extension files are stored. This specifies the source from which the extension will be loaded and installed.
Queryable Attributes¶
location¶
The location where the browser extension files are stored. This specifies the source from which the extension will be loaded and installed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BROWSEREXTENSIONS¶
TYPES TT_BROWSEREXTENSIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCBROWSEREXTENSION WITH DEFAULT KEY
.