Skip to content

/AWS1/CL_MDLARCHIVEOUTPUTSTGS

Archive Output Settings

CONSTRUCTOR

IMPORTING

Required arguments:

io_containersettings TYPE REF TO /AWS1/CL_MDLARCHIVECONTAINER00 /AWS1/CL_MDLARCHIVECONTAINER00

Container for this output. Can be auto-detected from extension field.

Optional arguments:

iv_extension TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

Output file extension. If excluded, this will be auto-selected from the container type.

iv_namemodifier TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

String concatenated to the end of the destination filename. Required for multiple outputs of the same type.


Queryable Attributes

ContainerSettings

Container for this output. Can be auto-detected from extension field.

Accessible with the following methods

Method Description
GET_CONTAINERSETTINGS() Getter for CONTAINERSETTINGS

Extension

Output file extension. If excluded, this will be auto-selected from the container type.

Accessible with the following methods

Method Description
GET_EXTENSION() Getter for EXTENSION, with configurable default
ASK_EXTENSION() Getter for EXTENSION w/ exceptions if field has no value
HAS_EXTENSION() Determine if EXTENSION has a value

NameModifier

String concatenated to the end of the destination filename. Required for multiple outputs of the same type.

Accessible with the following methods

Method Description
GET_NAMEMODIFIER() Getter for NAMEMODIFIER, with configurable default
ASK_NAMEMODIFIER() Getter for NAMEMODIFIER w/ exceptions if field has no value
HAS_NAMEMODIFIER() Determine if NAMEMODIFIER has a value