Skip to content

/AWS1/CL_DOAREFERENCEINPUT

Reference information linking a task to external systems - for input with validation

CONSTRUCTOR

IMPORTING

Required arguments:

iv_system TYPE /AWS1/DOASTRING /AWS1/DOASTRING

The name of the external system

iv_referenceid TYPE /AWS1/DOARESOURCEID /AWS1/DOARESOURCEID

The unique identifier in the external system

iv_referenceurl TYPE /AWS1/DOASTRING /AWS1/DOASTRING

URL to access the reference in the external system

iv_associationid TYPE /AWS1/DOARESOURCEID /AWS1/DOARESOURCEID

Association identifier of the external system

Optional arguments:

iv_title TYPE /AWS1/DOASTRING /AWS1/DOASTRING

Optional title for the reference


Queryable Attributes

system

The name of the external system

Accessible with the following methods

Method Description
GET_SYSTEM() Getter for SYSTEM, with configurable default
ASK_SYSTEM() Getter for SYSTEM w/ exceptions if field has no value
HAS_SYSTEM() Determine if SYSTEM has a value

title

Optional title for the reference

Accessible with the following methods

Method Description
GET_TITLE() Getter for TITLE, with configurable default
ASK_TITLE() Getter for TITLE w/ exceptions if field has no value
HAS_TITLE() Determine if TITLE has a value

referenceId

The unique identifier in the external system

Accessible with the following methods

Method Description
GET_REFERENCEID() Getter for REFERENCEID, with configurable default
ASK_REFERENCEID() Getter for REFERENCEID w/ exceptions if field has no value
HAS_REFERENCEID() Determine if REFERENCEID has a value

referenceUrl

URL to access the reference in the external system

Accessible with the following methods

Method Description
GET_REFERENCEURL() Getter for REFERENCEURL, with configurable default
ASK_REFERENCEURL() Getter for REFERENCEURL w/ exceptions if field has no value
HAS_REFERENCEURL() Determine if REFERENCEURL has a value

associationId

Association identifier of the external system

Accessible with the following methods

Method Description
GET_ASSOCIATIONID() Getter for ASSOCIATIONID, with configurable default
ASK_ASSOCIATIONID() Getter for ASSOCIATIONID w/ exceptions if field has no value
HAS_ASSOCIATIONID() Determine if ASSOCIATIONID has a value