SAP ABAP Class CL_SR_INBOUND_HELPER_UTILITY (Services Registry : Inbound Utility class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SUDDICLIENT_NEW (Package) New development regarding UDDI Publication
Properties
Class CL_SR_INBOUND_HELPER_UTILITY  
Short Description Services Registry : Inbound Utility class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SUDDICLIENT_NEW   New development regarding UDDI Publication 
Created 20090909   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SR_INBOUND_HELPER_UTILITY has no forward declaration.
Interfaces
Class CL_SR_INBOUND_HELPER_UTILITY has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SR_INBOUND_HELPER_SERVICES 20110118 Services Registry inbound - helper class
2 CL_SR_INBOUND_HELPER_SERVICES2 20120709 Services Registry: Helper Services for CL_SERVICES_REGISTRY
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SR_INBOUND_HELPER_UTILITY' Class Name 20110118
2 MT_SYSTEM_IBC Static Attribute Private See coding Table of SRT_SR_IBC 20120913
3 MV_LANGUAGE Static Attribute Private Type reference (TYPE) STRING Language in ISO format 20110118
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Static method Public Method checks the authority 20110118
2 CHECK_CLASSIFICATION_NAME Static method Public Method Check syntax for classification name for not-allowed charact 20110118
3 CHECK_FOR_SYSTEM_IBC Static method Public Method Checks whether IBC is a system IBC (Tenant or Client) 20120716
4 CHECK_IF_SYSTEM_IBC Static method Public Method Checks whether IBC is a system IBC (Tenant or Client) 20120913
5 CHECK_PREDEFINED_CS_META_DATA Static method Public Method Check if predefined classification meta data is available 20110118
6 CLEAR_SR_DATA Static method Public Method Clear data from SR Server 20120709
7 COMMIT_WORK Static method Public Method Commits work 20110118
8 CONVERT_SYSTEM_TYPE Static method Public Method Convert internal system type (int) to external (string) 20110118
9 CREATE_BINDING_UDDI_KEY Static method Public Method Create UDDI Key from logical key for Endpoint 20110118
10 CREATE_CS_UDDI_KEY Static method Public Method Create UDDI Key for classification system 20110118
11 CREATE_DESCRIPTION_TABLE Static method Public Method Create description table from transported description 20110118
12 CREATE_GUID Static method Public Method Create a new guid 20110118
13 CREATE_PREDEFINED_CS_META_DATA Static method Private Method Create predefined classification meta data 20110118
14 CREATE_QNAME Static method Public Method Creates a QName from name and namespace 20110118
15 CREATE_SERVICE_UDDI_KEY Static method Public Method Create UDDI Key from logical key for Service 20110118
16 CREATE_SR_WHERE_CLAUSE Static method Protected Method Create where clause from complex conditions 20110118
17 CREATE_SYSTEM_UDDI_KEY Static method Public Method Create UDDI Key from logical key for System 20110118
18 CREATE_UDDI_KEY Static method Private Method Creates a UDDI Key as uddi:guid 20110118
19 CREATE_UI_QNAME Static method Public Method Create qname for display name {namespace} 20110118
20 CREATE_WHERE_CLAUSE Static method Protected Method Create where clause from complex conditions 20110118
21 CREATE_WSD_UDDI_KEY Static method Public Method Create UDDI Key from logical key for WSD 20110118
22 DELETE_ADDITIONAL_UDDI_DATA Static method Public Method Delete additional uddi data 20130925
23 DELETE_SR_DATA Static method Public Method Delete data from SR Server 20110118
24 GET_EXTERNAL_DESCRIPTION Static method Public Method Convert internal description tab to external (SAP ISO lang.) 20110118
25 GET_INTERNAL_DESCRIPTION Static method Public Method Create internal description format from external (map lang) 20110118
26 GET_ISO_LANGUAGE_FROM_SAP Static method Public Method Get ISO language from SAP language 20110118
27 GET_OBJECTS_BY_CLASSIFICATION Static method Public Method Get objects which have certain classifications 20110118
28 GET_OBJECTS_BY_CLASSIF_INT Static method Private Method Internal continue for retrieving objects by classification 20110118
29 GET_QNAME Static method Public Method Get QName from tmodel_key 20110118
30 GET_SAP_LANGUAGE Static method Public Method Returns language in SAP format 20110118
31 GET_SAP_LANGUAGE_FROM_ISO Static method Public Method Get SAP language from ISO language 20110118
32 GET_SLD_KEY_WITH_LOGICAL_KEY Static method Public Method Get SLD ID Key from it's Logical Key 20110118
33 GET_SPECIAL_SYSTEM_NAME Static method Public Method Get System name for UI like BYE on xyzsdgj 20110118
34 GET_TMODEL_KEY Static method Public Method Get tmodel_key from QName 20110118
35 GET_UI_LANGUAGE Static method Public Method Get UI language 20110118
36 GET_UI_WSD_STATE Static method Public Method Get state of WSD to be displayed on UI 20110118
37 IS_SR_ENABLED Static method Public Method Check if this is a central system 20110118
38 IS_UDDI_KEY_URI Static method Public Method Check whether a t-model key is an URI 20130925
39 READ_ADDITIONAL_UDDI_DATA Static method Public Method Read additional uddi data 20130925
40 READ_KEY_FROM_UDDI_DATA Static method Public Method Read keys from uddi data 20130925
41 SPLIT_QNAME Static method Public Method Splits a QName into name and namespace 20110118
42 SPLIT_UI_QNAME Static method Public Method Splits Qname on UI 20110128
43 UDDI_KEY_2_INTERN_FORMAT Static method Public Method Convert UDDI Key into internal format (Database) 20130925
44 UDDI_KEY_FROM_INTERN_FORMAT Static method Public Method Get UDDI Key from internal format (Database) 20130925
45 WRITE_ADDITIONAL_UDDI_DATA Static method Public Method Write additional uddi data 20130925
Events
Class CL_SR_INBOUND_HELPER_UTILITY has no event.
Types
Class CL_SR_INBOUND_HELPER_UTILITY has no local type.
Method Signatures

Method AUTHORITY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MESSAGE Call by reference Type reference (TYPE) STRING 20110309
2 Exporting E_RESULT Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110309
3 Importing I_ACTIVITY Call by reference Type reference (TYPE) C 20110309
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG ER Authorisations to publish/hide a service 20110309

Method CHECK_CLASSIFICATION_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASSIF_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAME Services Registry : Name 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CHECK_FOR_SYSTEM_IBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_IBC_DATA Call by reference Type reference (TYPE) SSTR_SR_IBC Services Registry : IBC Definition 20120716
2 Returning R_SYSTEM_IBC Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120716

Method CHECK_FOR_SYSTEM_IBC on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method CHECK_IF_SYSTEM_IBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IBC_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IBC_ID Services Registry: IBC Id 20120913
2 Returning R_SYSTEM_IBC Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120913

Method CHECK_IF_SYSTEM_IBC on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method CHECK_PREDEFINED_CS_META_DATA Signature

Method CHECK_PREDEFINED_CS_META_DATA on class CL_SR_INBOUND_HELPER_UTILITY has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CLEAR_SR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PROCESS_ALREADY_RUNNING Value transfer Type reference (TYPE) BOOLEAN 20120709
2 Importing I_ASYNCHRONOUS_PROCESSING Call by reference Type reference (TYPE) BOOLEAN 'X' 20120709
3 Importing I_DELETE_GARBAGE Call by reference Type reference (TYPE) BOOLEAN 20120709
4 Importing I_DO_NOT_DELETE_CS_METADATA Call by reference Type reference (TYPE) BOOLEAN 'X' 20120709
5 Importing I_REFRESH_COMPLETE_DATA Call by reference Type reference (TYPE) BOOLEAN 20120709

Method CLEAR_SR_DATA on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method COMMIT_WORK Signature

Method COMMIT_WORK on class CL_SR_INBOUND_HELPER_UTILITY has no parameter.
Method COMMIT_WORK on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method CONVERT_SYSTEM_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TYPE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_SYSTEM_TYPE Services Registry : System Type 20110118
2 Returning RV_TYPE Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_WD_SYSTEM_TYPE Services Registry : Physical System Type for WebDynPro UI 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CREATE_BINDING_UDDI_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGICAL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_LOGICAL_KEY Services Registry : Logical Key 20110118
2 Returning RV_UDDI_KEY Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CREATE_CS_UDDI_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAME Services Registry : Name 20110118
2 Importing IV_NAMESPACE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAMESPACE Services Registry : Namespace 20110118
3 Returning RV_UDDI_KEY Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CREATE_DESCRIPTION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DESCRIPTION Call by reference Type reference (TYPE) STTY_SR_DESCRIPTION Services Registry : Description of an object table 20110118
2 Importing IT_DESCRIPTION Call by reference Type reference (TYPE) STTY_SR_DESCRIPTION_BASIC 20120709
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CREATE_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_GUID Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Identifier 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CREATE_PREDEFINED_CS_META_DATA Signature

Method CREATE_PREDEFINED_CS_META_DATA on class CL_SR_INBOUND_HELPER_UTILITY has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CREATE_QNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAME Services Registry : Name 20110118
2 Importing IV_NAMESPACE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAMESPACE Services Registry : Namespace 20110118
3 Returning RV_QNAME Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_QNAME Services Registry : QName (Name and Namespace) 20110118

Method CREATE_QNAME on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method CREATE_SERVICE_UDDI_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGICAL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_LOGICAL_KEY Services Registry : Logical Key 20110118
2 Returning RV_UDDI_KEY Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CREATE_SR_WHERE_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OK Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_BOOL Services Registry : Boolean 20110118
2 Exporting EV_WHERE_CLAUSE Call by reference Type reference (TYPE) STRING 20110118
3 Importing IV_PATTERN Call by reference Type reference (TYPE) STRING Services Registry : Internal SQL condition table 20110118
4 Importing IV_SYSTEM_GUID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Identifier 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CREATE_SYSTEM_UDDI_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGICAL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_LOGICAL_KEY Services Registry : Logical Key 20110118
2 Returning RV_UDDI_KEY Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CREATE_UDDI_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_UDDI_KEY Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CREATE_UI_QNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAME Services Registry : Name 20110118
2 Importing IV_NAMESPACE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAMESPACE Services Registry : Namespace 20110118
3 Returning RV_QNAME Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_QNAME Services Registry : QName (Name and Namespace) 20110118

Method CREATE_UI_QNAME on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method CREATE_WHERE_CLAUSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OK Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_BOOL Services Registry : Boolean 20110118
2 Exporting EV_WHERE_CLAUSE Call by reference Type reference (TYPE) STRING 20110118
3 Importing IT_CONDITION Call by reference Type reference (TYPE) STTY_SR_SQL_CONDITION Services Registry : Internal SQL condition table 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method CREATE_WSD_UDDI_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGICAL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_LOGICAL_KEY Services Registry : Logical Key 20110118
2 Returning RV_UDDI_KEY Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method DELETE_ADDITIONAL_UDDI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT_GUID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Identifier 20130925
2 Importing UDDI_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20130925
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130925

Method DELETE_SR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PROCESS_ALREADY_RUNNING Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110118
2 Importing IT_SYSTEMS Call by reference Type reference (TYPE) STTY_SR_APP_KEY 20120709
3 Importing I_ASYNCHRONOUS_PROCESSING Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110118
4 Importing I_MAINTAIN_PUB_INFOS Call by reference Type reference (TYPE) BOOLEAN 'X' 20120709

Method DELETE_SR_DATA on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method GET_EXTERNAL_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DESCRIPTION Call by reference Type reference (TYPE) STTY_SR_DESCRIPTION_BASIC Services Registry : Description input (ISO language) 20110118
2 Importing IT_DESCRIPTION Call by reference Type reference (TYPE) STTY_SR_DESCRIPTION Services Registry : Description of an object table 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method GET_INTERNAL_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DESCRIPTION Call by reference Type reference (TYPE) STTY_SR_DESCRIPTION Services Registry : Description of an object table 20110118
2 Importing IT_DESCRIPTION Call by reference Type reference (TYPE) STTY_SR_DESCRIPTION_BASIC Services Registry : Description input (ISO language) 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method GET_ISO_LANGUAGE_FROM_SAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SAP Call by reference Type reference (TYPE) SPRAS Language Key 20110118
2 Returning RV_ISO Value transfer Type reference (TYPE) ISOLA Language according to ISO 639 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method GET_OBJECTS_BY_CLASSIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) STTY_SR_IDENTIFIER Services Registry : Identifier (GUID) table 20110118
2 Importing IT_CLASSIFICATION Call by reference Type reference (TYPE) STTY_SR_CLASSIFICATION_BASIC Services Registry : Table for basic classification 20110118
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_TYPE Services Registry : Object Type 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method GET_OBJECTS_BY_CLASSIF_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJECT Call by reference Type reference (TYPE) STTY_SR_IDENTIFIER Services Registry : Identifier (GUID) table 20110118
2 Importing IT_CLASSIFICATION Call by reference Type reference (TYPE) STTY_SR_CLASSIFICATION_BASIC Services Registry : Table for basic classification 20110118
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_TYPE 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method GET_QNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAME Services Registry : Name 20110118
2 Exporting EV_NAMESPACE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAMESPACE Services Registry : Namespace 20110118
3 Importing IV_TMODEL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method GET_SAP_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LANGUAGE Value transfer Type reference (TYPE) SPRAS Language Key 20110118

Method GET_SAP_LANGUAGE on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method GET_SAP_LANGUAGE_FROM_ISO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ISO Call by reference Type reference (TYPE) ISOLA Language according to ISO 639 20110118
2 Returning RV_SAP Value transfer Type reference (TYPE) SPRAS Language Key 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method GET_SLD_KEY_WITH_LOGICAL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SYSTEM_LOGICAL_LEY Call by reference Type reference (TYPE) STRING 20110118
2 Returning R_SYSTEM_SLD_KEY Value transfer Type reference (TYPE) STRING 20110118

Method GET_SLD_KEY_WITH_LOGICAL_KEY on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method GET_SPECIAL_SYSTEM_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Identifier 20110118
2 Returning RV_NAME Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_NAME Services Registry : Name 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method GET_TMODEL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TMODEL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20110118
2 Importing IV_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAME Services Registry : Name 20110118
3 Importing IV_NAMESPACE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAMESPACE Services Registry : Namespace 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method GET_UI_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LANGUAGE Value transfer Type reference (TYPE) SPRAS Language Key 20110118

Method GET_UI_LANGUAGE on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method GET_UI_WSD_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_CONFIG_STATE Services Registry : WSD Config State 20110118
2 Returning RV_STATE Value transfer Type reference (TYPE) STRING 20110118
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110118

Method IS_SR_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ENABLED Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_BOOL Services Registry : Boolean 20110118

Method IS_SR_ENABLED on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method IS_UDDI_KEY_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_URI Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130925
2 Importing UDDI_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20130925

Method IS_UDDI_KEY_URI on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method READ_ADDITIONAL_UDDI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Value transfer Type reference (TYPE) ANY 20130925
2 Importing LOGICAL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_LOGICAL_KEY Services Registry : Logical Key 20130925
3 Importing OBJECT_GUID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Identifier 20130925
4 Importing OBJECT_INFO Call by reference Type reference (TYPE) CHAR30 30 Characters 20130925
5 Importing OBJECT_TYPE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_TYPE Services Registry : Object Type 20130925
6 Importing UDDI_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20130925
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130925

Method READ_KEY_FROM_UDDI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_LOGICAL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_LOGICAL_KEY Services Registry : Logical Key 20130925
2 Exporting PE_OBJECT_GUID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Identifier 20130925
3 Exporting PE_UDDI_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20130925
4 Importing PI_LOGICAL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_LOGICAL_KEY Services Registry : Logical Key 20130925
5 Importing PI_OBJECT_GUID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Identifier 20130925
6 Importing PI_UDDI_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20130925

Method READ_KEY_FROM_UDDI_DATA on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method SPLIT_QNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAME Services Registry : Name 20110118
2 Exporting EV_NAMESPACE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAMESPACE Services Registry : Namespace 20110118
3 Importing IV_QNAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_QNAME Services Registry : QName (Name and Namespace) 20110118

Method SPLIT_QNAME on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method SPLIT_UI_QNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAME Services Registry : Name 20110128
2 Exporting EV_NAMESPACE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAMESPACE Services Registry : Namespace 20110128
3 Importing I_QNAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_QNAME Services Registry : QName (Name and Namespace) 20110128

Method SPLIT_UI_QNAME on class CL_SR_INBOUND_HELPER_UTILITY has no exception.

Method UDDI_KEY_2_INTERN_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing UDDI_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20130925
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130925

Method UDDI_KEY_FROM_INTERN_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing UDDI_KEY Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20130925
2 Importing VERSION Call by reference Type reference (TYPE) CHAR3 '3.0' UDDI API Version 20130925
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130925

Method WRITE_ADDITIONAL_UDDI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Value transfer Type reference (TYPE) ANY 20130925
2 Importing LOGICAL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_LOGICAL_KEY Services Registry : Logical Key 20130925
3 Importing OBJECT_GUID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Identifier 20130925
4 Importing OBJECT_INFO Call by reference Type reference (TYPE) CHAR30 30 Characters 20130925
5 Importing OBJECT_TYPE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_TYPE Services Registry : Object Type 20130925
6 Importing STR_NAME Call by reference Type reference (TYPE) CHAR30 30 Characters 20130925
7 Importing UDDI_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_UDDI_KEY Services Registry : UDDI Key 20130925
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130925
History
Last changed by/on SAP  20131127 
SAP Release Created in 740