/AWS1/CL_BDCINVOKECODEINTRSP¶
InvokeCodeInterpreterResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_stream
TYPE REF TO /AWS1/IF_BDCCODEINTSTRMOUT_OS
/AWS1/IF_BDCCODEINTSTRMOUT_OS
¶
The stream containing the results of the code execution. This includes output, errors, and execution status.
Optional arguments:¶
iv_sessionid
TYPE /AWS1/BDCCODEINTERPTRSESSIONID
/AWS1/BDCCODEINTERPTRSESSIONID
¶
The identifier of the code interpreter session.
Queryable Attributes¶
sessionId¶
The identifier of the code interpreter session.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
stream¶
The stream containing the results of the code execution. This includes output, errors, and execution status.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STREAM() |
Getter for STREAM |