SAP ABAP Class CL_CRM_MCM_MAIL_USER_PROFIL (MCM mail user profile)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-IC-CHA (Application Component) Communication Channel
     IC_CCS_MCM (Package) IC Communication Channels Service Multi-Channel Management
Properties
Class CL_CRM_MCM_MAIL_USER_PROFIL  
Short Description MCM mail user profile    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package IC_CCS_MCM   IC Communication Channels Service Multi-Channel Management 
Created 20040114   SAP 
Last change 20081007   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CRM_MCM_MAIL_USER_PROFIL has no interface implemented.
Friends
Class CL_CRM_MCM_MAIL_USER_PROFIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_COMMENTS Instance attribute Private Type reference (TYPE) STRING 'No comments' 20040114
2 M_DEFAULT_FROM_STRING Instance attribute Private Type reference (TYPE) STRING 20040114
3 M_ERRORS_TO Instance attribute Private Type reference (TYPE) STRING 20040114
4 M_MAILTMPFILERELATIVEPATH Instance attribute Private Type reference (TYPE) STRING SPACE 20040114
5 M_MAIL_SESSION Instance attribute Private Object reference (TYPE REF TO) CL_CRM_MCM_MAIL_SESSION 20040114
6 M_MIME_VERSION Instance attribute Private Type reference (TYPE) STRING '1.0' 20040114
7 M_REPLY_TEXT Instance attribute Private Type reference (TYPE) STRING 20040114
8 M_REPLY_TO Instance attribute Private Type reference (TYPE) STRING 20040114
9 M_REQ_FAILURE_NOTIFY Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20040114
10 M_REQ_SUCCESS_NOTIFY Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20040114
11 M_XMAILER Instance attribute Private Type reference (TYPE) STRING 'SAP IC client mailer v0.5' 20040114
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20040114
2 GET_COMMENTS Instance method Public Method 20040116
3 GET_DEFAULT_FROM_STRING Instance method Public Method 20040116
4 GET_ERRORS_TO Instance method Public Method 20040116
5 GET_MAIL_TMP_FILE_REL_PATH Instance method Public Method 20040116
6 GET_MIME_VERSION Instance method Public Method 20040116
7 GET_REPLY_TEXT Instance method Public Method get reply text 20040116
8 GET_REPLY_TO Instance method Public Method 20040116
9 GET_REQ_FAILURE_NOTIFY Instance method Public Method 20040116
10 GET_REQ_SUCCESS_NOTIFY Instance method Public Method 20040116
11 GET_XMAILER Instance method Public Method 20040116
12 SET_COMMENTS Instance method Public Method 20040116
13 SET_DEFAULT_FROM_STRING Instance method Public Method 20040116
14 SET_ERRORS_TO Instance method Public Method 20040116
15 SET_MAIL_TMP_FILE_REL_PATH Instance method Public Method 20040116
16 SET_MIME_VERSION Instance method Public Method 20040116
17 SET_REPLY_TO Instance method Public Method 20040116
18 SET_REQ_FAILURE_NOTIFY Instance method Public Method 20040116
19 SET_REQ_SUCCESS_NOTIFY Instance method Public Method 20040116
20 SET_XMAILER Instance method Public Method 20040116
Events
Class CL_CRM_MCM_MAIL_USER_PROFIL has no event.
Types
Class CL_CRM_MCM_MAIL_USER_PROFIL has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MCM_MAIL_SESSION Call by reference Object reference (TYPE REF TO) CL_CRM_MCM_MAIL_SESSION MCM Mail Session 20040114

Method CONSTRUCTOR on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method GET_COMMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMENTS Value transfer Type reference (TYPE) STRING 20040116

Method GET_COMMENTS on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method GET_DEFAULT_FROM_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DEFAULT Value transfer Type reference (TYPE) STRING 20040116

Method GET_DEFAULT_FROM_STRING on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method GET_ERRORS_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ERRORS_TO Value transfer Type reference (TYPE) STRING 20040116

Method GET_ERRORS_TO on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method GET_MAIL_TMP_FILE_REL_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PATH Value transfer Type reference (TYPE) STRING 20040116

Method GET_MAIL_TMP_FILE_REL_PATH on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method GET_MIME_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VERSION Value transfer Type reference (TYPE) STRING 20040116

Method GET_MIME_VERSION on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method GET_REPLY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEXT Value transfer Type reference (TYPE) STRING 20040116

Method GET_REPLY_TEXT on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method GET_REPLY_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning REPLY_TO Value transfer Type reference (TYPE) STRING 20040116

Method GET_REPLY_TO on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method GET_REQ_FAILURE_NOTIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL 20040116

Method GET_REQ_FAILURE_NOTIFY on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method GET_REQ_SUCCESS_NOTIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL 20040116

Method GET_REQ_SUCCESS_NOTIFY on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method GET_XMAILER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning XMAILER Value transfer Type reference (TYPE) STRING 20040116

Method GET_XMAILER on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method SET_COMMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMENTS Call by reference Type reference (TYPE) STRING 20040116

Method SET_COMMENTS on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method SET_DEFAULT_FROM_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULT Call by reference Type reference (TYPE) STRING 20040116

Method SET_DEFAULT_FROM_STRING on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method SET_ERRORS_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ERRORS_TO Call by reference Type reference (TYPE) STRING 20040116

Method SET_ERRORS_TO on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method SET_MAIL_TMP_FILE_REL_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20040116

Method SET_MAIL_TMP_FILE_REL_PATH on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method SET_MIME_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VERSION Call by reference Type reference (TYPE) STRING 20040116

Method SET_MIME_VERSION on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method SET_REPLY_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REPLY_TO Call by reference Type reference (TYPE) STRING 20040116

Method SET_REPLY_TO on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method SET_REQ_FAILURE_NOTIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FLAG Call by reference Type reference (TYPE) ABAP_BOOL 20040116

Method SET_REQ_FAILURE_NOTIFY on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method SET_REQ_SUCCESS_NOTIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FLAG Call by reference Type reference (TYPE) ABAP_BOOL 20040116

Method SET_REQ_SUCCESS_NOTIFY on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.

Method SET_XMAILER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing XMAILER Call by reference Type reference (TYPE) STRING 20040116

Method SET_XMAILER on class CL_CRM_MCM_MAIL_USER_PROFIL has no exception.
History
Last changed by/on SAP  20081007 
SAP Release Created in 400