SAP ABAP Class CL_BCS_BREAKLOOP (Activate/Deactivate Breakloops in SAPconnect)
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_BREAKLOOP  
Short Description Activate/Deactivate Breakloops in SAPconnect    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBCOMS   Business Communication Service 
Created 20080924   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BCS_BREAKLOOP has no forward declaration.
Interfaces
Class CL_BCS_BREAKLOOP has no interface implemented.
Friends
Class CL_BCS_BREAKLOOP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SBCS_BL_ALL Constant Private Type reference (TYPE) BCS_BLCREATEDFOR '*' BCS: User for Which Breakloop Is Active 20090218
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_LOOP Static method Public Method Activate Breakloop 20090218
2 DEACTIVATE_LOOP Static method Public Method Deactivate Breakloop 20090218
3 DELETE_EXPIRED_BREAKLOOPS Static method Public Method Delete Expired Breakloops (> 100 Days) 20090218
4 DISPLAY Static method Public Method Display and Maintenance of Breakloops 20090218
5 EXECUTE_LOOP Static method Public Method Execute Breakloop 20090218
6 GET_ALL_LOOPS Static method Public Method Get All Breakloops 20090218
7 GET_LOOP Static method Public Method Get Breakloop 20090218
8 MARK_AS_DELETED Static method Public Method Mark Breakloops as Deleted 20090218
9 SAVE_LOOP Static method Public Method Set Breakloop 20090218
Events
Class CL_BCS_BREAKLOOP has no event.
Types
Class CL_BCS_BREAKLOOP has no local type.
Method Signatures

Method ACTIVATE_LOOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREATEDFOR Call by reference Type reference (TYPE) BCS_BLCREATEDFOR Benutzername 20090218
2 Importing IV_EXPTIME Call by reference Type reference (TYPE) BCS_BLEXPTIME UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20090218
3 Importing IV_MODULE Call by reference Type reference (TYPE) BCS_BLMODULE BCS: Name des Modules für einen Breakloop 20090218
# Exception Resumable Description Created on
1 ALREADY_ACTIV Breakloop ist bereits aktiviert 20090218
2 EXPIRED Breakloop ist verfallen 20090218
3 NO_ENTRY_FOUND Breakloop wurde in der BCSD_BREAKLOOP nicht gefunden 20090218

Method DEACTIVATE_LOOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREATEDFOR Call by reference Type reference (TYPE) BCS_BLCREATEDFOR Benutzername 20090218
2 Importing IV_EXPTIME Call by reference Type reference (TYPE) BCS_BLEXPTIME UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20090218
3 Importing IV_MODULE Call by reference Type reference (TYPE) BCS_BLMODULE BCS: Name des Modules für einen Breakloop 20090218
# Exception Resumable Description Created on
1 ALREADY_INACTIV Breakloop ist bereits deaktiviert 20090218
2 EXPIRED Breakloop ist verfallen 20090218
3 NO_ENTRY_FOUND Kein Eintrag in der BCSD_BREAKLOOP gefunden 20090218

Method DELETE_EXPIRED_BREAKLOOPS Signature

Method DELETE_EXPIRED_BREAKLOOPS on class CL_BCS_BREAKLOOP has no parameter.
Method DELETE_EXPIRED_BREAKLOOPS on class CL_BCS_BREAKLOOP has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_BCS_BREAKLOOP has no parameter.
Method DISPLAY on class CL_BCS_BREAKLOOP has no exception.

Method EXECUTE_LOOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODULE Call by reference Type reference (TYPE) BCS_BLMODULE Name des Moduls in dem der Breakloop ausgeführt werden soll 20090218

Method EXECUTE_LOOP on class CL_BCS_BREAKLOOP has no exception.

Method GET_ALL_LOOPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BREAKLOOPS Value transfer Type reference (TYPE) BCST_BREAKLOOPS BCS: Breakloops in SAPconnect 20090218

Method GET_ALL_LOOPS on class CL_BCS_BREAKLOOP has no exception.

Method GET_LOOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODULE Call by reference Type reference (TYPE) BCS_BLMODULE BCS: Name des Modules für einen Breakloop 20090218
2 Returning RV_ACTIVE Value transfer Type reference (TYPE) BCS_BLSTATUS Ermittelt ob der Breakloop aktiv ist 20090218

Method GET_LOOP on class CL_BCS_BREAKLOOP has no exception.

Method MARK_AS_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BREAKLOOP Call by reference Type reference (TYPE) BCSS_BREAKLOOP BCS: Breakloops für SAPconnect 20090218
2 Importing IT_BREAKLOOPS Call by reference Type reference (TYPE) BCST_BREAKLOOPS BCS: Breakloops in SAPconnect 20090218
# Exception Resumable Description Created on
1 NO_ENTRY_FOUND Es wurde kein Breakloop übergeben 20090218

Method SAVE_LOOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMENT Call by reference Type reference (TYPE) BCS_BLCOMMENT BCS: Beschreibung eines Breakloops 20090218
2 Importing IV_DURATION Call by reference Type reference (TYPE) BCS_BLDURATION BCS: Dauer eines Breakloops 20090218
3 Importing IV_MODULE Call by reference Type reference (TYPE) BCS_BLMODULE Setzen eines Breakloops für ein bestimmtes Module 20090218
4 Importing IV_UNAME Call by reference Type reference (TYPE) BCS_BLCREATEDFOR Benutzername für den der Breakloop gesetzt werden soll 20090218
# Exception Resumable Description Created on
1 ALREADY_EXISTS Eintrag existiert bereits in der BCSD_BREAKLOOP 20090218
2 MISSING_PARAMETERS Übergabeparameter sind initial 20090218
History
Last changed by/on SAP  20110908 
SAP Release Created in