Skip to content

/AWS1/CL_CCGLISTOBJECTIVESRSP

ListObjectivesResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_objectives TYPE /AWS1/CL_CCGOBJECTIVESUMMARY=>TT_OBJECTIVESUMMARYLIST TT_OBJECTIVESUMMARYLIST

The list of objectives that the ListObjectives API returns.

Optional arguments:

iv_nexttoken TYPE /AWS1/CCGPAGINATIONTOKEN /AWS1/CCGPAGINATIONTOKEN

The pagination token that's used to fetch the next set of results.


Queryable Attributes

Objectives

The list of objectives that the ListObjectives API returns.

Accessible with the following methods

Method Description
GET_OBJECTIVES() Getter for OBJECTIVES, with configurable default
ASK_OBJECTIVES() Getter for OBJECTIVES w/ exceptions if field has no value
HAS_OBJECTIVES() Determine if OBJECTIVES has a value

NextToken

The pagination token that's used to fetch the next set of 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