SAP ABAP Class CL_SSI_AMC_TEST (Test)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CST (Application Component) Client/Server Technology
⤷
SSI_MSG (Package) Messaging

⤷

⤷

Properties
Class | CL_SSI_AMC_TEST | |
Short Description | Test | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SSI_MSG | Messaging |
Created | 20121108 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SSI_AMC_TEST has no forward declaration.
Interfaces
Class CL_SSI_AMC_TEST has no interface implemented.
Friends
Class CL_SSI_AMC_TEST has no friend class.
Attributes
Class CL_SSI_AMC_TEST has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Nachricht lesen | 20130722 |
2 | ![]() |
Static method | Public | Method | Empfänger einer Nachricht lesen | 20130722 |
3 | ![]() |
Static method | Public | Method | Gibt es registrierte Empfänger? | 20130722 |
4 | ![]() |
Static method | Public | Method | Session als Nachrichtenempfänger registrieren | 20130722 |
5 | ![]() |
Static method | Public | Method | SAP_UI als Nachrichtenempfänger registrieren | 20130722 |
6 | ![]() |
Static method | Public | Method | Web Socket als Nachrichtenempfänger registrieren | 20130722 |
7 | ![]() |
Static method | Public | Method | Nachrichten-Id aus Empfängertabelle löschen | 20130722 |
8 | ![]() |
Static method | Public | Method | Session aus Empfängertabelle löschen | 20130722 |
9 | ![]() |
Static method | Public | Method | UI aus Empfängertabelle löschen | 20130722 |
10 | ![]() |
Static method | Public | Method | Web-Socket als Tabelle entfernen | 20130722 |
11 | ![]() |
Static method | Public | Method | Nachricht versenden | 20130722 |
12 | ![]() |
Static method | Public | Method | Nachricht versenden | 20130722 |
13 | ![]() |
Static method | Public | Method | Nachricht versenden | 20130722 |
14 | ![]() |
Instance method | Protected | Method | 20121108 | |
15 | ![]() |
Static method | Private | Method | 20121108 |
Events
Class CL_SSI_AMC_TEST has no event.
Types
Class CL_SSI_AMC_TEST has no local type.
Method Signatures
Method GET_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | Message Channel Identifikation | 20130722 | ||
2 | ![]() |
HEADER | Call by reference | Type reference (TYPE) | XSTRING | Header | 20130722 | ||
3 | ![]() |
MESSAGE | Call by reference | Type reference (TYPE) | XSTRING | Message | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
no message received | 20130722 |
Method READ_RECEIVER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | Message-Identifikation | 20130722 | ||
2 | ![]() |
MATCH_STRATEGY | Call by reference | Type reference (TYPE) | I | 2 | Match Strategie | 20130722 | |
3 | ![]() |
RECEIVER | Call by reference | Type reference (TYPE) | SSI_AMC_RECEIVER_LIST | Aktuelle Empfängerliste der Nachricht | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Bad Parameter | 20130722 | |
2 | ![]() |
Internal error of the ssi package | 20130722 | |
3 | ![]() |
No AMC receiver found | 20130722 |
Method RECEIVER_EXIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | Message-Identifikation | 20130722 | ||
2 | ![]() |
CLIENT | Call by reference | Type reference (TYPE) | SSI_TENANT_ID | ' ' | Tenant | 20130722 | |
3 | ![]() |
MATCH_STRATEGY | Call by reference | Type reference (TYPE) | I | 1 | Match Strategie | 20130722 | |
4 | ![]() |
RECEIVER_EXIST | Call by reference | Type reference (TYPE) | SSI_BOOL | Gibt es registrierte Empfänger? | 20130722 | ||
5 | ![]() |
USER | Call by reference | Type reference (TYPE) | SSI_USER_NAME | ' ' | User | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Bad Parameter | 20130722 | |
2 | ![]() |
Internal error of the ssi package | 20130722 |
Method REGISTER_SESSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | Message-Identifikation | 20130722 | ||
2 | ![]() |
MATCH_STRATEGY | Call by reference | Type reference (TYPE) | I | 1 | Match Strategy | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal error of the ssi package | 20130722 |
Method REGISTER_UI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | Message-Identifikation | 20130722 | ||
2 | ![]() |
MATCH_STRATEGY | Call by reference | Type reference (TYPE) | I | 1 | Match Strategy | 20130722 | |
3 | ![]() |
THIS_SESSION | Call by reference | Type reference (TYPE) | I | 1 | Register this session | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal error of the ssi package | 20130722 |
Method REGISTER_WEB_SOCKET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | Message-Identifikation | 20130722 | ||
2 | ![]() |
MATCH_STRATEGY | Call by reference | Type reference (TYPE) | I | 1 | Match Strategy | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal error of the ssi package | 20130722 |
Method REMOVE_CHANNEL_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | Message-Identifikation | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal error of the ssi package | 20130722 |
Method REMOVE_SESSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | '' | Message-Channel-dentifikation | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal error of the ssi package | 20130722 |
Method REMOVE_UI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | '' | Message-Channel-dentifikation | 20130722 | |
2 | ![]() |
THIS_SESSION | Call by reference | Type reference (TYPE) | I | 1 | This session | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal error of the ssi package | 20130722 |
Method REMOVE_WEB_SOCKET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | '' | Message-Channel-dentifikation | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal error of the ssi package | 20130722 |
Method SEND_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | Message Channel Identifikation | 20130722 | ||
2 | ![]() |
HEADER | Call by reference | Type reference (TYPE) | XSTRING | Header | 20130722 | ||
3 | ![]() |
MATCH_STRATEGY | Call by reference | Type reference (TYPE) | I | 1 | Match Strategy | 20130722 | |
4 | ![]() |
MESSAGE | Call by reference | Type reference (TYPE) | XSTRING | Nachricht | 20130722 | ||
5 | ![]() |
MSG_FORMAT | Call by reference | Type reference (TYPE) | I | 3 | Message format (BINARY, TEXT, UTF8) | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal error of the ssi package | 20130722 | |
2 | ![]() |
Message too long | 20130722 |
Method SEND_MESSAGE_TO_CLIENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | Message Channel Identifikation | 20130722 | ||
2 | ![]() |
CLIENT | Call by reference | Type reference (TYPE) | SSI_TENANT_ID | Name des Mandanten | 20130722 | ||
3 | ![]() |
HEADER | Call by reference | Type reference (TYPE) | XSTRING | Header | 20130722 | ||
4 | ![]() |
MATCH_STRATEGY | Call by reference | Type reference (TYPE) | I | 1 | Match Strategy | 20130722 | |
5 | ![]() |
MESSAGE | Call by reference | Type reference (TYPE) | XSTRING | Nachricht | 20130722 | ||
6 | ![]() |
MSG_FORMAT | Call by reference | Type reference (TYPE) | I | 3 | Message format (BINARY, TEXT, UTF8) | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Bad Parameter | 20130722 | |
2 | ![]() |
Internal error of the ssi package | 20130722 | |
3 | ![]() |
Message too long | 20130722 |
Method SEND_MESSAGE_TO_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNEL_ID | Call by reference | Type reference (TYPE) | SSI_CHANNEL_ID | Message Channel Identifikation | 20130722 | ||
2 | ![]() |
CLIENT | Call by reference | Type reference (TYPE) | SSI_TENANT_ID | Name des Mandanten | 20130722 | ||
3 | ![]() |
HEADER | Call by reference | Type reference (TYPE) | XSTRING | Header | 20130722 | ||
4 | ![]() |
MATCH_STRATEGY | Call by reference | Type reference (TYPE) | I | 1 | Match Strategy | 20130722 | |
5 | ![]() |
MESSAGE | Call by reference | Type reference (TYPE) | XSTRING | Nachricht | 20130722 | ||
6 | ![]() |
MSG_FORMAT | Call by reference | Type reference (TYPE) | I | 3 | Message format (BINARY, TEXT, UTF8) | 20130722 | |
7 | ![]() |
USER | Call by reference | Type reference (TYPE) | SSI_USER_NAME | Benutzername | 20130722 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Bad Parameter | 20130722 | |
2 | ![]() |
Internal error of the ssi package | 20130722 | |
3 | ![]() |
Message too long | 20130722 |
Method WAIT_FOR_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TIMEOUT | Call by reference | Type reference (TYPE) | I | 300 | 20121108 |
Method WAIT_FOR_MESSAGE on class CL_SSI_AMC_TEST has no exception.
Method _WAIT_FOR_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TIMEOUT | Call by reference | Type reference (TYPE) | I | 300 | 20121108 |
Method _WAIT_FOR_MESSAGE on class CL_SSI_AMC_TEST has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |