/AWS1/CL_SGMLISTTRIALSRESPONSE¶
ListTrialsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_trialsummaries TYPE /AWS1/CL_SGMTRIALSUMMARY=>TT_TRIALSUMMARIES TT_TRIALSUMMARIES¶
A list of the summaries of your trials.
iv_nexttoken TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN¶
A token for getting the next set of trials, if there are any.
Queryable Attributes¶
TrialSummaries¶
A list of the summaries of your trials.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIALSUMMARIES() |
Getter for TRIALSUMMARIES, with configurable default |
ASK_TRIALSUMMARIES() |
Getter for TRIALSUMMARIES w/ exceptions if field has no valu |
HAS_TRIALSUMMARIES() |
Determine if TRIALSUMMARIES has a value |
NextToken¶
A token for getting the next set of trials, if there are any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |