Skip to content

/AWS1/CL_KN2APPLICATIONCODEC00

Describes code configuration for an application.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_codecontenttype TYPE /AWS1/KN2CODECONTENTTYPE /AWS1/KN2CODECONTENTTYPE

Specifies whether the code content is in text or zip format.

Optional arguments:

io_codecontent TYPE REF TO /AWS1/CL_KN2CODECONTENT /AWS1/CL_KN2CODECONTENT

The location and type of the application code.


Queryable Attributes

CodeContent

The location and type of the application code.

Accessible with the following methods

Method Description
GET_CODECONTENT() Getter for CODECONTENT

CodeContentType

Specifies whether the code content is in text or zip format.

Accessible with the following methods

Method Description
GET_CODECONTENTTYPE() Getter for CODECONTENTTYPE, with configurable default
ASK_CODECONTENTTYPE() Getter for CODECONTENTTYPE w/ exceptions if field has no val
HAS_CODECONTENTTYPE() Determine if CODECONTENTTYPE has a value