/AWS1/CL_BDICAPABILITYSUMMARY¶
Returns the capability summary details. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_capabilityid TYPE /AWS1/BDICAPABILITYID /AWS1/BDICAPABILITYID¶
Returns a system-assigned unique identifier for the capability.
iv_name TYPE /AWS1/BDICAPABILITYNAME /AWS1/BDICAPABILITYNAME¶
The display name of the capability.
iv_type TYPE /AWS1/BDICAPABILITYTYPE /AWS1/BDICAPABILITYTYPE¶
Returns the type of the capability. Currently, only
ediis supported.
iv_createdat TYPE /AWS1/BDICREATEDDATE /AWS1/BDICREATEDDATE¶
Returns a timestamp for creation date and time of the capability.
Optional arguments:¶
iv_modifiedat TYPE /AWS1/BDIMODIFIEDDATE /AWS1/BDIMODIFIEDDATE¶
Returns a timestamp that identifies the most recent date and time that the capability was modified.
Queryable Attributes¶
capabilityId¶
Returns a system-assigned unique identifier for the capability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITYID() |
Getter for CAPABILITYID, with configurable default |
ASK_CAPABILITYID() |
Getter for CAPABILITYID w/ exceptions if field has no value |
HAS_CAPABILITYID() |
Determine if CAPABILITYID has a value |
name¶
The display name of the capability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
type¶
Returns the type of the capability. Currently, only
ediis supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
createdAt¶
Returns a timestamp for creation date and time of the capability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
modifiedAt¶
Returns a timestamp that identifies the most recent date and time that the capability was modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODIFIEDAT() |
Getter for MODIFIEDAT, with configurable default |
ASK_MODIFIEDAT() |
Getter for MODIFIEDAT w/ exceptions if field has no value |
HAS_MODIFIEDAT() |
Determine if MODIFIEDAT 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_CAPABILITYLIST¶
TYPES TT_CAPABILITYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDICAPABILITYSUMMARY WITH DEFAULT KEY
.