SAP ABAP Interface IF_SWF_MAIL_OBJECT_PROXY (Workflow: Mail Object in a Connected Mail System)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_MAIL (Package) Workflow: Connection to Mail System
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_MAIL_SAPOFFICE_OBJ Workflow: Proxy for SAP Office Mail Object 20020603
Properties
Interface IF_SWF_MAIL_OBJECT_PROXY  
Short Description Workflow: Mail Object in a Connected Mail System    
General Data
Package SWF_MAIL   Workflow: Connection to Mail System 
Created 20020603   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_SWF_MAIL_OBJECT_PROXY has no forward declaration.
Interfaces
Interface IF_SWF_MAIL_OBJECT_PROXY has no interface.
Friends
Interface IF_SWF_MAIL_OBJECT_PROXY has no friend.
Attributes
Interface IF_SWF_MAIL_OBJECT_PROXY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 FIND_BY_KEY Instance method Public Method Finds mail object 20020603
2 GET_ATTACHMENTS Instance method Public Method Determines attachments 20020607
3 GET_BODY Instance method Public Method Determines body 20020607
4 GET_BODY_HEX Instance method Public Method Determines body in hex format (HEX) 20020607
5 GET_DOCUMENT_TYPE Instance method Public Method Gets document type 20020607
6 GET_KEY Instance method Public Method Returns key 20020603
7 GET_LABEL Instance method Public Method Determines object name 20020607
8 GET_LANGUAGE Instance method Public Method Determines language 20020607
9 GET_OBJECT_TYPE Instance method Public Method Determines type of mail 20020607
10 GET_RECEIVERS Instance method Public Method Determines recipient 20020607
11 GET_TITLE Instance method Public Method Determines title 20020607
12 IS_BODY_HEX Instance method Public Method Checks whether body saved in hex format 20020607
13 REMOVE Instance method Public Method Deletes mail object 20020603
14 SAVE Instance method Public Method Saves (sends) mail 20020603
15 SET_ATTACHMENTS Instance method Public Method Sets Attachments 20020604
16 SET_BODY Instance method Public Method Sets body 20020603
17 SET_BODY_HEX Instance method Public Method Sets body in hex format 20020607
18 SET_DOCUMENT_TYPE Instance method Public Method Sets document type 20020607
19 SET_LABEL Instance method Public Method Sets object name 20020604
20 SET_LANGUAGE Instance method Public Method Sets language 20020603
21 SET_OBJECT_TYPE Instance method Public Method Sets type of mail 20020607
22 SET_RECEIVERS Instance method Public Method Sets recipient 20020603
23 SET_TITLE Instance method Public Method Sets title 20020603
Events
Interface IF_SWF_MAIL_OBJECT_PROXY has no event.
Types
Interface IF_SWF_MAIL_OBJECT_PROXY has no local type.
Method Signatures

Method FIND_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_KEY Call by reference Type reference (TYPE) STRING Schlüssel 20020603

Method FIND_BY_KEY on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method GET_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ATTACHMENTS Value transfer Type reference (TYPE) SWFTMLPROX Workflow: Tabelle mit Mailproxys 20020607

Method GET_ATTACHMENTS on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method GET_BODY Signature

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

Method GET_BODY on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method GET_BODY_HEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_BODY Value transfer Type reference (TYPE) XSTRING Body 20020607

Method GET_BODY_HEX on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method GET_DOCUMENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DOCUMENT_TYPE Value transfer Type reference (TYPE) STRING Dokumenttyp (DOC, R3M, R3F,..) 20020607

Method GET_DOCUMENT_TYPE on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method GET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_KEY Value transfer Type reference (TYPE) STRING Schlüssel der Mail 20020603

Method GET_KEY on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method GET_LABEL Signature

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

Method GET_LABEL on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method GET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LANGUAGE Value transfer Type reference (TYPE) SYLANGU Sprache 20020607

Method GET_LANGUAGE on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method GET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_OBJECT_TYPE Value transfer Type reference (TYPE) SWF_MAILTP Workflow: Klassifikation des Mailtyps 20020607

Method GET_OBJECT_TYPE on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method GET_RECEIVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RECEIVERS Value transfer Type reference (TYPE) SWFSTRTAB Empfänger 20020607

Method GET_RECEIVERS on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method GET_TITLE Signature

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

Method GET_TITLE on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method IS_BODY_HEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_HEX Value transfer Type reference (TYPE) XFELD 'X' - Body ist in Hex-Format 20020607

Method IS_BODY_HEX on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_KEY Call by reference Type reference (TYPE) STRING Schlüssel des Mailobjektes 20020611

Method REMOVE on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method SAVE Signature

Method SAVE on Interface IF_SWF_MAIL_OBJECT_PROXY has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_MAIL_OBJECT Workflow: Probleme beim Bearbeiten eines Mailobjekt 20020618

Method SET_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTACHMENTS Call by reference Type reference (TYPE) SWFTMLPROX Workflow: Tabelle mit Mailproxys 20020604

Method SET_ATTACHMENTS on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method SET_BODY Signature

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

Method SET_BODY on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method SET_BODY_HEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BODY Call by reference Type reference (TYPE) XSTRING Body 20020607

Method SET_BODY_HEX on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method SET_DOCUMENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DOCUMENT_TYPE Call by reference Type reference (TYPE) STRING Dokumenttyp (DOC, R3M, R3F,..) 20020607

Method SET_DOCUMENT_TYPE on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method SET_LABEL Signature

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

Method SET_LABEL on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method SET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Sprache 20020603

Method SET_LANGUAGE on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method SET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT_TYPE Call by reference Type reference (TYPE) SWF_MAILTP Workflow: Klassifikation des Mailtyps 20020607

Method SET_OBJECT_TYPE on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method SET_RECEIVERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RECEIVERS Call by reference Type reference (TYPE) SWFSTRTAB Empfänger 20020603

Method SET_RECEIVERS on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.

Method SET_TITLE Signature

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

Method SET_TITLE on Interface IF_SWF_MAIL_OBJECT_PROXY has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 630