Skip to content

/AWS1/CL_SCA=>CREATEAPPLICATION()

About CreateApplication

Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/SCANAME /AWS1/SCANAME

The name of the application. The name must be unique in the region in which you are creating the application.

IV_CLIENTTOKEN TYPE /AWS1/SCACLIENTTOKEN /AWS1/SCACLIENTTOKEN

A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/SCADESCRIPTION /AWS1/SCADESCRIPTION

The description of the application.

IT_TAGS TYPE /AWS1/CL_SCATAGS_W=>TT_TAGS TT_TAGS

Key-value pairs you can use to associate with the application.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SCACREAPPLICATIONRSP /AWS1/CL_SCACREAPPLICATIONRSP