SAP ABAP Class CL_BCS_MSG_INTERN (Send Message (Internal Use))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-COM (Application Component) Communication Services: Mail, Fax, SMS, Telephony
     SBCS_SEND (Package) BCS: Send Interface
Properties
Class CL_BCS_MSG_INTERN  
Short Description Send Message (Internal Use)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBCS_SEND   BCS: Send Interface 
Created 20081014   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ABAP_CHAR_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_BCS_MSG_INTERN has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_BCS_MESSAGE 20090127 BCS: Send Message
2 CL_BCS_MIME 20090203 BCS: Generate MIME Document
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_DOCUMENT Instance attribute Private Object reference (TYPE REF TO) CL_DOCUMENT_BCS Wrapper Class for Office Documents 20090127
2 MO_REC_MANAGER Instance attribute Private Object reference (TYPE REF TO) CL_BCS_REC_MANAGER Recipient Management 20090127
3 MO_SNDREQ Instance attribute Private Object reference (TYPE REF TO) CL_SEND_REQUEST_BCS BCS-Local: Send Request 20090127
4 MO_TRACE Instance attribute Private Object reference (TYPE REF TO) CL_TRACE_BCS Trace Class for Communication 20090127
5 MS_ALT_DOC Instance attribute Public Type reference (TYPE) BCSS_ATTACHMENT Alternative Document 20090127
6 MS_BCST_SR Instance attribute Private Type reference (TYPE) BCST_SR BCS: Status of Send Requests 20090127
7 MS_MAIN_DOC Instance attribute Public Type reference (TYPE) BCSS_ATTACHMENT Main Document 20090127
8 MS_REPLY_TO Instance attribute Public Type reference (TYPE) BCSS_ADDRESS Address 20090127
9 MS_SENDER Instance attribute Public Type reference (TYPE) BCSS_ADDRESS Address 20090127
10 MT_ATTACHMENTS Instance attribute Public Type reference (TYPE) BCST_ATTACHMENT Table of Attachments 20090127
11 MT_QUEUE_ENTRIES Instance attribute Public Type reference (TYPE) SOSCTAB Queue 20090127
12 MT_RECIPIENTS Instance attribute Public Type reference (TYPE) BCST_RECIPIENT Recipient Table 20090127
13 MT_REC_STATUS Instance attribute Private Type reference (TYPE) BCST_REC_STATUS Recipient Table with Status 20090203
14 MV_DISCLOSURE Instance attribute Public Type reference (TYPE) BCS_DISCLOSURE Setting: Insert disclosure? 20090127
15 MV_ENCRYPT Instance attribute Public Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20090127
16 MV_IMMEDIATELY Instance attribute Public Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20090127
17 MV_IMPORTANCE Instance attribute Public Type reference (TYPE) BCS_IMPORTANCE Document Priority 20090127
18 MV_LANGUAGE Instance attribute Public Type reference (TYPE) SO_OBJ_LA Language in Which Document Is Created 20090127
19 MV_MIME Instance attribute Private Type reference (TYPE) XSTRING MIME 20090127
20 MV_MSG_ID Instance attribute Private Type reference (TYPE) MIME_MSGID Message ID 20090203
21 MV_READ_NOTIFICATION Instance attribute Public Type reference (TYPE) BCS_READ_NOTIFICATION Request Read Notification 20090203
22 MV_REQUESTED_STATUS Instance attribute Public Type reference (TYPE) BCS_REQUESTED_STATUS Requested Status 20090127
23 MV_SENSITIVITY Instance attribute Public Type reference (TYPE) SO_OBJ_SNS Object: Sensitivity (private, functional, ...) 20090127
24 MV_SIGN Instance attribute Public Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20090127
25 MV_STATUS_MAIL Instance attribute Public Type reference (TYPE) BCS_STATUS_MAIL Setting for Which Statuses Are Reported by Mail 20090127
26 MV_SUBJECT Instance attribute Public Type reference (TYPE) STRING Subject 20090127
27 MV_UPDATE_TASK Instance attribute Public Type reference (TYPE) SAP_BOOL Boolean Variable (X=True, Space=False) 20090203
28 MV_VSI_PROFILE Instance attribute Public Type reference (TYPE) VSCAN_PROFILE Virus Scan Profile 20120723
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_LANGUAGE Instance method Private Method Set Language 20090127
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090127
3 CREATE_ADDRESS Instance method Private Method Create Sender Object 20090127
4 CREATE_DOCUMENT Instance method Private Method Create Document 20090127
5 CREATE_MIME Instance method Public Method Generate MIME Format 20090127
6 CREATE_RECIPIENTS Instance method Private Method Create Recipient Objects 20090127
7 CREATE_SEND_REQUEST Instance method Private Method Create Send Request 20090127
8 DETERMINE_DOCTYPE Instance method Private Method Determine Document Type 20090127
9 GET_ERR_RECIPIENTS Instance method Public Method Return Recipients with Errors 20090203
10 GET_REC_STATUS Instance method Public Method Return Recipients 20090203
11 PROCESS Instance method Public Method Create and Process Send Request 20090127
12 SEND Instance method Public Method Send Message 20090127
13 SEND_MIME Instance method Public Method Send MIME 20090127
14 SHOW_SEND_LOG Instance method Public Method Display Send Log 20090203
Events
Class CL_BCS_MSG_INTERN has no event.
Types
Class CL_BCS_MSG_INTERN has no local type.
Method Signatures

Method CHANGE_LANGUAGE Signature

Method CHANGE_LANGUAGE on class CL_BCS_MSG_INTERN has no parameter.
Method CHANGE_LANGUAGE on class CL_BCS_MSG_INTERN has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_BCS_MSG_INTERN has no parameter.
Method CONSTRUCTOR on class CL_BCS_MSG_INTERN has no exception.

Method CREATE_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ADDRESS Call by reference Type reference (TYPE) BCSS_ADDRESS Adresse 20090127
2 Returning RS_OID Value transfer Type reference (TYPE) BCSS_OID Objekt Guid 20090127
# Exception Resumable Description Created on
1 CX_BCS_SEND Ausnahmen Sendeschnittstelle 20090127

Method CREATE_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_OID Value transfer Type reference (TYPE) BCSS_OID Objekt Guid 20131119
# Exception Resumable Description Created on
1 CX_BCS_SEND Ausnahmen Sendeschnittstelle 20090127

Method CREATE_MIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MIME Value transfer Type reference (TYPE) XSTRING 20090127
# Exception Resumable Description Created on
1 CX_BCS_SEND Ausnahmen Sendeschnittstelle 20090127

Method CREATE_RECIPIENTS Signature

Method CREATE_RECIPIENTS on class CL_BCS_MSG_INTERN has no parameter.
# Exception Resumable Description Created on
1 CX_BCS_SEND Ausnahmen Sendeschnittstelle 20090127

Method CREATE_SEND_REQUEST Signature

Method CREATE_SEND_REQUEST on class CL_BCS_MSG_INTERN has no parameter.
# Exception Resumable Description Created on
1 CX_BCS_SEND Ausnahmen Sendeschnittstelle 20090127

Method DETERMINE_DOCTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILENAME Call by reference Type reference (TYPE) STRING 20090127
2 Returning RV_DOCTYPE Value transfer Type reference (TYPE) STRING 20090127

Method DETERMINE_DOCTYPE on class CL_BCS_MSG_INTERN has no exception.

Method GET_ERR_RECIPIENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ERR_RECIPIENTS Value transfer Type reference (TYPE) BCST_REC_STATUS Empfängertabelle mit Status 20090203

Method GET_ERR_RECIPIENTS on class CL_BCS_MSG_INTERN has no exception.

Method GET_REC_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_REC_STATUS Value transfer Type reference (TYPE) BCST_REC_STATUS Empfängertabelle mit Status 20090203

Method GET_REC_STATUS on class CL_BCS_MSG_INTERN has no exception.

Method PROCESS Signature

Method PROCESS on class CL_BCS_MSG_INTERN has no parameter.
# Exception Resumable Description Created on
1 CX_BCS_SEND Ausnahmen Sendeschnittstelle 20090127

Method SEND Signature

Method SEND on class CL_BCS_MSG_INTERN has no parameter.
# Exception Resumable Description Created on
1 CX_BCS_SEND Ausnahmen Sendeschnittstelle 20090127

Method SEND_MIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NOTIFY Call by reference Type reference (TYPE) BCS_NOTIFY Statusanforderungen im SMTP Envelope 20090203
2 Returning RT_REC_STATUS Value transfer Type reference (TYPE) BCST_REC_STATUS Empfänger mit Statusinformation 20090203
# Exception Resumable Description Created on
1 CX_BCS_SEND Ausnahmen Sendeschnittstelle 20090127

Method SHOW_SEND_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ERR_ONLY Call by reference Type reference (TYPE) SAP_BOOL boolsche Variable (X=true, space=false) 20090203
# Exception Resumable Description Created on
1 CX_BCS_SEND Ausnahmen Sendeschnittstelle 20090203
History
Last changed by/on SAP  20130531 
SAP Release Created in 731