/AWS1/CL_BDZCODEINTERPRETERI00¶
Contains information about the code interpreter being invoked.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_code TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The code for the code interpreter to use.
it_files TYPE /AWS1/CL_BDZFILES_W=>TT_FILES TT_FILES¶
Files that are uploaded for code interpreter to use.
Queryable Attributes¶
code¶
The code for the code interpreter to use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
files¶
Files that are uploaded for code interpreter to use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILES() |
Getter for FILES, with configurable default |
ASK_FILES() |
Getter for FILES w/ exceptions if field has no value |
HAS_FILES() |
Determine if FILES has a value |