SAP CL_ABAP_ONLINE_COMM_ASSIST OO Class - Assistance Class for ZKK_APC_CHAT









CL_ABAP_ONLINE_COMM_ASSIST is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ABAP_ONLINE_COMM_ASSIST including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_ABAP_ONLINE_COMM_ASSIST is CL_WD_COMPONENT_ASSISTANCE

Method list of CL_ABAP_ONLINE_COMM_ASSIST SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CHECK_APC_EXISTENCYPublic
CALL METHOD cl_abap_online_comm_assist=>CHECK_APC_EXISTENCY...more details

CREATE_ROOMCreate new roomPublic
CALL METHOD cl_abap_online_comm_assist=>CREATE_ROOM...more details

CREATE_ROOM_MEMBERAdd a user to a roomPublic
CALL METHOD cl_abap_online_comm_assist=>CREATE_ROOM_MEMBER...more details

DELETE_ROOMDelete a room by given IDPublic
CALL METHOD cl_abap_online_comm_assist=>DELETE_ROOM...more details

DELETE_ROOM_MEMBERDelete a member from a roomPublic
CALL METHOD cl_abap_online_comm_assist=>DELETE_ROOM_MEMBER...more details

GET_ABSOLUTE_URL_TO_ROOMGet an absolute URL to a chat roomPublic
CALL METHOD cl_abap_online_comm_assist=>GET_ABSOLUTE_URL_TO_ROOM...more details

GET_ACTIVE_ROOM_MEMBERSGet active members of a roomPublic
CALL METHOD cl_abap_online_comm_assist=>GET_ACTIVE_ROOM_MEMBERS...more details

GET_EMAIL_BY_USERNAMEGet email address by usernamePublic
CALL METHOD cl_abap_online_comm_assist=>GET_EMAIL_BY_USERNAME...more details

GET_ROOMSGet rooms and number of membersPublic
CALL METHOD cl_abap_online_comm_assist=>GET_ROOMS...more details

GET_TEXTPublic
CALL METHOD cl_abap_online_comm_assist=>GET_TEXT...more details

GET_TIMEOUTPublic
CALL METHOD cl_abap_online_comm_assist=>GET_TIMEOUT...more details

GET_USER_SETTINGSGet the user settingsPublic
CALL METHOD cl_abap_online_comm_assist=>GET_USER_SETTINGS...more details

READ_ROOMRead properties of a roomPublic
CALL METHOD cl_abap_online_comm_assist=>READ_ROOM...more details

READ_ROOM_MEMBERSPublic
CALL METHOD cl_abap_online_comm_assist=>READ_ROOM_MEMBERS...more details

READ_USER_LAST_CHANGEDGet last changd timestamp from userPublic
CALL METHOD cl_abap_online_comm_assist=>READ_USER_LAST_CHANGED...more details

SEND_MAILSend an emailPublic
CALL METHOD cl_abap_online_comm_assist=>SEND_MAIL...more details

UPDATE_ROOMUpdate room propertiesPublic
CALL METHOD cl_abap_online_comm_assist=>UPDATE_ROOM...more details

UPDATE_USER_SETTINGSUpdate user settingsPublic
CALL METHOD cl_abap_online_comm_assist=>UPDATE_USER_SETTINGS...more details



CL_ABAP_ONLINE_COMM_ASSIST attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
CO_MESSAGE_FIELDSConstantLIKE
Public




CL_ABAP_ONLINE_COMM_ASSIST types

T_ROOM -

Links to Related Class(s)

CL_ABAP_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!