Skip to content

/AWS1/CL_BDCLISTMEMORYRECSOUT

ListMemoryRecordsOutput

CONSTRUCTOR

IMPORTING

Required arguments:

it_memoryrecordsummaries TYPE /AWS1/CL_BDCMEMORYRECSUMMARY=>TT_MEMORYRECORDSUMMARYLIST TT_MEMORYRECORDSUMMARYLIST

The list of memory record summaries that match the specified criteria.

Optional arguments:

iv_nexttoken TYPE /AWS1/BDCPAGINATIONTOKEN /AWS1/BDCPAGINATIONTOKEN

The token to use in a subsequent request to get the next set of results. This value is null when there are no more results to return.


Queryable Attributes

memoryRecordSummaries

The list of memory record summaries that match the specified criteria.

Accessible with the following methods

Method Description
GET_MEMORYRECORDSUMMARIES() Getter for MEMORYRECORDSUMMARIES, with configurable default
ASK_MEMORYRECORDSUMMARIES() Getter for MEMORYRECORDSUMMARIES w/ exceptions if field has
HAS_MEMORYRECORDSUMMARIES() Determine if MEMORYRECORDSUMMARIES has a value

nextToken

The token to use in a subsequent request to get the next set of results. This value is null when there are no more results to return.

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