Skip to content

/AWS1/CL_FRM=>LISTSTACKS()

About ListStacks

Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).

Method Signature

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/FRMNEXTTOKEN /AWS1/FRMNEXTTOKEN

A string that identifies the next page of stacks that you want to retrieve.

IT_STACKSTATUSFILTER TYPE /AWS1/CL_FRMSTACKSTATFILTER_W=>TT_STACKSTATUSFILTER TT_STACKSTATUSFILTER

Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FRMLISTSTACKSOUTPUT /AWS1/CL_FRMLISTSTACKSOUTPUT