Skip to content

/AWS1/CL_OSRLSTDATASRCATMTSRSP

ListDataSourceAttachmentsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_attachments TYPE /AWS1/CL_OSRDATASRCATCHMTSUMM=>TT_DATASOURCEATCHMTSUMMARYLIST TT_DATASOURCEATCHMTSUMMARYLIST

A list of data source attachment summaries for the specified application.

iv_nexttoken TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING

The pagination token to use in a subsequent call to retrieve the next set of results.


Queryable Attributes

attachments

A list of data source attachment summaries for the specified application.

Accessible with the following methods

Method Description
GET_ATTACHMENTS() Getter for ATTACHMENTS, with configurable default
ASK_ATTACHMENTS() Getter for ATTACHMENTS w/ exceptions if field has no value
HAS_ATTACHMENTS() Determine if ATTACHMENTS has a value

nextToken

The pagination token to use in a subsequent call to retrieve the next set of results.

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