Skip to content

/AWS1/CL_PTBGETBENEFITOUTPUT

GetBenefitOutput

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 detailed 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 (e.g., credits, access, disbursement).

io_benefitrequestschema TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT

The schema definition that describes the required fields for requesting this benefit.

iv_status TYPE /AWS1/PTBBENEFITSTATUS /AWS1/PTBBENEFITSTATUS

The current status of the benefit (e.g., active, inactive, deprecated).


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 detailed 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 (e.g., credits, access, disbursement).

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

BenefitRequestSchema

The schema definition that describes the required fields for requesting this benefit.

Accessible with the following methods

Method Description
GET_BENEFITREQUESTSCHEMA() Getter for BENEFITREQUESTSCHEMA, with configurable default
ASK_BENEFITREQUESTSCHEMA() Getter for BENEFITREQUESTSCHEMA w/ exceptions if field has n
HAS_BENEFITREQUESTSCHEMA() Determine if BENEFITREQUESTSCHEMA has a value

Status

The current status of the benefit (e.g., active, inactive, deprecated).

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