SAP ABAP Class CL_BCS_HTTP_SEND (HTTP Send)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-COM (Application Component) Communication Services: Mail, Fax, SMS, Telephony
     SCON (Package) SAPconnect - External Communication
Properties
Class CL_BCS_HTTP_SEND  
Short Description HTTP Send    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCON   SAPconnect - External Communication 
Created 20130920   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_BCS_HTTP_SEND has no interface implemented.
Friends
Class CL_BCS_HTTP_SEND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MI_CLIENT Instance attribute Private Object reference (TYPE REF TO) IF_HTTP_CLIENT HTTP Client Abstraction 20131119
2 MO_TRC Instance attribute Private Object reference (TYPE REF TO) CL_TRACE_BCS Trace Class for Communication 20131119
3 MS_STATUS Instance attribute Public Type reference (TYPE) SX_STATUS 20131119
4 MS_SXNODES Instance attribute Private Type reference (TYPE) SXNODES SAPconnect: Communication Nodes 20131119
5 MS_SXSERV Instance attribute Private Type reference (TYPE) SXSERV SAPconnect: Node capabilities 20131119
6 MT_EXT_IDS Instance attribute Public Type reference (TYPE) STRING_TABLE Table of Strings 20131119
7 MT_RCPTS Instance attribute Private Type reference (TYPE) STRING_TABLE Table of Strings 20131119
8 MV_COMMID Instance attribute Private Type reference (TYPE) STRING 20131119
9 MV_POST Instance attribute Private Type reference (TYPE) SX_BOOLEAN SAPconnect: Selection 20131119
10 MV_PRE_RECI Instance attribute Private Type reference (TYPE) STRING 20131119
11 MV_REQUEST Instance attribute Public Type reference (TYPE) XSTRING 20131119
12 MV_RESPONSE Instance attribute Public Type reference (TYPE) STRING 20131119
13 MV_SENDER Instance attribute Private Type reference (TYPE) STRING 20131119
14 MV_SENDER_NAME Instance attribute Private Type reference (TYPE) STRING 20131119
15 MV_SEP_RECI Instance attribute Private Type reference (TYPE) STRING 20131119
16 MV_SUBJECT Instance attribute Private Type reference (TYPE) STRING 20131119
17 MV_TEMPLATE Instance attribute Private Type reference (TYPE) STRING 20131119
18 MV_TEXT Instance attribute Private Type reference (TYPE) STRING 20131119
19 MV_VAR_RECI_ADDR Instance attribute Private Type reference (TYPE) STRING 20131119
Methods
# Method Level Visibility Method type Description Created on
1 ADD_RCPT Instance method Public Method 20131119
2 CONSTRUCTOR Instance method Public Constructor 20131119
3 FIND_EXT_IDS Instance method Private Method 20131119
4 GET_MULTI_RCPTS Instance method Public Method 20131119
5 MAP_RESPONSE Instance method Private Method 20131119
6 RAISE Instance method Private Method 20131119
7 REMOVE_CHARS Static method Public Method 20131119
8 SEND Instance method Public Method 20131119
9 SET_COMMID Instance method Public Method 20131119
10 SET_SENDER Instance method Public Method 20131119
11 SET_SUBJECT Instance method Public Method 20131119
12 SET_TEXT Instance method Public Method 20131119
Events
Class CL_BCS_HTTP_SEND has no event.
Types
Class CL_BCS_HTTP_SEND has no local type.
Method Signatures

Method ADD_RCPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RCPT Call by reference Type reference (TYPE) CSEQUENCE 20131119

Method ADD_RCPT on class CL_BCS_HTTP_SEND has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Type reference (TYPE) SX_NODE_ID Name des SAPconnect-Knotens oder des Telefonie-Servers 20131119
# Exception Resumable Description Created on
1 CX_BCS BCS: Allgemeine Ausnahmen 20131119

Method FIND_EXT_IDS Signature

Method FIND_EXT_IDS on class CL_BCS_HTTP_SEND has no parameter.
Method FIND_EXT_IDS on class CL_BCS_HTTP_SEND has no exception.

Method GET_MULTI_RCPTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MULTI_RCPTS Value transfer Type reference (TYPE) SX_BOOLEAN SAPconnect: Auswahl 20131119

Method GET_MULTI_RCPTS on class CL_BCS_HTTP_SEND has no exception.

Method MAP_RESPONSE Signature

Method MAP_RESPONSE on class CL_BCS_HTTP_SEND has no parameter.
# Exception Resumable Description Created on
1 CX_BCS BCS: Allgemeine Ausnahmen 20131119

Method RAISE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20131119
2 Importing IV_V1 Call by reference Type reference (TYPE) CSEQUENCE Nachrichtenvariable 20131119
3 Importing IV_V2 Call by reference Type reference (TYPE) CSEQUENCE Nachrichtenvariable 20131119
4 Importing IV_V3 Call by reference Type reference (TYPE) CSEQUENCE Nachrichtenvariable 20131119
5 Importing IV_V4 Call by reference Type reference (TYPE) CSEQUENCE Nachrichtenvariable 20131119
# Exception Resumable Description Created on
1 CX_BCS BCS: Allgemeine Ausnahmen 20131119

Method REMOVE_CHARS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IN Value transfer Type reference (TYPE) CSEQUENCE 20131119
2 Returning RV_OUT Value transfer Type reference (TYPE) STRING 20131119

Method REMOVE_CHARS on class CL_BCS_HTTP_SEND has no exception.

Method SEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RCPT Call by reference Type reference (TYPE) CSEQUENCE 20131119
# Exception Resumable Description Created on
1 CX_BCS BCS: Allgemeine Ausnahmen 20131119

Method SET_COMMID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMID Call by reference Type reference (TYPE) CLIKE 20131119

Method SET_COMMID on class CL_BCS_HTTP_SEND has no exception.

Method SET_SENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADDR Call by reference Type reference (TYPE) CSEQUENCE 20131119
2 Importing IV_NAME Call by reference Type reference (TYPE) CSEQUENCE 20131119

Method SET_SENDER on class CL_BCS_HTTP_SEND has no exception.

Method SET_SUBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUBJECT Call by reference Type reference (TYPE) CSEQUENCE 20131119

Method SET_SUBJECT on class CL_BCS_HTTP_SEND has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXT Call by reference Type reference (TYPE) CSEQUENCE 20131119

Method SET_TEXT on class CL_BCS_HTTP_SEND has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740