/AWS1/CL_CNTALLOWEDEXTENSION¶
Information about an allowed file extension.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_extension TYPE /AWS1/CNTFILEEXTENSION /AWS1/CNTFILEEXTENSION¶
The file extension. The extension must be between 1 and 10 characters and can contain only alphanumeric characters, hyphens, and underscores.
Queryable Attributes¶
Extension¶
The file extension. The extension must be between 1 and 10 characters and can contain only alphanumeric characters, hyphens, and underscores.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ALLOWEDEXTENSIONSLIST¶
TYPES TT_ALLOWEDEXTENSIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTALLOWEDEXTENSION WITH DEFAULT KEY
.