Skip to content

/AWS1/CL_OSRLISTINSGHTSRSP

The result of a ListInsights request. Contains the list of insights and a pagination token for retrieving the next page of results.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_insights TYPE /AWS1/CL_OSRINSIGHT=>TT_INSIGHTLIST TT_INSIGHTLIST

The list of insights returned for the specified entity.

iv_nexttoken TYPE /AWS1/OSRNEXTTOKEN /AWS1/OSRNEXTTOKEN

When NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.


Queryable Attributes

Insights

The list of insights returned for the specified entity.

Accessible with the following methods

Method Description
GET_INSIGHTS() Getter for INSIGHTS, with configurable default
ASK_INSIGHTS() Getter for INSIGHTS w/ exceptions if field has no value
HAS_INSIGHTS() Determine if INSIGHTS has a value

NextToken

When NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

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