Skip to content

/AWS1/CL_SGM=>LISTPROCESSINGJOBS()

About ListProcessingJobs

Lists processing jobs that satisfy various filters.

Method Signature

IMPORTING

Optional arguments:

IV_CREATIONTIMEAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only processing jobs created after the specified time.

IV_CREATIONTIMEBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only processing jobs created after the specified time.

IV_LASTMODIFIEDTIMEAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only processing jobs modified after the specified time.

IV_LASTMODIFIEDTIMEBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only processing jobs modified before the specified time.

IV_NAMECONTAINS TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING

A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.

IV_STATUSEQUALS TYPE /AWS1/SGMPROCESSINGJOBSTATUS /AWS1/SGMPROCESSINGJOBSTATUS

A filter that retrieves only processing jobs with a specific status.

IV_SORTBY TYPE /AWS1/SGMSORTBY /AWS1/SGMSORTBY

The field to sort results by. The default is CreationTime.

IV_SORTORDER TYPE /AWS1/SGMSORTORDER /AWS1/SGMSORTORDER

The sort order for results. The default is Ascending.

IV_NEXTTOKEN TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN

If the result of the previous ListProcessingJobs request was truncated, the response includes a NextToken. To retrieve the next set of processing jobs, use the token in the next request.

IV_MAXRESULTS TYPE /AWS1/SGMMAXRESULTS /AWS1/SGMMAXRESULTS

The maximum number of processing jobs to return in the response.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SGMLISTPROCINGJOBSRSP /AWS1/CL_SGMLISTPROCINGJOBSRSP