Skip to content

/AWS1/CL_CUSGETRECMDRSCHEMARSP

GetRecommenderSchemaResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_recommenderschemaname TYPE /AWS1/CUSNAME /AWS1/CUSNAME

The name of the recommender schema.

it_fields TYPE /AWS1/CL_CUSRECMDRSCHEMAFIELD=>TT_RECOMMENDERSCHEMAFIELDS TT_RECOMMENDERSCHEMAFIELDS

A map of dataset type to column definitions included in the schema.

iv_createdat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP

The timestamp of when the recommender schema was created.

iv_status TYPE /AWS1/CUSRECMDRSCHEMASTATUS /AWS1/CUSRECMDRSCHEMASTATUS

The status of the recommender schema.


Queryable Attributes

RecommenderSchemaName

The name of the recommender schema.

Accessible with the following methods

Method Description
GET_RECOMMENDERSCHEMANAME() Getter for RECOMMENDERSCHEMANAME, with configurable default
ASK_RECOMMENDERSCHEMANAME() Getter for RECOMMENDERSCHEMANAME w/ exceptions if field has
HAS_RECOMMENDERSCHEMANAME() Determine if RECOMMENDERSCHEMANAME has a value

Fields

A map of dataset type to column definitions included in the schema.

Accessible with the following methods

Method Description
GET_FIELDS() Getter for FIELDS, with configurable default
ASK_FIELDS() Getter for FIELDS w/ exceptions if field has no value
HAS_FIELDS() Determine if FIELDS has a value

CreatedAt

The timestamp of when the recommender schema was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

Status

The status of the recommender schema.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value