Skip to content

/AWS1/CL_SCG=>SEARCHPROVISIONEDPRODUCTS()

About SearchProvisionedProducts

Gets information about the provisioned products that meet the specified criteria.

Method Signature

IMPORTING

Optional arguments:

IV_ACCEPTLANGUAGE TYPE /AWS1/SCGACCEPTLANGUAGE /AWS1/SCGACCEPTLANGUAGE

The language code.

  • jp - Japanese

  • zh - Chinese

IO_ACCESSLEVELFILTER TYPE REF TO /AWS1/CL_SCGACCESSLEVELFILTER /AWS1/CL_SCGACCESSLEVELFILTER

The access level to use to obtain results. The default is User.

IT_FILTERS TYPE /AWS1/CL_SCGPROVPRODUCTVIEWF00=>TT_PROVISIONEDPRODUCTFILTERS TT_PROVISIONEDPRODUCTFILTERS

The search filters.

When the key is SearchQuery, the searchable fields are arn, createdTime, id, lastRecordId, idempotencyToken, name, physicalId, productId, provisioningArtifactId, type, status, tags, userArn, userArnSession, lastProvisioningRecordId, lastSuccessfulProvisioningRecordId, productName, and provisioningArtifactName.

Example: "SearchQuery":["status:AVAILABLE"]

IV_SORTBY TYPE /AWS1/SCGSORTFIELD /AWS1/SCGSORTFIELD

The sort field. If no value is specified, the results are not sorted. The valid values are arn, id, name, and lastRecordId.

IV_SORTORDER TYPE /AWS1/SCGSORTORDER /AWS1/SCGSORTORDER

The sort order. If no value is specified, the results are not sorted.

IV_PAGESIZE TYPE /AWS1/SCGSRCHPROVPRODUCTSPAG00 /AWS1/SCGSRCHPROVPRODUCTSPAG00

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_SCGSRCHPROVPRODUCTS01 /AWS1/CL_SCGSRCHPROVPRODUCTS01