Skip to content

/AWS1/CL_MDCSEARCHJOBSRESPONSE

SearchJobsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_JOBS TYPE /AWS1/CL_MDCJOB=>TT___LISTOFJOB TT___LISTOFJOB

List of jobs.

IV_NEXTTOKEN TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING

Use this string to request the next batch of jobs.


Queryable Attributes

Jobs

List of jobs.

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

Use this string to request the next batch of jobs.

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