Skip to content

/AWS1/CL_SCG=>GETPROVISIONEDPRODUCTOUTPUTS()

About GetProvisionedProductOutputs

This API takes either a ProvisonedProductId or a ProvisionedProductName, along with a list of one or more output keys, and responds with the key/value pairs of those outputs.

Method Signature

IMPORTING

Optional arguments:

IV_ACCEPTLANGUAGE TYPE /AWS1/SCGACCEPTLANGUAGE /AWS1/SCGACCEPTLANGUAGE

The language code.

  • jp - Japanese

  • zh - Chinese

IV_PROVISIONEDPRODUCTID TYPE /AWS1/SCGID /AWS1/SCGID

The identifier of the provisioned product that you want the outputs from.

IV_PROVISIONEDPRODUCTNAME TYPE /AWS1/SCGPROVPRODUCTNAME /AWS1/SCGPROVPRODUCTNAME

The name of the provisioned product that you want the outputs from.

IT_OUTPUTKEYS TYPE /AWS1/CL_SCGOUTPUTKEYS_W=>TT_OUTPUTKEYS TT_OUTPUTKEYS

The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.

IV_PAGESIZE TYPE /AWS1/SCGPAGESIZE /AWS1/SCGPAGESIZE

The maximum number of items to return with this call.

IV_PAGETOKEN TYPE /AWS1/SCGPAGETOKEN /AWS1/SCGPAGETOKEN

The page token for the next set of results. To retrieve the first set of results, use null.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SCGGETPROVPRODUCTOU01 /AWS1/CL_SCGGETPROVPRODUCTOU01