SAP ABAP Class CL_SRT_WSP_IBC (SRT: Identifiable Business Context)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG (Package) SOAP Configuration Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_IBC SRT: Identifiable Business Context 20120608
Properties
Class CL_SRT_WSP_IBC  
Short Description SRT: Identifiable Business Context    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20120608   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_IBC SRT: Identifiable Business Context 20120608
Friends
# Friend Modeled only Created on Description
1 CL_SRT_PUBLIC_IBC 20120608 SRT Public: Identifiable Business Context
2 CL_SRT_WSP_CONFIG_REGISTRY 20120608 WSP Configuration Registry
3 CL_SRT_WSP_FACTORY 20120608 WSP Factory Class
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUSINESS_ADDRESS_CHANGED Instance attribute Public Type reference (TYPE) BOOLEAN 20120608
2 BUSINESS_ADDRESS_HANDLE Instance attribute Private Type reference (TYPE) AD_HANDLE 20120608
3 BUSINESS_ADDRESS_READ Instance attribute Private Type reference (TYPE) BOOLEAN 20120608
4 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SRT_WSP_IBC' 20120608
5 IBC_NOTES_CHANGED Instance attribute Private Type reference (TYPE) BOOLEAN 20120608
6 IBC_NOTES_READ Instance attribute Private Type reference (TYPE) BOOLEAN 20120608
7 TECHNICAL_ADDRESS_CHANGED Instance attribute Public Type reference (TYPE) BOOLEAN 20120608
8 TECHNICAL_ADDRESS_HANDLE Instance attribute Private Type reference (TYPE) AD_HANDLE 20120608
9 TECHNICAL_ADDRESS_READ Instance attribute Private Type reference (TYPE) BOOLEAN 20120608
10 URL_GENERATOR Instance attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_URL_GENERATOR 20120608
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_READ_ONLY Instance method Private Method Check Whether IBC is locked 20120608
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120608
3 CREATE Static method Protected Method Create an Instance of IBC 20120608
4 CREATE_ADDRESS Instance method Private Method Create Address for Type 20120608
5 DELETE_ADDRESS Instance method Private Method Delete Adress by Number 20120608
6 DELETE_TEXT Instance method Private Method Delete Text 20120608
7 DELETE_TEXTS Instance method Private Method Delete Texts 20120608
8 EXISTS Static method Public Method Check Existence 20120608
9 GET_ADDRESS Instance method Private Method Get Address by Number 20120608
10 GET_APPLICATION_CLASSES Static method Public Method Returns Application Implementation Classes 20120608
11 GET_DISPLAY_NAME Static method Public Method Gets display name 20121211
12 GET_RECEIVER_SYSTEM Static method Public Method Get Receiver System Information for IBC 20120608
13 GET_TEXTS Instance method Private Method Get Texts 20120608
14 INITIALIZE_FROM_DB Instance method Private Method Initialize IBC from Database 20120608
15 LIST Static method Public Method Query IBC´s 20120608
16 LOCK Instance method Private Method Lock IBC 20120608
17 OPEN_BY_ID Static method Protected Method Open an Instance of IBC by ID 20120608
18 OPEN_BY_RECEIVER Static method Protected Method Open an Instance of IBC by Receiver Type and Name 20120608
19 SAVE_ADDRESSES Instance method Private Method Save Addresses 20120608
20 SAVE_TEXTS Instance method Private Method Save Texts 20120608
21 SET_ADDRESS Instance method Private Method Set Address by Number 20120608
22 UNLOCK Instance method Private Method Unlock IBC 20120608
Events
Class CL_SRT_WSP_IBC has no event.
Types
Class CL_SRT_WSP_IBC has no local type.
Method Signatures

Method CHECK_READ_ONLY Signature

Method CHECK_READ_ONLY on class CL_SRT_WSP_IBC has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20120608
2 Importing CREATE Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE 20120608
3 Importing ID Call by reference Type reference (TYPE) SRT_WSP_IBC_ID 20120608
4 Importing RECEIVER_NAME Call by reference Type reference (TYPE) SRT_WSP_IBC_RECEIVER_NAME 20120608
5 Importing RECEIVER_TYPE Call by reference Type reference (TYPE) SRT_WSP_IBC_RECEIVER_TYPE 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20120608
2 Returning IBC Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_IBC 20120608
3 Importing RECEIVER_NAME Call by reference Type reference (TYPE) SRT_WSP_IBC_RECEIVER_NAME 20120608
4 Importing RECEIVER_TYPE Call by reference Type reference (TYPE) SRT_WSP_IBC_RECEIVER_TYPE 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method CREATE_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADDRESS Call by reference Type reference (TYPE) SSTR_SRT_WSP_ADDRESS 20120608
2 Importing ADDRESS_TYPE Call by reference Type reference (TYPE) SRT_WSP_IBC_ADDRESS_TYPE 20120608
3 Importing MAIL Call by reference Type reference (TYPE) STTY_SRT_WSP_ADSMTP 20120608
4 Importing TELEPHONE Call by reference Type reference (TYPE) STTY_SRT_WSP_ADTEL 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method DELETE_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADDRESS_NUMBER Call by reference Type reference (TYPE) SRT_WSP_ADDRESS_NUMBER 20120608
2 Importing ADDRESS_REF Call by reference Type reference (TYPE) ADDR_REF 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method DELETE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TDID 20120608
2 Importing LANGUAGE Call by reference Type reference (TYPE) SPRAS 20120608
3 Importing OBJECT Call by reference Type reference (TYPE) TDOBJECT 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method DELETE_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LANGUAGE Call by reference Type reference (TYPE) SPRAS 20120608
2 Importing OBJECT Call by reference Type reference (TYPE) TDOBJECT 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXISTS Value transfer Type reference (TYPE) BOOLEAN 20120608
2 Importing ID Call by reference Type reference (TYPE) SRT_WSP_IBC_ID 20120608
3 Importing RECEIVER_NAME Call by reference Type reference (TYPE) SRT_WSP_IBC_RECEIVER_NAME 20120608
4 Importing RECEIVER_TYPE Call by reference Type reference (TYPE) SRT_WSP_IBC_RECEIVER_TYPE 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method GET_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ADDRESS Call by reference Type reference (TYPE) SSTR_SRT_WSP_ADDRESS 20120608
2 Importing ADDRESS_NUMBER Call by reference Type reference (TYPE) SRT_WSP_ADDRESS_NUMBER 20120608
3 Exporting MAIL Call by reference Type reference (TYPE) STTY_SRT_WSP_ADSMTP 20120608
4 Exporting TELEPHONE Call by reference Type reference (TYPE) STTY_SRT_WSP_ADTEL 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method GET_APPLICATION_CLASSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CLASSES Value transfer Type reference (TYPE) SEO_CLS_W_DESCRI 20120608
2 Importing INCLUDE_INTERNAL_CLASSES Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method GET_DISPLAY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) SRT_WSP_IBC_ID SRT: Identifiable Business Context ID 20121211
2 Returning R_DISPLAY_NAME Value transfer Type reference (TYPE) STRING 20121211
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG RAL: Exception 20121211

Method GET_RECEIVER_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RECEIVER_SYSTEM Value transfer Type reference (TYPE) SRT_WSP_IBC_RECEIVER_SYSTEM 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method GET_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Type reference (TYPE) TDOBJECT 20120608
2 Returning TEXTS Value transfer Type reference (TYPE) STTY_SRT_WSP_TEXT_LINE 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method INITIALIZE_FROM_DB Signature

Method INITIALIZE_FROM_DB on class CL_SRT_WSP_IBC has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IBC_LIST Value transfer Type reference (TYPE) STTY_SRT_IBC 20120608
2 Importing MAX_HITS Call by reference Type reference (TYPE) SRT_AD_SEARCH_NUM_MAX_HITS 20120608
3 Importing SEARCH_ATTRIBUTES Call by reference Type reference (TYPE) SRT_WSP_AD_SEARCH_ATTRIBUTE_T 20120608

Method LIST on class CL_SRT_WSP_IBC has no exception.

Method LOCK Signature

Method LOCK on class CL_SRT_WSP_IBC has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method OPEN_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IBC Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_IBC 20120608
2 Importing ID Call by reference Type reference (TYPE) SRT_WSP_IBC_ID 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method OPEN_BY_RECEIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IBC Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_IBC 20120608
2 Importing RECEIVER_NAME Call by reference Type reference (TYPE) SRT_WSP_IBC_RECEIVER_NAME 20120608
3 Importing RECEIVER_TYPE Call by reference Type reference (TYPE) SRT_WSP_IBC_RECEIVER_TYPE 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method SAVE_ADDRESSES Signature

Method SAVE_ADDRESSES on class CL_SRT_WSP_IBC has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method SAVE_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Type reference (TYPE) TDOBJECT 20120608
2 Importing TEXTS Call by reference Type reference (TYPE) STTY_SRT_WSP_TEXT_LINE 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method SET_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADDRESS Call by reference Type reference (TYPE) SSTR_SRT_WSP_ADDRESS 20120608
2 Importing ADDRESS_NUMBER Call by reference Type reference (TYPE) SRT_WSP_ADDRESS_NUMBER 20120608
3 Importing MAIL Call by reference Type reference (TYPE) STTY_SRT_WSP_ADSMTP 20120608
4 Importing TELEPHONE Call by reference Type reference (TYPE) STTY_SRT_WSP_ADTEL 20120608
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608

Method UNLOCK Signature

Method UNLOCK on class CL_SRT_WSP_IBC has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120608
History
Last changed by/on SAP  20131127 
SAP Release Created in 740