Skip to content

/AWS1/CL_CMTGETDIFFERENCESOUT

GetDifferencesOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_DIFFERENCES TYPE /AWS1/CL_CMTDIFFERENCE=>TT_DIFFERENCELIST TT_DIFFERENCELIST

A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).

IV_NEXTTOKEN TYPE /AWS1/CMTNEXTTOKEN /AWS1/CMTNEXTTOKEN

An enumeration token that can be used in a request to return the next batch of the results.


Queryable Attributes

differences

A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).

Accessible with the following methods

Method Description
GET_DIFFERENCES() Getter for DIFFERENCES, with configurable default
ASK_DIFFERENCES() Getter for DIFFERENCES w/ exceptions if field has no value
HAS_DIFFERENCES() Determine if DIFFERENCES has a value

NextToken

An enumeration token that can be used in a request to return the next batch of the results.

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