/AWS1/CL_LOCAPPLEAPP¶
Unique identifying information for an Apple app (iOS, macOS, tvOS and watchOS). Consists of an Apple Bundle ID.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bundleid TYPE /AWS1/LOCAPPLEBUNDLEID /AWS1/LOCAPPLEBUNDLEID¶
The unique identifier of the app across all Apple platforms (iOS, macOS, tvOS, watchOS, etc.)
Queryable Attributes¶
BundleId¶
The unique identifier of the app across all Apple platforms (iOS, macOS, tvOS, watchOS, etc.)
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUNDLEID() |
Getter for BUNDLEID, with configurable default |
ASK_BUNDLEID() |
Getter for BUNDLEID w/ exceptions if field has no value |
HAS_BUNDLEID() |
Determine if BUNDLEID 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_APPLEAPPLIST¶
TYPES TT_APPLEAPPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOCAPPLEAPP WITH DEFAULT KEY
.