Skip to content

/AWS1/CL_APC=>CREATEAPPLICATION()

About CreateApplication

Creates an application. In AppConfig, an application is simply an organizational construct like a folder. This organizational construct has a relationship with some unit of executable code. For example, you could create an application called MyMobileApp to organize and manage configuration data for a mobile application installed by your users.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/APCNAME /AWS1/APCNAME

A name for the application.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/APCDESCRIPTION /AWS1/APCDESCRIPTION

A description of the application.

IT_TAGS TYPE /AWS1/CL_APCTAGMAP_W=>TT_TAGMAP TT_TAGMAP

Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_APCAPPLICATION /AWS1/CL_APCAPPLICATION