Skip to content

/AWS1/CL_BUPLISTREPORTJOBSOUT

ListReportJobsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

it_reportjobs TYPE /AWS1/CL_BUPREPORTJOB=>TT_REPORTJOBLIST TT_REPORTJOBLIST

Details about your report jobs in JSON format.

iv_nexttoken TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.


Queryable Attributes

ReportJobs

Details about your report jobs in JSON format.

Accessible with the following methods

Method Description
GET_REPORTJOBS() Getter for REPORTJOBS, with configurable default
ASK_REPORTJOBS() Getter for REPORTJOBS w/ exceptions if field has no value
HAS_REPORTJOBS() Determine if REPORTJOBS has a value

NextToken

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

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