/AWS1/CL_SHBCREATETICKETV2RSP¶
CreateTicketV2Response
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_ticketid TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The ID for the ticketv2.
Optional arguments:¶
iv_ticketsrcurl TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The url to the created ticket.
Queryable Attributes¶
TicketId¶
The ID for the ticketv2.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TICKETID() |
Getter for TICKETID, with configurable default |
ASK_TICKETID() |
Getter for TICKETID w/ exceptions if field has no value |
HAS_TICKETID() |
Determine if TICKETID has a value |
TicketSrcUrl¶
The url to the created ticket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TICKETSRCURL() |
Getter for TICKETSRCURL, with configurable default |
ASK_TICKETSRCURL() |
Getter for TICKETSRCURL w/ exceptions if field has no value |
HAS_TICKETSRCURL() |
Determine if TICKETSRCURL has a value |