Skip to content

/AWS1/CL_MHOTEMPLATEINPUT

The input parameters of a template.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_inputname TYPE /AWS1/MHOTEMPLATEINPUTNAME /AWS1/MHOTEMPLATEINPUTNAME

The name of the template.

iv_datatype TYPE /AWS1/MHODATATYPE /AWS1/MHODATATYPE

The data type of the template input.

iv_required TYPE /AWS1/MHOBOOLEAN /AWS1/MHOBOOLEAN

Determine if an input is required from the template.


Queryable Attributes

inputName

The name of the template.

Accessible with the following methods

Method Description
GET_INPUTNAME() Getter for INPUTNAME, with configurable default
ASK_INPUTNAME() Getter for INPUTNAME w/ exceptions if field has no value
HAS_INPUTNAME() Determine if INPUTNAME has a value

dataType

The data type of the template input.

Accessible with the following methods

Method Description
GET_DATATYPE() Getter for DATATYPE, with configurable default
ASK_DATATYPE() Getter for DATATYPE w/ exceptions if field has no value
HAS_DATATYPE() Determine if DATATYPE has a value

required

Determine if an input is required from the template.

Accessible with the following methods

Method Description
GET_REQUIRED() Getter for REQUIRED, with configurable default
ASK_REQUIRED() Getter for REQUIRED w/ exceptions if field has no value
HAS_REQUIRED() Determine if REQUIRED has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TEMPLATEINPUTLIST

TYPES TT_TEMPLATEINPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MHOTEMPLATEINPUT WITH DEFAULT KEY
.