Skip to content

/AWS1/CL_MDXBATCHGETRTROUTRSP

BatchGetRouterOutputResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_routeroutputs TYPE /AWS1/CL_MDXROUTEROUTPUT=>TT_ROUTEROUTPUTLIST TT_ROUTEROUTPUTLIST

An array of router outputs that were successfully retrieved.

it_errors TYPE /AWS1/CL_MDXBTCGETRTROUTERROR=>TT_BATCHGETROUTEROUTERRORLIST TT_BATCHGETROUTEROUTERRORLIST

An array of errors that occurred when retrieving the requested router outputs.


Queryable Attributes

RouterOutputs

An array of router outputs that were successfully retrieved.

Accessible with the following methods

Method Description
GET_ROUTEROUTPUTS() Getter for ROUTEROUTPUTS, with configurable default
ASK_ROUTEROUTPUTS() Getter for ROUTEROUTPUTS w/ exceptions if field has no value
HAS_ROUTEROUTPUTS() Determine if ROUTEROUTPUTS has a value

Errors

An array of errors that occurred when retrieving the requested router outputs.

Accessible with the following methods

Method Description
GET_ERRORS() Getter for ERRORS, with configurable default
ASK_ERRORS() Getter for ERRORS w/ exceptions if field has no value
HAS_ERRORS() Determine if ERRORS has a value