Skip to content

/AWS1/CL_PPMLNKWHATSAPPBUSIN00

Contains your WhatsApp registration status and details of any unregistered WhatsApp phone number.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ACCOUNTNAME TYPE /AWS1/PPMWHATSAPPBUSINESSACN00 /AWS1/PPMWHATSAPPBUSINESSACN00

The name of your account.

IV_REGISTRATIONSTATUS TYPE /AWS1/PPMREGISTRATIONSTATUS /AWS1/PPMREGISTRATIONSTATUS

The registration status of the linked WhatsApp Business Account.

IT_UNREGEDWHATSAPPPHONENUMS TYPE /AWS1/CL_PPMWHATSAPPPHONENODET=>TT_WHATSAPPPHONENUMBERDETLIST TT_WHATSAPPPHONENUMBERDETLIST

The details for unregistered WhatsApp phone numbers.


Queryable Attributes

accountName

The name of your account.

Accessible with the following methods

Method Description
GET_ACCOUNTNAME() Getter for ACCOUNTNAME, with configurable default
ASK_ACCOUNTNAME() Getter for ACCOUNTNAME w/ exceptions if field has no value
HAS_ACCOUNTNAME() Determine if ACCOUNTNAME has a value

registrationStatus

The registration status of the linked WhatsApp Business Account.

Accessible with the following methods

Method Description
GET_REGISTRATIONSTATUS() Getter for REGISTRATIONSTATUS, with configurable default
ASK_REGISTRATIONSTATUS() Getter for REGISTRATIONSTATUS w/ exceptions if field has no
HAS_REGISTRATIONSTATUS() Determine if REGISTRATIONSTATUS has a value

unregisteredWhatsAppPhoneNumbers

The details for unregistered WhatsApp phone numbers.

Accessible with the following methods

Method Description
GET_UNREGEDWHATSAPPPHONENUMS() Getter for UNREGEDWHATSAPPPHONENUMBERS, with configurable de
ASK_UNREGEDWHATSAPPPHONENUMS() Getter for UNREGEDWHATSAPPPHONENUMBERS w/ exceptions if fiel
HAS_UNREGEDWHATSAPPPHONENUMS() Determine if UNREGEDWHATSAPPPHONENUMBERS has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TS_LNKACWITHINCMPLSETUP_MAPROW

TYPES: BEGIN OF TS_LNKACWITHINCMPLSETUP_MAPROW,
key TYPE /AWS1/PPMWHATSAPPBUSINESSACID,
value TYPE REF TO /AWS1/CL_PPMLNKWHATSAPPBUSIN00,
END OF TS_LNKACWITHINCMPLSETUP_MAPROW.

TT_LINKEDACCTWITHINCOMPLSETUP

TYPES TT_LINKEDACCTWITHINCOMPLSETUP TYPE HASHED TABLE OF /AWS1/CL_PPMLNKWHATSAPPBUSIN00=>TS_LNKACWITHINCMPLSETUP_MAPROW WITH UNIQUE KEY key
.