Skip to content

/AWS1/CL_BUPLISTSCANJOBSOUTPUT

ListScanJobsOutput

CONSTRUCTOR

IMPORTING

Required arguments:

it_scanjobs TYPE /AWS1/CL_BUPSCANJOB=>TT_SCANJOBS TT_SCANJOBS

An array of structures containing metadata about your scan jobs returned in JSON format.

Optional arguments:

iv_nexttoken TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00

The next item following a partial list of returned items. For example, if a request is made to return MaxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.


Queryable Attributes

NextToken

The next item following a partial list of returned items. For example, if a request is made to return MaxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

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

ScanJobs

An array of structures containing metadata about your scan jobs returned in JSON format.

Accessible with the following methods

Method Description
GET_SCANJOBS() Getter for SCANJOBS, with configurable default
ASK_SCANJOBS() Getter for SCANJOBS w/ exceptions if field has no value
HAS_SCANJOBS() Determine if SCANJOBS has a value