Skip to content

/AWS1/CL_BDCLISTMEMEXTJOBSOUT

ListMemoryExtractionJobsOutput

CONSTRUCTOR

IMPORTING

Required arguments:

it_jobs TYPE /AWS1/CL_BDCEXTJOBMETADATA=>TT_EXTRACTIONJOBMETADATALIST TT_EXTRACTIONJOBMETADATALIST

List of extraction job metadata matching the specified criteria.

Optional arguments:

iv_nexttoken TYPE /AWS1/BDCPAGINATIONTOKEN /AWS1/BDCPAGINATIONTOKEN

Token to retrieve the next page of results, if available.


Queryable Attributes

jobs

List of extraction job metadata matching the specified criteria.

Accessible with the following methods

Method Description
GET_JOBS() Getter for JOBS, with configurable default
ASK_JOBS() Getter for JOBS w/ exceptions if field has no value
HAS_JOBS() Determine if JOBS has a value

nextToken

Token to retrieve the next page of results, if available.

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