SAP ABAP Interface IF_SRT_WSP_WSDL_UPLOAD (WSDL Upload Interface)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRT_WSP_WSDL_UPLOAD WSDL Upload 20110222
Properties
Interface IF_SRT_WSP_WSDL_UPLOAD  
Short Description WSDL Upload Interface    
General Data
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20110207   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_SRT_WSP_WSDL_UPLOAD has no forward declaration.
Interfaces
Interface IF_SRT_WSP_WSDL_UPLOAD has no interface.
Friends
Interface IF_SRT_WSP_WSDL_UPLOAD has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE Static Attribute Public Type reference (TYPE) SDTE_SRT_WSP_WSDL_STATUS WSDL Upload: WSDL Upload status 20110222
2 INACTIVE Static Attribute Public Type reference (TYPE) SDTE_SRT_WSP_WSDL_STATUS WSDL Upload: WSDL Upload status 20110222
3 USE_TYPE Static Attribute Public Type reference (TYPE) SRT_WSP_NAME_USE_TYPE Use Type for SRT Name Cache 20110222
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method Activates an existing WSDL upload in the system 20110222
2 CHECK_ID_EXISTENCE Instance method Public Method Check whether WSDL upload ID exists in the database 20110222
3 CREATE Instance method Public Method Uploads a WSDL in the system and Activates it 20110222
4 DEACTIVATE Instance method Public Method Deactivates an existing WSDL upload in the system 20110222
5 DELETE Instance method Public Method Deletes an existing WSDL upload in the system 20110222
6 GET_ALL_WSDL_INFO Instance method Public Method Get all active and inactive WSDL information 20110222
7 GET_ENTITY_TYPES Instance method Public Method Get list of entity types 20110222
8 GET_WSDL Instance method Public Method Get WSDL with ID 20110222
9 QUERY Instance method Public Method Query WSDL based on entity QNames 20110222
10 SET_DESCRIPTION Instance method Public Method Sets description of an existing WSDL upload in the system 20110222
11 UPDATE Instance method Public Method Updates an existing WSDL upload in the system 20110222
Events
Interface IF_SRT_WSP_WSDL_UPLOAD has no event.
Types
Interface IF_SRT_WSP_WSDL_UPLOAD has no local type.
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_WSDL_IDENTIFIER WSDL Upload : Identifier (GUID) 20110222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110222

Method CHECK_ID_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_WSDL_IDENTIFIER WSDL Upload : WSDL Identifier 20110222
2 Returning R_ID_NOT_FOUND Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110222

Method CHECK_ID_EXISTENCE on Interface IF_SRT_WSP_WSDL_UPLOAD has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) SDTE_SRT_WSP_WSDL_DESCRIPTION Single-Character Flag 20110222
2 Importing I_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_WSDL_IDENTIFIER WSDL Upload : Identifier (GUID) 20110222
3 Importing I_WSDL_DATA Call by reference Type reference (TYPE) SDTE_SRT_WSP_WSDL_DATA Single-Character Flag 20110222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110222

Method DEACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_WSDL_IDENTIFIER WSDL Upload : Identifier (GUID) 20110222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110222

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_WSDL_IDENTIFIER WSDL Upload : Identifier (GUID) 20110222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110222

Method GET_ALL_WSDL_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_INFO Value transfer Type reference (TYPE) STTY_SRT_WSP_WSDL_UPLOAD_DIR WSDL Upload: Header information 20110222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110222

Method GET_ENTITY_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_ENTITY_TYPE_WITH_DESC Value transfer Type reference (TYPE) STTY_SRT_WSP_WSDL_ENTITY_TYPE WSDL Upload: Entity type and description 20110222

Method GET_ENTITY_TYPES on Interface IF_SRT_WSP_WSDL_UPLOAD has no exception.

Method GET_WSDL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITY_INFORMATION Call by reference Type reference (TYPE) STTY_SRT_WSDL_ENTITY_INFO WSDL Upload: Entity information 20110222
2 Exporting E_TAB_ENDPOINT_URLS Call by reference Type reference (TYPE) SRT_WSP_STRINGS Table of WSP Strings 20110228
3 Exporting E_WSDL_DATA Value transfer Type reference (TYPE) SDTE_SRT_WSP_WSDL_DATA WSDL Upload : WSDL data as RAW String 20110222
4 Exporting E_WSDL_INFO Value transfer Type reference (TYPE) SSTR_SRT_WSP_WSDL_UPLOAD_DIR WSDL Upload: Header information 20110222
5 Exporting E_WSDL_URL Call by reference Type reference (TYPE) STRING 20110222
6 Importing I_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_WSDL_IDENTIFIER WSDL Upload : Identifier (GUID) 20110222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110222

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DESCRIPTION Call by reference Type reference (TYPE) STTY_SRT_WSP_WSDL_DESCRIPTION WSDL Upload: Description 20110222
2 Importing IT_ENTITY_NAME Call by reference Type reference (TYPE) STTY_SRT_WSDL_ENTITY_NAME WSDL Upload: Entity name 20110222
3 Importing IT_IDS Call by reference Type reference (TYPE) STTY_SRT_WSP_WSDL_IDENTIFIER Table of WSDL Upload Names 20110222
4 Importing IT_STATE Call by reference Type reference (TYPE) STTY_SRT_WSP_WSDL_STATUS WSDL Upload: WSDL Upload status 20110222
5 Importing I_NUM_MAX_HITS Call by reference Type reference (TYPE) SRT_AD_SEARCH_NUM_MAX_HITS SRT Advanced Search Maximum Number of Hits 20130821
6 Returning RT_WSDL_INFORMATION Value transfer Type reference (TYPE) STTY_SRT_WSP_WSDL_UPLOAD_DIR Single-Character Flag 20110222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110222

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) SDTE_SRT_WSP_WSDL_DESCRIPTION WSDL Upload: Description 20110222
2 Importing I_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_WSDL_IDENTIFIER WSDL Upload : Identifier (GUID) 20110222
3 Importing I_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20110222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110222

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_WSDL_IDENTIFIER WSDL Upload : Identifier (GUID) 20110222
2 Importing I_WSDL_DATA Call by reference Type reference (TYPE) SDTE_SRT_WSP_WSDL_DATA WSDL Upload : WSDL data as RAW String 20110222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110222
History
Last changed by/on SAP  20140121 
SAP Release Created in 740