SAP ABAP Class CL_BCB_MIME_BODYPART (Mime Message wie in javax.mail Implementierung)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-IC-CHA (Application Component) Communication Channel
     ICI_BCB (Package) Business Communication Broker
Properties
Class CL_BCB_MIME_BODYPART  
Short Description Mime Message wie in javax.mail Implementierung    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ICI_BCB   Business Communication Broker 
Created 20040126   SAP 
Last change 20081007   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BCB_MIME_BODYPART has no forward declaration.
Interfaces
Class CL_BCB_MIME_BODYPART has no interface implemented.
Friends
Class CL_BCB_MIME_BODYPART has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MULTIPART Instance attribute Private Object reference (TYPE REF TO) CL_BCB_MIME_MULTIPART Mime Message wie in javax.mail Implementierung 20040128
2 PART Instance attribute Private Type reference (TYPE) CRMS_EMAIL_MIME_STRUC CRM E-Mail: Display of a MIME Body Part 20040126
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_BY_BINARY Static method Public Method 20040202
2 CREATE_BY_CONTENT Static method Public Method 20040126
3 CREATE_BY_MULTIPART Static method Public Method 20040128
4 CREATE_BY_TEXT Static method Public Method sets String as this part content with MIME type "text/plain" 20040126
5 GET_CONTENT_ID Instance method Public Method Returns the value of the "Content-ID" header field. 20040129
6 GET_CONTENT_MD5 Instance method Public Method Returns the "Content-Description" header field of this body 20040129
7 GET_CONTENT_TYPE Instance method Public Method Returns the value of the RFC 822 "Content-Type" header field 20040129
8 GET_DESCRIPTION Instance method Public Method Returns the "Content-Description" header field of this body 20040129
9 GET_DISPOSITION Instance method Public Method Returns the value of the "Content-Disposition" header field. 20040129
10 GET_HEADER Instance method Public Method 20040129
11 SET_CONTENT_ID Instance method Public Method Set the "Content-ID" header field of this body part. 20040129
12 SET_CONTENT_MD5 Instance method Public Method Set the "Content-MD5" header field of this body part 20040129
13 SET_DESCRIPTION Instance method Public Method Set the "Content-Description" header field for this body par 20040129
14 SET_DISPOSITION Instance method Public Method Set the "Content-Disposition" header field of this body part 20040129
15 SET_HEADER Instance method Public Method 20040129
16 WRITE_TO Instance method Public Method Output a bytestream for this Part 20040130
Events
Class CL_BCB_MIME_BODYPART has no event.
Types
Class CL_BCB_MIME_BODYPART has no local type.
Method Signatures

Method CREATE_BY_BINARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BODY_PART Value transfer Object reference (TYPE REF TO) CL_BCB_MIME_BODYPART Mime Message wie in javax.mail Implementierung 20040202
2 Importing CONTENT Call by reference Type reference (TYPE) XSTRING 20040202
3 Importing FILE_NAME Call by reference Type reference (TYPE) STRING 20040202
4 Importing FILE_TYPE Call by reference Type reference (TYPE) STRING 20040202
5 Importing ID Call by reference Type reference (TYPE) STRING 20040202

Method CREATE_BY_BINARY on class CL_BCB_MIME_BODYPART has no exception.

Method CREATE_BY_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BODY_PART Value transfer Object reference (TYPE REF TO) CL_BCB_MIME_BODYPART Mime Message wie in javax.mail Implementierung 20040126
2 Importing CONTENT Call by reference Type reference (TYPE) STRING 20040126
3 Importing FILE_NAME Call by reference Type reference (TYPE) STRING 20040528
4 Importing IS_ATTACHMENT Call by reference Type reference (TYPE) XFLAG New Input Values 20041231
5 Importing TYPE Call by reference Type reference (TYPE) STRING 20040126

Method CREATE_BY_CONTENT on class CL_BCB_MIME_BODYPART has no exception.

Method CREATE_BY_MULTIPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BODY_PART Value transfer Object reference (TYPE REF TO) CL_BCB_MIME_BODYPART Mime Message wie in javax.mail Implementierung 20040128
2 Importing MULTIPART Call by reference Object reference (TYPE REF TO) CL_BCB_MIME_MULTIPART Mime Message wie in javax.mail Implementierung 20040128

Method CREATE_BY_MULTIPART on class CL_BCB_MIME_BODYPART has no exception.

Method CREATE_BY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BODY_PART Value transfer Object reference (TYPE REF TO) CL_BCB_MIME_BODYPART Mime Message wie in javax.mail Implementierung 20040126
2 Importing TEXT Call by reference Type reference (TYPE) STRING The text that is the Message's content 20040126

Method CREATE_BY_TEXT on class CL_BCB_MIME_BODYPART has no exception.

Method GET_CONTENT_ID Signature

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

Method GET_CONTENT_ID on class CL_BCB_MIME_BODYPART has no exception.

Method GET_CONTENT_MD5 Signature

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

Method GET_CONTENT_MD5 on class CL_BCB_MIME_BODYPART has no exception.

Method GET_CONTENT_TYPE Signature

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

Method GET_CONTENT_TYPE on class CL_BCB_MIME_BODYPART has no exception.

Method GET_DESCRIPTION Signature

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

Method GET_DESCRIPTION on class CL_BCB_MIME_BODYPART has no exception.

Method GET_DISPOSITION Signature

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

Method GET_DISPOSITION on class CL_BCB_MIME_BODYPART has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20040129
2 Returning VALUES Value transfer Type reference (TYPE) STRING_TABLE 20040129

Method GET_HEADER on class CL_BCB_MIME_BODYPART has no exception.

Method SET_CONTENT_ID Signature

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

Method SET_CONTENT_ID on class CL_BCB_MIME_BODYPART has no exception.

Method SET_CONTENT_MD5 Signature

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

Method SET_CONTENT_MD5 on class CL_BCB_MIME_BODYPART has no exception.

Method SET_DESCRIPTION Signature

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

Method SET_DESCRIPTION on class CL_BCB_MIME_BODYPART has no exception.

Method SET_DISPOSITION Signature

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

Method SET_DISPOSITION on class CL_BCB_MIME_BODYPART has no exception.

Method SET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20040129
2 Importing VALUE Call by reference Type reference (TYPE) STRING 20040129

Method SET_HEADER on class CL_BCB_MIME_BODYPART has no exception.

Method WRITE_TO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MIMES Value transfer Type reference (TYPE) CRMT_EMAIL_MIME_STRUC CRM: Table Type for Display of MIME Body Part 20040130

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