Skip to content

/AWS1/CL_MDIUPDATEFEEDRESPONSE

UpdateFeedResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/MDIFEEDARN /AWS1/MDIFEEDARN

The ARN of the feed.

iv_name TYPE /AWS1/MDIRESOURCENAME /AWS1/MDIRESOURCENAME

The updated or original name of the feed.

iv_id TYPE /AWS1/MDIFEEDID /AWS1/MDIFEEDID

The ID of the feed.

it_dataendpoints TYPE /AWS1/CL_MDISTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The data endpoints of the feed.

it_outputs TYPE /AWS1/CL_MDIGETOUTPUT=>TT_GETOUTPUTLIST TT_GETOUTPUTLIST

The array of outputs in the feed. You might have left this array unchanged, or you might have changed it.

iv_status TYPE /AWS1/MDIFEEDSTATUS /AWS1/MDIFEEDSTATUS

The status of the output.

Optional arguments:

io_association TYPE REF TO /AWS1/CL_MDIFEEDASSOCIATION /AWS1/CL_MDIFEEDASSOCIATION

True means that the output was originally created in the feed by the AssociateFeed operation. False means it was created using CreateFeed or UpdateFeed. You will need this value if you use the UpdateFeed operation to modify the list of outputs in the feed.

it_tags TYPE /AWS1/CL_MDITAGMAP_W=>TT_TAGMAP TT_TAGMAP

The name of the resource currently associated with the feed, if any.


Queryable Attributes

arn

The ARN of the feed.

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 updated or original name of the feed.

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

id

The ID of the feed.

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

dataEndpoints

The data endpoints of the feed.

Accessible with the following methods

Method Description
GET_DATAENDPOINTS() Getter for DATAENDPOINTS, with configurable default
ASK_DATAENDPOINTS() Getter for DATAENDPOINTS w/ exceptions if field has no value
HAS_DATAENDPOINTS() Determine if DATAENDPOINTS has a value

outputs

The array of outputs in the feed. You might have left this array unchanged, or you might have changed it.

Accessible with the following methods

Method Description
GET_OUTPUTS() Getter for OUTPUTS, with configurable default
ASK_OUTPUTS() Getter for OUTPUTS w/ exceptions if field has no value
HAS_OUTPUTS() Determine if OUTPUTS has a value

status

The status of the output.

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

association

True means that the output was originally created in the feed by the AssociateFeed operation. False means it was created using CreateFeed or UpdateFeed. You will need this value if you use the UpdateFeed operation to modify the list of outputs in the feed.

Accessible with the following methods

Method Description
GET_ASSOCIATION() Getter for ASSOCIATION

tags

The name of the resource currently associated with the feed, if any.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value