SAP ABAP Class CL_COVER_DOCUMENT_BCS (CL_COVER_DOCUMENT_BCS)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-COM (Application Component) Communication Services: Mail, Fax, SMS, Telephony
     SBCOMS (Package) Business Communication Service
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DELETE_BCS BCS: Deletion Functions 20020204
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DOCUMENT_BCS Document Interface for BCS 20020204
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DOCUMENT_DISPLAY_BCS BCS: Document Display 20020214
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20020204
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PERSONALIZE_BCS Variable Replacement for Personalized Mails 20020204
Properties
Class CL_COVER_DOCUMENT_BCS  
Short Description    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package SBCOMS   Business Communication Service 
Created 20020204   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DELETE_BCS BCS: Deletion Functions 20020204
2 IF_DOCUMENT_BCS Document Interface for BCS 20020204
3 IF_DOCUMENT_DISPLAY_BCS BCS: Document Display 20020214
4 IF_OS_STATE State Management for a 'Managed Object' 20020204
5 IF_PERSONALIZE_BCS Variable Replacement for Personalized Mails 20020204
Friends
# Friend Modeled only Created on Description
1 CB_COVER_DOCUMENT_BCS 20030512 Base Agent
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COVER_PAGE Instance attribute Protected Object reference (TYPE REF TO) IF_DOCUMENT_BCS Personalized Cover Sheet 20020204
2 DOCUMENT Instance attribute Protected Object reference (TYPE REF TO) IF_DOCUMENT_BCS Personalized Document 20020204
3 NOTE Instance attribute Protected Object reference (TYPE REF TO) CL_NOTE_BCS Note 20020604
Methods
# Method Level Visibility Method type Description Created on
1 COPY Instance method Private Method Copy the current instance with the same references 20020204
2 CREATE_INSTANCE_FOR_SAPSCRIPT Static method Public Method Instantiates for Smart Form Class 20020204
3 CREATE_INSTANCE_FOR_SMARTFORM Static method Public Method Instantiates for Smart Form Class 20020204
4 CREATE_PERSISTENT Static method Public Method Create a Persistent Instance 20020204
5 DISPLAY_COVER_PAGE Instance method Public Method Display Cover Sheet 20020214
6 DISPLAY_DOCUMENT Instance method Protected Method Display Document (Outplace Only) 20020220
7 GETU_NOTE Instance method Public Method Reads Attribute NOTE 20020531
8 GETU_SENDREQUEST Instance method Private Method Determines the (only) send request for this fax document 20020222
9 GET_COVER_PAGE Instance method Public Get-method of a virtual attribute Reads the Attribute COVER_PAGE 20020204
10 GET_DOCUMENT Instance method Public Get-method of a virtual attribute Reads Attribute DOCUMENT 20020204
11 GET_NOTE Instance method Public Get-method of a virtual attribute Reads Attribute NOTE 20020604
12 SETU_NOTE Instance method Public Method Sets Attribute NOTE 20020531
13 SET_COVER_PAGE Instance method Public Set-method of a virtual attribute Sets the Attribute COVER_PAGE 20020204
14 SET_DOCUMENT Instance method Public Set-method of a virtual attribute Sets Attribute DOCUMENT 20020204
15 SET_NOTE Instance method Public Set-method of a virtual attribute Sets Attribute NOTE 20020604
Events
Class CL_COVER_DOCUMENT_BCS has no event.
Types
Class CL_COVER_DOCUMENT_BCS has no local type.
Method Signatures

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NEW_INSTANCE Value transfer Object reference (TYPE REF TO) CL_COVER_DOCUMENT_BCS 20020204

Method COPY on class CL_COVER_DOCUMENT_BCS has no exception.

Method CREATE_INSTANCE_FOR_SAPSCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOCUMENT Call by reference Object reference (TYPE REF TO) IF_DOCUMENT_BCS Dokumenteninterface für das BCS 20020204
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_COVER_DOCUMENT_BCS Instanz 20020204

Method CREATE_INSTANCE_FOR_SAPSCRIPT on class CL_COVER_DOCUMENT_BCS has no exception.

Method CREATE_INSTANCE_FOR_SMARTFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOCUMENT Call by reference Object reference (TYPE REF TO) IF_DOCUMENT_BCS Dokumenteninterface für das BCS 20020204
2 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_COVER_DOCUMENT_BCS Instanz 20020204
3 Importing SFPROCESS Call by reference Type reference (TYPE) BCSDFLTVAL Filterwert für BADI DOC_PERSONALIZE_BCS 20020204
4 Importing SMARTFORM Call by reference Type reference (TYPE) TDSFNAME Smart Forms: Formularname 20020204

Method CREATE_INSTANCE_FOR_SMARTFORM on class CL_COVER_DOCUMENT_BCS has no exception.

Method CREATE_PERSISTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COVER Call by reference Object reference (TYPE REF TO) IF_DOCUMENT_BCS Personalisiertes Deckblatt 20020206
2 Importing DOCUMENT Call by reference Object reference (TYPE REF TO) IF_DOCUMENT_BCS Personalisiertes Dokument 20020206
3 Importing NOTE Call by reference Object reference (TYPE REF TO) CL_NOTE_BCS Notiz 20020531
4 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_COVER_DOCUMENT_BCS 20020204

Method CREATE_PERSISTENT on class CL_COVER_DOCUMENT_BCS has no exception.

Method DISPLAY_COVER_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTINUE Value transfer Type reference (TYPE) BOOLEAN User hat nicht abgebrochen 20020214

Method DISPLAY_COVER_PAGE on class CL_COVER_DOCUMENT_BCS has no exception.

Method DISPLAY_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEND_REQUEST Call by reference Object reference (TYPE REF TO) CL_BCS zugehöriger Sendeauftrag 20020220

Method DISPLAY_DOCUMENT on class CL_COVER_DOCUMENT_BCS has no exception.

Method GETU_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_NOTE_BCS Notiz 20020531

Method GETU_NOTE on class CL_COVER_DOCUMENT_BCS has no exception.

Method GETU_SENDREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEND_REQUEST Value transfer Type reference (TYPE) OS_GUID zugehöriger Sendeauftrag 20020222

Method GETU_SENDREQUEST on class CL_COVER_DOCUMENT_BCS has no exception.

Method GET_COVER_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_DOCUMENT_BCS Attributwert 20020204
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020204

Method GET_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_DOCUMENT_BCS Attributwert 20020204
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020204

Method GET_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_NOTE_BCS Attributwert 20020604
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020604

Method SETU_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NOTE Call by reference Object reference (TYPE REF TO) CL_NOTE_BCS Notiz 20020531

Method SETU_NOTE on class CL_COVER_DOCUMENT_BCS has no exception.

Method SET_COVER_PAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COVER_PAGE Call by reference Object reference (TYPE REF TO) IF_DOCUMENT_BCS Attributwert 20020204
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020204

Method SET_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_DOCUMENT_BCS Attributwert 20020204
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020204

Method SET_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NOTE Call by reference Object reference (TYPE REF TO) CL_NOTE_BCS Attributwert 20020604
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020604
History
Last changed by/on SAP  20110908 
SAP Release Created in 630