SAP ABAP Class CL_SRT_SR_BROWSER_CNTRL (Controller class for the SR Browser)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOA_MANAGER_ABAP_UI (Package) SOA Manager: User Interaction ABAP Stack
Properties
Class CL_SRT_SR_BROWSER_CNTRL  
Short Description Controller class for the SR Browser    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOA_MANAGER_ABAP_UI   SOA Manager: User Interaction ABAP Stack 
Created 20110228   SAP 
Last change 20130531   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
Class CL_SRT_SR_BROWSER_CNTRL has no interface implemented.
Friends
Class CL_SRT_SR_BROWSER_CNTRL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_OLD_CLASSIFICATIONS Instance attribute Private Type reference (TYPE) STTY_SR_CLASSIFICATION_VALUE Services Registry : Classification values for processing 20110308
2 MT_OLD_SEP_CLASSIFICATIONS Instance attribute Private Type reference (TYPE) STTY_SR_CLASSIFICATION_VALUE Services Registry : Classification values for processing 20110308
3 M_MAPPING Instance attribute Private Type reference (TYPE) SRT_UI_SR_BROWSER_MAP_TABLE Mapping table for SR Browser 20110308
4 WD_ASSIST Instance attribute Private Object reference (TYPE REF TO) CL_SRT_SR_UI_ASSISTANCE Assistance Class for C_SRT_SERVICES_DIRECTORY 20110308
5 WD_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20110308
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20110308
2 DETERMINE_OBJECTS_TO_CHANGE Instance method Public Method 20110308
3 GET_CLASSIFICATIONS_FROM_TREE Instance method Private Method 20120711
4 GET_SEPS_FOR_WSD Instance method Private Method 20110308
5 LOAD Instance method Public Method 20110308
6 LOAD_CLASSIFICATIONS Instance method Public Method Load classifications 20110308
7 LOAD_CLASSIFICATIONS_CONS Instance method Private Method Load service definitions for a given classification 20120711
8 LOAD_CLASSIFICATIONS_IBCS Instance method Private Method Load service definitions for a given classification 20120711
9 LOAD_CLASSIFICATIONS_SEPS Instance method Private Method Load service definitions for a given classification 20110308
10 LOAD_CLASSIFICATIONS_SYSTEMS Instance method Private Method Load physical systems for a given classification 20110308
11 LOAD_CLASSIFICATIONS_WSDS Instance method Private Method Load service definitions for a given classification 20110308
12 LOAD_CLASSIF_VALUES Instance method Private Method Load classification values 20110308
13 LOAD_CLASSIF_VALUE_CHILDS Instance method Private Method Load childs for classification 20110308
14 LOAD_CONS Instance method Public Method Load all web service definitions 20120711
15 LOAD_CONS_CHILDS Instance method Private Method Load childs for wsds 20120711
16 LOAD_CONS_CLASSIFICATIONS Instance method Private Method Load classification values for given WSD 20120711
17 LOAD_HIER_CLASSIF Instance method Public Method 20120711
18 LOAD_IBCS Instance method Public Method Load all web service definitions 20120711
19 LOAD_IBCS_CHILDS Instance method Private Method Load childs for wsds 20120711
20 LOAD_IBCS_CLASSIFICATIONS Instance method Private Method Load classification values for given WSD 20120711
21 LOAD_ORIG_SYSTEMS Instance method Public Method Load all publishing systems 20120711
22 LOAD_SEPS_CHILDS Instance method Private Method Load childs for wsds 20120711
23 LOAD_SEPS_CLASSIFICATIONS Instance method Private Method Load classification values for given WSD 20110308
24 LOAD_SYSTEMS_CHILDS Instance method Private Method Load childs for systems 20110308
25 LOAD_SYSTEMS_CLASSIFICATIONS Instance method Private Method Load classification for system 20110308
26 LOAD_SYSTEMS_CONS Instance method Private Method Load all web services for system 20120711
27 LOAD_SYSTEMS_IBCS Instance method Private Method Load all web services for system 20120711
28 LOAD_SYSTEMS_TENANT_IBC Instance method Private Method Load all web services for system 20120711
29 LOAD_SYSTEMS_WSDS Instance method Private Method Load all web services for system 20110308
30 LOAD_WSDS Instance method Public Method Load all web service definitions 20110308
31 LOAD_WSDS_CHILDS Instance method Private Method Load childs for wsds 20110308
32 LOAD_WSDS_CLASSIFICATIONS Instance method Private Method Load classification values for given WSD 20110308
33 LOAD_WSDS_SEPS Instance method Private Method Load endpoints for given WSD 20110308
34 RELOAD Instance method Public Method 20110308
Events
Class CL_SRT_SR_BROWSER_CNTRL has no event.
Types
Class CL_SRT_SR_BROWSER_CNTRL has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WD_ASSIST Call by reference Object reference (TYPE REF TO) CL_SRT_SR_UI_ASSISTANCE Assistance Class for C_SRT_SERVICES_DIRECTORY 20110308
2 Importing WD_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20110308

Method CONSTRUCTOR on class CL_SRT_SR_BROWSER_CNTRL has no exception.

Method DETERMINE_OBJECTS_TO_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20110308
2 Importing I_ADD Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method GET_CLASSIFICATIONS_FROM_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120711
2 Returning RT_CLASSIFICATIONS Value transfer Type reference (TYPE) STTY_SR_INBOUND_CLASSIFICATION Services Registry : Classification values for processing 20120711

Method GET_CLASSIFICATIONS_FROM_TREE on class CL_SRT_SR_BROWSER_CNTRL has no exception.

Method GET_SEPS_FOR_WSD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEP_TABLE Call by reference Type reference (TYPE) STTY_SR_INBOUND_SEP_TAB Table of SR endpoints 20110308
2 Importing IR_WSD Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_WSD Services Registry : Web Service Definition 20110308
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
2 Importing IR_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20110308
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) STRING 20110308
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_CLASSIFICATIONS Signature

Method LOAD_CLASSIFICATIONS on class CL_SRT_SR_BROWSER_CNTRL has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_CLASSIFICATIONS_CONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CLASSIFICATION Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_CLASSIFICATION Services Registry : Classification of an object 20120711
2 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120711
3 Importing IS_CLASSIFICATION_VALUE Call by reference Type reference (TYPE) SSTR_SR_CLASSIFICATION_VALUE Services Registry : Classification values for processing 20120711
4 Importing IT_CLASSIFICATIONS Call by reference Type reference (TYPE) STTY_SR_INBOUND_CLASSIFICATION Tabel of Classification Value References 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_CLASSIFICATIONS_IBCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CLASSIFICATION Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_CLASSIFICATION Services Registry : Classification of an object 20120711
2 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120711
3 Importing IS_CLASSIFICATION_VALUE Call by reference Type reference (TYPE) SSTR_SR_CLASSIFICATION_VALUE Services Registry : Classification values for processing 20120711
4 Importing IT_CLASSIFICATIONS Call by reference Type reference (TYPE) STTY_SR_INBOUND_CLASSIFICATION Tabel of Classification Value References 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_CLASSIFICATIONS_SEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CLASSIFICATION Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_CLASSIFICATION Services Registry : Classification of an object 20110308
2 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
3 Importing IS_CLASSIFICATION_VALUE Call by reference Type reference (TYPE) SSTR_SR_CLASSIFICATION_VALUE Services Registry : Classification values for processing 20110308
4 Importing IT_CLASSIFICATIONS Call by reference Type reference (TYPE) STTY_SR_INBOUND_CLASSIFICATION Tabel of Classification Value References 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_CLASSIFICATIONS_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CLASSIFICATION Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_CLASSIFICATION Services Registry : Classification of an object 20110308
2 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
3 Importing IS_CLASSIFICATION_VALUE Call by reference Type reference (TYPE) SSTR_SR_CLASSIFICATION_VALUE Services Registry : Classification values for processing 20110308
4 Importing IT_CLASSIFICATIONS Call by reference Type reference (TYPE) STTY_SR_INBOUND_CLASSIFICATION Tabel of Classification Value References 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_CLASSIFICATIONS_WSDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CLASSIFICATION Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_CLASSIFICATION Services Registry : Classification of an object 20110308
2 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
3 Importing IS_CLASSIFICATION_VALUE Call by reference Type reference (TYPE) SSTR_SR_CLASSIFICATION_VALUE Services Registry : Classification values for processing 20110308
4 Importing IT_CLASSIFICATIONS Call by reference Type reference (TYPE) STTY_SR_INBOUND_CLASSIFICATION Tabel of Classification Value References 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_CLASSIF_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CLASSIF_SYSTEM Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_CLASSIF_SYS Services Registry : Classification Meta Data 20110308
2 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_CLASSIF_VALUE_CHILDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CLASSIFICATION Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_CLASSIFICATION Services Registry : Classification of an object 20110308
2 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_CONS Signature

Method LOAD_CONS on class CL_SRT_SR_BROWSER_CNTRL has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_CONS_CHILDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CON Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_CON Services Registry : Physical System 20120711
2 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_CONS_CLASSIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CON Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_CON Services Registry : Web Service Definition 20120711
2 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_HIER_CLASSIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120711
2 Importing IR_HIERARCHY Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_CLASS_HIERARCHY Hierarchy of Classification 20120711
3 Importing I_LEVEL Call by reference Type reference (TYPE) I 0 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_IBCS Signature

Method LOAD_IBCS on class CL_SRT_SR_BROWSER_CNTRL has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_IBCS_CHILDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120711
2 Importing IR_IBC Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_IBC Services Registry : Physical System 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_IBCS_CLASSIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120711
2 Importing IR_IBC Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_IBC Services Registry : Web Service Definition 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_ORIG_SYSTEMS Signature

Method LOAD_ORIG_SYSTEMS on class CL_SRT_SR_BROWSER_CNTRL has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_SEPS_CHILDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120711
2 Importing IR_SEP Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_SEP Services Registry : Physical System 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_SEPS_CLASSIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
2 Importing IR_SEP Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_SEP Services Registry : Web Service Definition 20110308
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_SYSTEMS_CHILDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
2 Importing IR_SYSTEM Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_SYSTEM Services Registry : Physical System 20110308
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_SYSTEMS_CLASSIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
2 Importing IR_SYSTEM Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_SYSTEM Services Registry : Physical System 20110308
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_SYSTEMS_CONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120711
2 Importing IR_SYSTEM Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_SYSTEM Services Registry : Physical System 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_SYSTEMS_IBCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120711
2 Importing IR_SYSTEM Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_SYSTEM Services Registry : Physical System 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_SYSTEMS_TENANT_IBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LIST Call by reference Type reference (TYPE) SRT_UI_SR_BROWSER_LIST List structure for the SR browser 20120711
2 Importing IR_SYSTEM Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_SYSTEM Services Registry : Physical System 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120711

Method LOAD_SYSTEMS_WSDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
2 Importing IR_SYSTEM Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_SYSTEM Services Registry : Physical System 20110308
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_WSDS Signature

Method LOAD_WSDS on class CL_SRT_SR_BROWSER_CNTRL has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_WSDS_CHILDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
2 Importing IR_WSD Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_WSD Services Registry : Physical System 20110308
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_WSDS_CLASSIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
2 Importing IR_WSD Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_WSD Services Registry : Web Service Definition 20110308
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method LOAD_WSDS_SEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEM Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110308
2 Importing IR_WSD Call by reference Object reference (TYPE REF TO) IF_SR_INBOUND_WSD Services Registry : Web Service Definition 20110308
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308

Method RELOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20110308
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110308
History
Last changed by/on SAP  20130531 
SAP Release Created in