/AWS1/CL_APSSOFTWAREASSOCS¶
The association between a license-included application and a resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_softwarename TYPE /AWS1/APSSTRING /AWS1/APSSTRING¶
The name of the license-included application.
Possible values include the following:
Microsoft_Office_2021_LTSC_Professional_Plus_32Bit
Microsoft_Office_2021_LTSC_Professional_Plus_64Bit
Microsoft_Office_2024_LTSC_Professional_Plus_32Bit
Microsoft_Office_2024_LTSC_Professional_Plus_64Bit
Microsoft_Visio_2021_LTSC_Professional_32Bit
Microsoft_Visio_2021_LTSC_Professional_64Bit
Microsoft_Visio_2024_LTSC_Professional_32Bit
Microsoft_Visio_2024_LTSC_Professional_64Bit
Microsoft_Project_2021_Professional_32Bit
Microsoft_Project_2021_Professional_64Bit
Microsoft_Project_2024_Professional_32Bit
Microsoft_Project_2024_Professional_64Bit
Microsoft_Office_2021_LTSC_Standard_32Bit
Microsoft_Office_2021_LTSC_Standard_64Bit
Microsoft_Office_2024_LTSC_Standard_32Bit
Microsoft_Office_2024_LTSC_Standard_64Bit
Microsoft_Visio_2021_LTSC_Standard_32Bit
Microsoft_Visio_2021_LTSC_Standard_64Bit
Microsoft_Visio_2024_LTSC_Standard_32Bit
Microsoft_Visio_2024_LTSC_Standard_64Bit
Microsoft_Project_2021_Standard_32Bit
Microsoft_Project_2021_Standard_64Bit
Microsoft_Project_2024_Standard_32Bit
Microsoft_Project_2024_Standard_64Bit
iv_status TYPE /AWS1/APSSOFTWAREDEPLOYMENTS00 /AWS1/APSSOFTWAREDEPLOYMENTS00¶
The deployment status of the license-included application.
it_deploymenterror TYPE /AWS1/CL_APSERRORDETAILS=>TT_ERRORDETAILSLIST TT_ERRORDETAILSLIST¶
The error details for failed deployments of the license-included application.
Queryable Attributes¶
SoftwareName¶
The name of the license-included application.
Possible values include the following:
Microsoft_Office_2021_LTSC_Professional_Plus_32Bit
Microsoft_Office_2021_LTSC_Professional_Plus_64Bit
Microsoft_Office_2024_LTSC_Professional_Plus_32Bit
Microsoft_Office_2024_LTSC_Professional_Plus_64Bit
Microsoft_Visio_2021_LTSC_Professional_32Bit
Microsoft_Visio_2021_LTSC_Professional_64Bit
Microsoft_Visio_2024_LTSC_Professional_32Bit
Microsoft_Visio_2024_LTSC_Professional_64Bit
Microsoft_Project_2021_Professional_32Bit
Microsoft_Project_2021_Professional_64Bit
Microsoft_Project_2024_Professional_32Bit
Microsoft_Project_2024_Professional_64Bit
Microsoft_Office_2021_LTSC_Standard_32Bit
Microsoft_Office_2021_LTSC_Standard_64Bit
Microsoft_Office_2024_LTSC_Standard_32Bit
Microsoft_Office_2024_LTSC_Standard_64Bit
Microsoft_Visio_2021_LTSC_Standard_32Bit
Microsoft_Visio_2021_LTSC_Standard_64Bit
Microsoft_Visio_2024_LTSC_Standard_32Bit
Microsoft_Visio_2024_LTSC_Standard_64Bit
Microsoft_Project_2021_Standard_32Bit
Microsoft_Project_2021_Standard_64Bit
Microsoft_Project_2024_Standard_32Bit
Microsoft_Project_2024_Standard_64Bit
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_SOFTWARENAME() | 
Getter for SOFTWARENAME, with configurable default | 
ASK_SOFTWARENAME() | 
Getter for SOFTWARENAME w/ exceptions if field has no value | 
HAS_SOFTWARENAME() | 
Determine if SOFTWARENAME has a value | 
Status¶
The deployment status of the license-included application.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_STATUS() | 
Getter for STATUS, with configurable default | 
ASK_STATUS() | 
Getter for STATUS w/ exceptions if field has no value | 
HAS_STATUS() | 
Determine if STATUS has a value | 
DeploymentError¶
The error details for failed deployments of the license-included application.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_DEPLOYMENTERROR() | 
Getter for DEPLOYMENTERROR, with configurable default | 
ASK_DEPLOYMENTERROR() | 
Getter for DEPLOYMENTERROR w/ exceptions if field has no val | 
HAS_DEPLOYMENTERROR() | 
Determine if DEPLOYMENTERROR 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_SOFTWAREASSOCIATIONSLIST¶
TYPES TT_SOFTWAREASSOCIATIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_APSSOFTWAREASSOCS WITH DEFAULT KEY
.