Skip to content

/AWS1/CL_PTBBENEFITSUMMARY

A summary view of a benefit containing key information for list operations.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/PTBSTRING /AWS1/PTBSTRING

The unique identifier of the benefit.

iv_catalog TYPE /AWS1/PTBCATALOGNAME /AWS1/PTBCATALOGNAME

The catalog identifier that the benefit belongs to.

iv_arn TYPE /AWS1/PTBSTRING /AWS1/PTBSTRING

The Amazon Resource Name (ARN) of the benefit.

iv_name TYPE /AWS1/PTBSTRING /AWS1/PTBSTRING

The human-readable name of the benefit.

iv_description TYPE /AWS1/PTBSTRING /AWS1/PTBSTRING

A brief description of the benefit and its purpose.

it_programs TYPE /AWS1/CL_PTBPROGRAMS_W=>TT_PROGRAMS TT_PROGRAMS

The AWS partner programs that this benefit is associated with.

it_fulfillmenttypes TYPE /AWS1/CL_PTBFULFILLMENTTYPES_W=>TT_FULFILLMENTTYPES TT_FULFILLMENTTYPES

The available fulfillment types for this benefit.

iv_status TYPE /AWS1/PTBBENEFITSTATUS /AWS1/PTBBENEFITSTATUS

The current status of the benefit.


Queryable Attributes

Id

The unique identifier of the benefit.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Catalog

The catalog identifier that the benefit belongs to.

Accessible with the following methods

Method Description
GET_CATALOG() Getter for CATALOG, with configurable default
ASK_CATALOG() Getter for CATALOG w/ exceptions if field has no value
HAS_CATALOG() Determine if CATALOG has a value

Arn

The Amazon Resource Name (ARN) of the benefit.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

Name

The human-readable name of the benefit.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Description

A brief description of the benefit and its purpose.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

Programs

The AWS partner programs that this benefit is associated with.

Accessible with the following methods

Method Description
GET_PROGRAMS() Getter for PROGRAMS, with configurable default
ASK_PROGRAMS() Getter for PROGRAMS w/ exceptions if field has no value
HAS_PROGRAMS() Determine if PROGRAMS has a value

FulfillmentTypes

The available fulfillment types for this benefit.

Accessible with the following methods

Method Description
GET_FULFILLMENTTYPES() Getter for FULFILLMENTTYPES, with configurable default
ASK_FULFILLMENTTYPES() Getter for FULFILLMENTTYPES w/ exceptions if field has no va
HAS_FULFILLMENTTYPES() Determine if FULFILLMENTTYPES has a value

Status

The current status of the benefit.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_BENEFITSUMMARIES

TYPES TT_BENEFITSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTBBENEFITSUMMARY WITH DEFAULT KEY
.