SAP ABAP Class IF_BCS_STATUS (Send Status (BCS-internal implementation only))
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BCS_STATUS | Sending status (for internal use only) | 20131119 |
Properties
Class | IF_BCS_STATUS | |
Short Description | Send Status (BCS-internal implementation only) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20131004 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_BCS_STATUS has no forward declaration.
Interfaces
Class IF_BCS_STATUS has no interface implemented.
Friends
Class IF_BCS_STATUS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | `HTTP` | HTTP | 20131119 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | `SMTP` | SMTP | 20131119 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Message ID(s) from External Server | 20131119 |
2 | ![]() |
Instance method | Public | Method | Error or Information Status | 20131119 |
3 | ![]() |
Instance method | Public | Method | Complete Inbound Message (Only for Asynchronous Status) | 20131119 |
4 | ![]() |
Instance method | Public | Method | Transport Protocol (SMTP, HTTP - see Constants) | 20131119 |
5 | ![]() |
Instance method | Public | Method | Recipient with Status | 20131119 |
6 | ![]() |
Instance method | Public | Method | ID of Original Send Request | 20131119 |
7 | ![]() |
Instance method | Public | Method | Status Text (Only Filled if Identical for All Recipients) | 20131119 |
Events
Class IF_BCS_STATUS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | RCPTS_STATUS | Public | See coding | Recipient List with Status | 20131119 | rcpts_status type standard table of rcpt_status with non-unique default key
|
|
2 | RCPT_STATUS | Public | See coding | Recipient with Status | 20131119 | begin of rcpt_status,
type type bcs_commtype,
address type bcs_address.
include type status as status.
types end of rcpt_status
|
|
3 | STATUS | Public | See coding | Send Status | 20131119 | begin of status,
msgid type symsgid,
msgty type symsgty,
msgno type symsgno,
msgv1 type symsgv,
msgv2 type symsgv,
msgv3 type symsgv,
msgv4 type symsgv,
text type string,
code type string,
action type string,
end of status
|
Method Signatures
Method GET_EXT_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_EXT_IDS | Value transfer | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20131119 |
Method GET_EXT_IDS on class IF_BCS_STATUS has no exception.
Method GET_IS_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_ERROR | Value transfer | Type reference (TYPE) | SAP_BOOL | boolsche Variable (X=true, space=false) | 20131119 |
Method GET_IS_ERROR on class IF_BCS_STATUS has no exception.
Method GET_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_MESSAGE | Value transfer | Type reference (TYPE) | XSTRING | 20131119 |
Method GET_MESSAGE on class IF_BCS_STATUS has no exception.
Method GET_PROTOCOL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PROTOCOL | Value transfer | Type reference (TYPE) | STRING | 20131119 |
Method GET_PROTOCOL on class IF_BCS_STATUS has no exception.
Method GET_RCPTS_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_RCPTS_STATUS | Value transfer | Type reference (TYPE) | RCPTS_STATUS | Empfängerliste mit Status | 20131119 |
Method GET_RCPTS_STATUS on class IF_BCS_STATUS has no exception.
Method GET_SNDREQ_OID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SNDREQ_OID | Value transfer | Type reference (TYPE) | OS_GUID | Globally Unique Identifier | 20131119 |
Method GET_SNDREQ_OID on class IF_BCS_STATUS has no exception.
Method GET_STATUS_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_STATUS_TEXT | Value transfer | Type reference (TYPE) | STRING | 20131119 |
Method GET_STATUS_TEXT on class IF_BCS_STATUS has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in |