SAP ABAP Class CL_REORG_SR_BCS (BCS Reorganization: Check and Delete Send Request)
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_REORG_SR_BCS  
Short Description BCS Reorganization: Check and Delete Send Request    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBCOMS   Business Communication Service 
Created 20060510   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_REORG_SR_BCS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_REORG_SR_BCS has no interface implemented.
Friends
Class CL_REORG_SR_BCS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUF_DEL_CONTAINER Instance attribute Private Type reference (TYPE) SOLI_TAB 20060918
2 BUF_DEL_IF Instance attribute Private Type reference (TYPE) TT_DEL_IF 20061030
3 BUF_SEL_APPLNK Instance attribute Private Type reference (TYPE) TT_SEL_APPLNK 20060918
4 BUF_SEL_QUEUE Instance attribute Private Type reference (TYPE) TT_SEL_QUEUE 20060918
5 BUF_SEL_SRLNK Instance attribute Private Type reference (TYPE) TT_SEL_SRLNK 20060918
6 CURR_TIME Instance attribute Private Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20060918
7 C_CHECK Constant Private Type reference (TYPE) C 'C' 20060918
8 C_FORCE_DELETION Constant Private Type reference (TYPE) C 'F' 20060918
9 C_NOT_EXISTING Constant Private Type reference (TYPE) C 'N' 20060918
10 EXPONLY Instance attribute Private Type reference (TYPE) OS_BOOLEAN Boolean 20060918
11 IF_SINGLETONS Static Attribute Private Type reference (TYPE) BCSY_GUID BCS: Table of GUIDs 20061030
12 OWN_LOGSYS Static Attribute Private Type reference (TYPE) TBDLS-LOGSYS 20060918
13 QUEUE_READ Instance attribute Private Type reference (TYPE) OS_BOOLEAN 20060918
14 QUEUE_TOO_BIG Instance attribute Private Type reference (TYPE) OS_BOOLEAN 20060918
15 RE Instance attribute Private Object reference (TYPE REF TO) CL_REORG_BCS BCS Reorganization (use only in BCS Reorg Report) 20060918
16 SRLINKS Instance attribute Private Type reference (TYPE) TT_SRLINKS BCS: Table of GUIDs 20060918
17 VISITED Instance attribute Private Type reference (TYPE) BCSY_GUID BCS: Table of GUIDs 20060918
Methods
# Method Level Visibility Method type Description Created on
1 ADDRESSES_TO_BUFFER Instance method Private Method Add Address Instances of SR to Buffer 20060918
2 ADD_TO_DEL_BUF Instance method Private Method Add Single Key to Deletion Container 20060918
3 ADD_TO_IF_DEL_BUF Instance method Private Method Add Single Interface Instance to Buffer 20061030
4 CHECK_LINKS_APP Instance method Private Method Checks Links to Application Objects 20060918
5 CHECK_LINKS_SR Instance method Private Method Checks Links Between Send Requests 20061011
6 CHECK_LINK_APP Instance method Private Method Checks Existence of Link 20060918
7 CHECK_QUEUE Instance method Private Method Checks whether SR is in queue 20060918
8 CHECK_SR Instance method Public Method Check Send Request for Deletion Criteria (Complete) 20060918
9 CHECK_SR_ATTRIBS Instance method Private Method Check Send Request for Deletion Criteria (Attributes, Queue) 20060918
10 CLASS_CONSTRUCTOR Static method Public Constructor Class constructor 20060918
11 CONSTRUCTOR Instance method Public Constructor Constructor 20060918
12 DELETE_BY_DOC Instance method Public Method Delete Send Requests for Document 20061013
13 DELETE_INTERFACES Instance method Public Method Delete Instances for Interface Classes 20061103
14 DEL_FROM_BUFFERS Instance method Public Method Delete DB Tables 20060918
15 DEL_WRAPPER Static method Public Method Delete IF_* Wrapper Tables 20061103
16 FILL_BUFFERS Instance method Public Method Fill Table Buffer 20060918
17 RESET Instance method Public Method Reset all buffers 20060918
18 SET_EXPONLY Instance method Public Method Set Attribute expcheck 20060918
Events
Class CL_REORG_SR_BCS has no event.
Types
Class CL_REORG_SR_BCS has no local type.
Method Signatures

Method ADDRESSES_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SR Call by reference Type reference (TYPE) BCST_SR BCS: Zustand von Sendeaufträgen 20060918

Method ADDRESSES_TO_BUFFER on class CL_REORG_SR_BCS has no exception.

Method ADD_TO_DEL_BUF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) XSEQUENCE 20060918
2 Importing I_TAB Call by reference Type reference (TYPE) CLIKE 20060918

Method ADD_TO_DEL_BUF on class CL_REORG_SR_BCS has no exception.

Method ADD_TO_IF_DEL_BUF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OID Call by reference Type reference (TYPE) SREQRORG BCS: Zu löschende Absender und Empfänger (SA-Reorg) 20061030

Method ADD_TO_IF_DEL_BUF on class CL_REORG_SR_BCS has no exception.

Method CHECK_LINKS_APP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RC Value transfer Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20060918
2 Importing I_COLLECT Call by reference Type reference (TYPE) OS_BOOLEAN Boolean 20060918
3 Importing I_DEL_MODE Value transfer Type reference (TYPE) C 20060918
4 Importing I_GUID Call by reference Type reference (TYPE) OS_GUID Globally Unique Identifier 20060918
5 Importing I_USE_BUFFER Call by reference Type reference (TYPE) OS_BOOLEAN Boolean 20060918

Method CHECK_LINKS_APP on class CL_REORG_SR_BCS has no exception.

Method CHECK_LINKS_SR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RC Value transfer Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20061011
2 Importing I_COLLECT Call by reference Type reference (TYPE) OS_BOOLEAN Boolean 20061011
3 Importing I_GUID Call by reference Type reference (TYPE) OS_GUID Globally Unique Identifier 20061011
4 Importing I_INTERN Call by reference Type reference (TYPE) OS_BOOLEAN Boolean 20061011

Method CHECK_LINKS_SR on class CL_REORG_SR_BCS has no exception.

Method CHECK_LINK_APP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RC Value transfer Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20060918
2 Importing I_LINK Call by reference Type reference (TYPE) SRBCSBREL Verknüpfungen im GOS Umfeld 20060918

Method CHECK_LINK_APP on class CL_REORG_SR_BCS has no exception.

Method CHECK_QUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RC Value transfer Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20060918
2 Importing I_GUID Call by reference Type reference (TYPE) OS_GUID Globally Unique Identifier 20060918

Method CHECK_QUEUE on class CL_REORG_SR_BCS has no exception.

Method CHECK_SR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RC Value transfer Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20060918
2 Importing I_CHECK_APPLINKS Call by reference Type reference (TYPE) OS_BOOLEAN Boolean 20060918
3 Importing I_CHECK_SRLINKS Call by reference Type reference (TYPE) OS_BOOLEAN Boolean 20060918
4 Importing I_COLLECT Call by reference Type reference (TYPE) OS_BOOLEAN Boolean 20060918
5 Importing I_SR Value transfer Type reference (TYPE) BCST_SR BCS: Zustand von Sendeaufträgen 20060918
# Exception Resumable Description Created on
1 CX_BCS BCS: Allgemeine Ausnahmen 20060918

Method CHECK_SR_ATTRIBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_EXPIRED Value transfer Type reference (TYPE) OS_BOOLEAN Boolean 20060918
2 Exporting E_LINKS Value transfer Type reference (TYPE) C 20060918
3 Exporting E_RC Value transfer Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20060918
4 Importing I_COLLECT Call by reference Type reference (TYPE) OS_BOOLEAN Boolean 20060918
5 Importing I_SR Call by reference Type reference (TYPE) BCST_SR BCS: Zustand von Sendeaufträgen 20060918

Method CHECK_SR_ATTRIBS on class CL_REORG_SR_BCS has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_REORG_SR_BCS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_REORG_SR_BCS has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_REORG_SR_BCS has no parameter.
Method CONSTRUCTOR on class CL_REORG_SR_BCS has no exception.

Method DELETE_BY_DOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RC Value transfer Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20061013
2 Importing I_DOC Call by reference Type reference (TYPE) OS_GUID Globally Unique Identifier 20061013

Method DELETE_BY_DOC on class CL_REORG_SR_BCS has no exception.

Method DELETE_INTERFACES Signature

Method DELETE_INTERFACES on class CL_REORG_SR_BCS has no parameter.
Method DELETE_INTERFACES on class CL_REORG_SR_BCS has no exception.

Method DEL_FROM_BUFFERS Signature

Method DEL_FROM_BUFFERS on class CL_REORG_SR_BCS has no parameter.
Method DEL_FROM_BUFFERS on class CL_REORG_SR_BCS has no exception.

Method DEL_WRAPPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEYS Call by reference Type reference (TYPE) BCSY_GUID BCS: Tabelle von GUIDs 20061103
2 Importing I_TAB Call by reference Type reference (TYPE) CLIKE 20061103

Method DEL_WRAPPER on class CL_REORG_SR_BCS has no exception.

Method FILL_BUFFERS Signature

Method FILL_BUFFERS on class CL_REORG_SR_BCS has no parameter.
Method FILL_BUFFERS on class CL_REORG_SR_BCS has no exception.

Method RESET Signature

Method RESET on class CL_REORG_SR_BCS has no parameter.
Method RESET on class CL_REORG_SR_BCS has no exception.

Method SET_EXPONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPONLY Call by reference Type reference (TYPE) OS_BOOLEAN Boolean 20060918

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