SAP ABAP Class CL_BSP_TUT_MAIL (Tutorial: Creating a Mail)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BSP (Application Component) Business Server Pages
     SBSP_DOCU (Package) Business Server Pages (BSP): Documentation Examples
Properties
Class CL_BSP_TUT_MAIL  
Short Description Tutorial: Creating a Mail    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBSP_DOCU   Business Server Pages (BSP): Documentation Examples 
Created 20010308   SAP 
Last change 00000000   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_BSP_TUT_MAIL has no interface implemented.
Friends
Class CL_BSP_TUT_MAIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 L_MAILTEXT Instance attribute Private Type reference (TYPE) BCSY_TEXT Int. Table with Text 20010308
Methods
# Method Level Visibility Method type Description Created on
1 GET_TEXT Instance method Public Method Get Mail Text 20010308
2 SEND Instance method Public Method Send Mail 20010308
3 SET_ADDRESS Instance method Public Method Set Address 20010308
4 SET_TIME Instance method Public Method Set Time 20010308
Events
Class CL_BSP_TUT_MAIL has no event.
Types
Class CL_BSP_TUT_MAIL has no local type.
Method Signatures

Method GET_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 Text des mails 20010308

Method GET_TEXT on class CL_BSP_TUT_MAIL has no exception.

Method SEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAIL_ADDRESS Call by reference Type reference (TYPE) STRING email-Adresse 20010308
2 Changing MESSAGES Call by reference Object reference (TYPE REF TO) CL_BSP_MESSAGES Message-Liste 20010308

Method SEND on class CL_BSP_TUT_MAIL has no exception.

Method SET_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CITY Call by reference Type reference (TYPE) STRING Wohnort 20010308
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 20010308
3 Importing STREET Call by reference Type reference (TYPE) STRING Straße und Hausnummer 20010308
4 Importing ZIPCODE Call by reference Type reference (TYPE) N Postleitzahl 20010308

Method SET_ADDRESS on class CL_BSP_TUT_MAIL has no exception.

Method SET_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Call by reference Type reference (TYPE) D Tag 20010308
2 Importing TIME Call by reference Type reference (TYPE) T Uhrzeit 20010308

Method SET_TIME on class CL_BSP_TUT_MAIL has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in 610