SAP ABAP Class CL_GUI_SPH_STATUS_CONTROL (SAPphone: Status Event Control)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-COM (Application Component) Communication Services: Mail, Fax, SMS, Telephony
⤷
SPHO (Package) SAPphone: Telephone Integration in R/3
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GUI_CONTROL | Proxy Class for Control in GUI | 19990927 |
Properties
| Class | CL_GUI_SPH_STATUS_CONTROL | |
| Short Description | SAPphone: Status Event Control | |
| Super Class | CL_GUI_CONTROL | Proxy Class for Control in GUI |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPHO | SAPphone: Telephone Integration in R/3 |
| Created | 19990927 | SAP |
| Last change | 19990927 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GUI_SPH_STATUS_CONTROL has no interface implemented.
Friends
Class CL_GUI_SPH_STATUS_CONTROL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | I | 4 | EventID: Call Attached Data Changed | 19991216 | ||
| 2 | Static Attribute | Public | Type reference (TYPE) | I | 2 | EventID: Call Ended | 19991216 | ||
| 3 | Static Attribute | Public | Type reference (TYPE) | I | 5 | EventID: Call Subscriber Added | 20000302 | ||
| 4 | Static Attribute | Public | Type reference (TYPE) | I | 6 | EventID: Call Subscriber Removed | 20000302 | ||
| 5 | Static Attribute | Public | Type reference (TYPE) | I | 1 | EventID: Call State Changed | 19991216 | ||
| 6 | Static Attribute | Public | Type reference (TYPE) | I | 3 | EventID: New Call | 19991216 | ||
| 7 | Static Attribute | Public | Type reference (TYPE) | I | 7 | EventID: New Request | 20010206 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 19990927 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CALL_DATA_CHANGED | Instance Event (0) |
Public (2) |
Call Attached Data Changed | 19991206 |
| 2 | CALL_ENDED | Instance Event (0) |
Public (2) |
Call Ended | 19991206 |
| 3 | CALL_PARTY_ADDED | Instance Event (0) |
Public (2) |
Subscriber Added to Conference Call | 20000302 |
| 4 | CALL_PARTY_REMOVED | Instance Event (0) |
Public (2) |
Subscriber Removed from Conference Call | 20000302 |
| 5 | CALL_STATE_CHANGED | Instance Event (0) |
Public (2) |
Call State Changed | 19991207 |
| 6 | NEW_CALL | Instance Event (0) |
Public (2) |
New Call | 19991206 |
| 7 | NEW_REQUEST | Instance Event (0) |
Public (2) |
New Communication Request (E-Mail, Fax, Chat....) | 20010206 |
Types
Class CL_GUI_SPH_STATUS_CONTROL has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LIFETIME | Call by reference | Type reference (TYPE) | I | lifetime | 19990927 | |||
| 2 | PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | container | 19990927 | |||
| 3 | SHELLSTYLE | Call by reference | Type reference (TYPE) | I | shellstyle | 19990927 | |||
| 4 | TYPE | Call by reference | Type reference (TYPE) | SP_TYPE | Type SKSM-Einträge: dynamisch, statisch,... | 19991227 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Genereller Fehler | 19990927 | ||
| 2 | Falsches GUI Objektmodell | 19990927 | ||
| 3 | Kein Container übergeben | 19990927 |
Event Signatures
Event CALL_DATA_CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CALLDATA | Exporting | Value transfer | Type reference (TYPE) | SPH_T_CAD | Tabelle mit Call attached data | 19991207 | ||
| 2 | HANDLE | Exporting | Value transfer | Type reference (TYPE) | SP_HANDLE | Von WS-Software vergebene Identifikatione eines Anrufs | 19991207 |
Event CALL_ENDED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HANDLE | Exporting | Value transfer | Type reference (TYPE) | SP_HANDLE | Von WS-Software vergebene Identifikatione eines Anrufs | 19991207 |
Event CALL_PARTY_ADDED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFERENCE_HANDLE | Exporting | Value transfer | Type reference (TYPE) | SP_HANDLE | Anruf-ID des neuen Conference Calls | 20000302 | ||
| 2 | CONSULT_HANDLE | Exporting | Value transfer | Type reference (TYPE) | SP_HANDLE | Anruf-ID des ursprünglichen Consult Calls | 20000302 | ||
| 3 | PARTY | Exporting | Value transfer | Type reference (TYPE) | SP_TELNO | Telefonnummer | 20000302 |
Event CALL_PARTY_REMOVED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HANDLE | Exporting | Value transfer | Type reference (TYPE) | SP_HANDLE | Anruf-ID | 20000302 | ||
| 2 | PARTY | Exporting | Value transfer | Type reference (TYPE) | SP_TELNO | Telefonnummer | 20000302 |
Event CALL_STATE_CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DNIS | Exporting | Value transfer | Type reference (TYPE) | SP_TELNO | Telefonnummer | 20000207 | ||
| 2 | HANDLE | Exporting | Value transfer | Type reference (TYPE) | SP_HANDLE | Anruf-ID | 19991207 | ||
| 3 | PARTY | Exporting | Value transfer | Type reference (TYPE) | SP_TELNO | Telefonnummer | 20000207 | ||
| 4 | STATE | Exporting | Value transfer | Type reference (TYPE) | SP_STATE | SAPphone: Status des Anrufs | 19991207 |
Event NEW_CALL Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DN | Exporting | Value transfer | Type reference (TYPE) | SP_OWNTEL | SAPphone: Durchwahl (Teil einer Telefonnummer) | 19991207 | ||
| 2 | DNIS | Exporting | Value transfer | Type reference (TYPE) | SP_TELNO | Telefonnummer | 19991207 | ||
| 3 | HANDLE | Exporting | Value transfer | Type reference (TYPE) | SP_HANDLE | Von WS-Software vergebene Identifikatione eines Anrufs | 19991207 | ||
| 4 | PARTY | Exporting | Value transfer | Type reference (TYPE) | SP_TELNO | Telefonnummer | 19991207 | ||
| 5 | PARTYTYPE | Exporting | Value transfer | Type reference (TYPE) | SP_PTYPE | SAPphone: Typ des Gesprächspartners (intern/extern) | 19991207 | ||
| 6 | STATE | Exporting | Value transfer | Type reference (TYPE) | SP_STATE | SAPphone: Status des Anrufs | 19991207 |
Event NEW_REQUEST Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BAS_ID | Exporting | Value transfer | Type reference (TYPE) | SR_MEMBER | Routing: Wert eines Attributgruppenmitglieds | 20010206 | ||
| 2 | LINK | Exporting | Value transfer | Type reference (TYPE) | SP_URL | SAPphone: Link | 20010206 | ||
| 3 | ORIGINATOR | Exporting | Value transfer | Type reference (TYPE) | SPHADDRESS | SAPphone: Anfragensteller - Originator | 20010206 | ||
| 4 | REQUEST_ID | Exporting | Value transfer | Type reference (TYPE) | SP_HANDLE | Von WS-Software vergebene Identifikatione eines Anrufs | 20010206 | ||
| 5 | REQUEST_TYPE | Exporting | Value transfer | Type reference (TYPE) | SP_TYPE_RQ | SAPphone: Typ einer eingehenden Anfrage | 20010206 | ||
| 6 | SENT_TO | Exporting | Value transfer | Type reference (TYPE) | SPHADDRESS | SAPphone: Typ und Inhalt einer Adresse | 20010222 | ||
| 7 | TITLE | Exporting | Value transfer | Type reference (TYPE) | SP_TITLE | SAPphone: Titel | 20010206 |
History
| Last changed by/on | SAP | 19990927 |
| SAP Release Created in |