SAP ABAP Class CL_BCS_STATUS_SETTINGS (BCS: General Parameters in SAPconnect Environment)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-COM (Application Component) Communication Services: Mail, Fax, SMS, Telephony
     SBCOMS (Package) Business Communication Service
Properties
Class CL_BCS_STATUS_SETTINGS  
Short Description BCS: General Parameters in SAPconnect Environment    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBCOMS   Business Communication Service 
Created 20090220   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BCS_STATUS_SETTINGS has no forward declaration.
Interfaces
Class CL_BCS_STATUS_SETTINGS has no interface implemented.
Friends
Class CL_BCS_STATUS_SETTINGS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_WILDCARD Constant Private Type reference (TYPE) C '*' Wildcard 20100226
Methods
# Method Level Visibility Method type Description Created on
1 GET_RQNOMDN Static method Public Method Determine Whether to Request Read Confirmation 20100226
2 GET_RQST Static method Public Method Get Required Status Notifications 20100226
3 GET_SNDNOMDN Static method Public Method Determine Whether to Send Read Confirmation 20100226
4 GET_STML Static method Public Method Get Required Notifications by E-Mail 20100226
5 GET_STML_CNTLVL Static method Public Method Determine Content of Status Notification by E-Mail 20100226
6 SET_RQNOMDN Static method Public Method Stop Read Confirmation Requests 20100226
7 SET_RQST Static method Public Method Set Requested Status Notifications 20100226
8 SET_SNDNOMDN Static method Public Method Stop Sending of Read Confirmations 20100226
9 SET_STML Static method Public Method Set Requested Notifications by E-Mail 20100226
10 SET_STML_CNTLVL Static method Public Method Set Content of Status Notification by E-Mail 20100226
Events
Class CL_BCS_STATUS_SETTINGS has no event.
Types
Class CL_BCS_STATUS_SETTINGS has no local type.
Method Signatures

Method GET_RQNOMDN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FORCE_REQ_NO_MDN Value transfer Type reference (TYPE) BCS_REQUEST_NO_MDN BCS: Anfordern von Lesebestätigungen unterbinden 20100226

Method GET_RQNOMDN on class CL_BCS_STATUS_SETTINGS has no exception.

Method GET_RQST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_DEFAULT Call by reference Type reference (TYPE) SX_BOOLEAN SAPconnect: Auswahl 20100226
2 Exporting EV_RQST Call by reference Type reference (TYPE) BCS_RQST Angeforderte Status 20100226
3 Importing IV_ADDRESS Call by reference Type reference (TYPE) CSEQUENCE BCS: Adressbereich mit best. angeforderten Statuseinstellung 20100226
4 Importing IV_IS_NORMAL Call by reference Type reference (TYPE) SX_BOOLEAN SAPconnect: Auswahl 20100226

Method GET_RQST on class CL_BCS_STATUS_SETTINGS has no exception.

Method GET_SNDNOMDN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SEND_NO_MDN Value transfer Type reference (TYPE) BCS_NO_MDN BCS: Senden von Lesebestätigungen(MDN's) unterbinden 20100226

Method GET_SNDNOMDN on class CL_BCS_STATUS_SETTINGS has no exception.

Method GET_STML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_DEFAULT Call by reference Type reference (TYPE) SX_BOOLEAN SAPconnect: Auswahl 20100226
2 Exporting EV_STML Call by reference Type reference (TYPE) BCS_STML Angeforderte Status 20100226
3 Importing IV_ADDRESS Call by reference Type reference (TYPE) CSEQUENCE BCS: Adressbereich mit best. Einstellungen für E-Mail Benach 20100226

Method GET_STML on class CL_BCS_STATUS_SETTINGS has no exception.

Method GET_STML_CNTLVL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONTENT_LEVEL Value transfer Type reference (TYPE) I Einstelliges Kennzeichen 20100226

Method GET_STML_CNTLVL on class CL_BCS_STATUS_SETTINGS has no exception.

Method SET_RQNOMDN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REQUEST_NO_MDN Call by reference Type reference (TYPE) BCS_REQUEST_NO_MDN BCS: Anfordern von Lesebestätigungen unterbinden 20100226
2 Returning RV_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20100226

Method SET_RQNOMDN on class CL_BCS_STATUS_SETTINGS has no exception.

Method SET_RQST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADDRESS Call by reference Type reference (TYPE) CSEQUENCE BCS: Adressbereich mit best. angeforderten Statuseinstellung 20100226
2 Importing IV_DEFAULT_SETTING Call by reference Type reference (TYPE) BCS_RQST Default Einstellung 20100226
3 Importing IV_SETTING Call by reference Type reference (TYPE) BCS_RQST Angeforderte Status 20100226

Method SET_RQST on class CL_BCS_STATUS_SETTINGS has no exception.

Method SET_SNDNOMDN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEND_NO_MDN Call by reference Type reference (TYPE) BCS_NO_MDN BCS: Senden von Lesebestätigungen(MDN's) unterbinden 20100226
2 Returning RV_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20100226

Method SET_SNDNOMDN on class CL_BCS_STATUS_SETTINGS has no exception.

Method SET_STML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADDRESS Call by reference Type reference (TYPE) CSEQUENCE BCS: Adressbereich mit best. Einstellungen für E-Mail Benach 20100226
2 Importing IV_DEFAULT_SETTING Call by reference Type reference (TYPE) BCS_STML Default Einstellung 20100226
3 Importing IV_SETTING Call by reference Type reference (TYPE) BCS_STML Einstellung, welche Status per Mail gemeldet werden 20100226

Method SET_STML on class CL_BCS_STATUS_SETTINGS has no exception.

Method SET_STML_CNTLVL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT_LEVEL Value transfer Type reference (TYPE) I 20100226
2 Returning RV_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20100226

Method SET_STML_CNTLVL on class CL_BCS_STATUS_SETTINGS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732