Skip to content

/AWS1/CL_BIICONTACT

Represents contact information for a person or role associated with the procurement portal preference.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

The name of the contact person or role.

iv_email TYPE /AWS1/BIIEMAILSTRING /AWS1/BIIEMAILSTRING

The email address of the contact person or role.


Queryable Attributes

Name

The name of the contact person or role.

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

Email

The email address of the contact person or role.

Accessible with the following methods

Method Description
GET_EMAIL() Getter for EMAIL, with configurable default
ASK_EMAIL() Getter for EMAIL w/ exceptions if field has no value
HAS_EMAIL() Determine if EMAIL 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_CONTACTS

TYPES TT_CONTACTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BIICONTACT WITH DEFAULT KEY
.