/AWS1/CL_MHSAPPLICATIONCOMPO02¶
Contains the summary of application components.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_apptype TYPE /AWS1/MHSAPPTYPE /AWS1/MHSAPPTYPE¶
Contains the name of application types.
iv_count TYPE /AWS1/MHSINTEGER /AWS1/MHSINTEGER¶
Contains the count of application type.
Queryable Attributes¶
appType¶
Contains the name of application types.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPTYPE() |
Getter for APPTYPE, with configurable default |
ASK_APPTYPE() |
Getter for APPTYPE w/ exceptions if field has no value |
HAS_APPTYPE() |
Determine if APPTYPE has a value |
count¶
Contains the count of application type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT 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_LSTAPPLICATIONCOMPONENTSUMM¶
TYPES TT_LSTAPPLICATIONCOMPONENTSUMM TYPE STANDARD TABLE OF REF TO /AWS1/CL_MHSAPPLICATIONCOMPO02 WITH DEFAULT KEY
.