SAP ABAP Class CL_SRT_SR_IMPORT_VALIDATOR (Validation class for wizard in C_SRT_SR_PUB_WSDL)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_WIZARD_VALIDATOR wizard validator 20120711
Properties
Class CL_SRT_SR_IMPORT_VALIDATOR  
Short Description Validation class for wizard in C_SRT_SR_PUB_WSDL    
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 20110727   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
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_WIZARD_VALIDATOR wizard validator 20120711
Friends
Class CL_SRT_SR_IMPORT_VALIDATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Public Type reference (TYPE) STRING 'CL_SRT_SR_PUB_WSDL_VALIDATOR' 20120711
2 MR_EXPORT_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_SR_INBOUND_EXPORT_HANDLER Export Handler 20120711
3 MS_EXPORT_DATA Instance attribute Private Type reference (TYPE) SSTR_SR_EXPORT Services Registry: Export/Import structure 20120711
4 MT_CLASSIFICATION Instance attribute Private Type reference (TYPE) TT_CLASSIFICATION_LIST list of all selected entities and classifications 20120711
5 MT_CS_VISIBLE Instance attribute Protected See coding 20120711
6 MT_CV_VISIBLE Instance attribute Protected See coding 20120711
7 MT_SELECTION_AS_LIST Instance attribute Protected See coding 20120711
8 MT_SELECTION_CS_LIST Instance attribute Protected See coding 20120711
9 MT_SELECTION_CV_LIST Instance attribute Protected See coding 20120711
10 MT_SELECTION_ET_LIST Instance attribute Protected See coding 20120711
11 MT_VISIBLE Instance attribute Protected See coding 20120711
12 MV_CLASSIF_EXISTS Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120711
13 M_NO_ENTITIES Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120711
14 WD_ASSIST Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT_ASSISTANCE Model Interface for Web Dynpro 20120711
15 WD_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_TITLE_NODE Instance method Private Method 20120711
2 COLLAPSE_ALL Static method Public Method 20120711
3 CONSTRUCTOR Instance method Public Constructor 20120711
4 DESELECT_ALL Static method Public Method 20120711
5 EXPAND_ALL Static method Public Method 20120711
6 GET_CLASSIF_EXISTS Instance method Public Method 20120711
7 GET_ENTITIES_EXISTS Instance method Public Method 20120711
8 IMPORT Instance method Private Method 20120711
9 IMPORT_CONS Instance method Private Method 20120711
10 IMPORT_IBCS Instance method Private Method 20120711
11 IMPORT_SEPS Instance method Private Method 20120711
12 IMPORT_SYSTEMS Instance method Private Method 20120711
13 IMPORT_WSDS Instance method Private Method 20120711
14 RESET_VALIDATOR Instance method Public Method 20120711
15 SELECT_ALL Static method Public Method 20120711
16 SET_STATUS Instance method Private Method 20120711
17 STATUS_BINDINGS Instance method Private Method 20120711
18 STATUS_CLASSIFICATIONS Instance method Private Method 20120711
19 STATUS_CLASSIF_ASSIGNMENTS Instance method Private Method 20120711
20 STATUS_CLASS_SYSTEMS Instance method Private Method 20120711
21 STATUS_CONS Instance method Private Method 20120711
22 STATUS_IBCS Instance method Private Method 20120711
23 STATUS_SYSTEMS Instance method Private Method 20120711
24 STATUS_WSDS Instance method Private Method 20120711
25 UPLOAD_BINDINGS Instance method Private Method 20120711
26 UPLOAD_CLASSIFICATIONS Instance method Private Method 20120711
27 UPLOAD_CONS Instance method Private Method 20120711
28 UPLOAD_ENTITIES Instance method Private Method 20120711
29 UPLOAD_IBCS Instance method Private Method 20120711
30 UPLOAD_SYSTEMS Instance method Private Method 20120711
31 UPLOAD_WSDS Instance method Private Method 20120711
32 VALIDATE_CLASSIF_SELECTION Instance method Private Method 20120711
33 VALIDATE_ENTITY_SELECTION Instance method Private Method 20120711
34 VALIDATE_STATUS Instance method Public Method 20120711
35 VALIDATE_UPLOAD Instance method Private Method 20120711
Events
Class CL_SRT_SR_IMPORT_VALIDATOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 CLASSIFICATION_LIST Public See coding list of all selected entities and classifications 20120711 BEGIN OF classification_list, logical_key TYPE sdte_srt_wsp_sr_logical_key, clsys_tmodel_key TYPE sdte_srt_wsp_sr_uddi_key, cl_value TYPE sdte_srt_wsp_sr_class_value, name TYPE sdte_srt_wsp_sr_name, description TYPE string, clsys_name TYPE sdte_srt_wsp_sr_name, clsys_namespace TYPE sdte_srt_wsp_sr_namespace, object_type TYPE string, guid TYPE sdte_srt_wsp_sr_identifier, END OF classification_list
2 TT_CLASSIFICATION_LIST Public See coding 20120711 tt_classification_list type table of classification_list
3 YT_SELECTION_AS_LIST Protected See coding 20120711 BEGIN OF yt_selection_as_list, tmodel_key TYPE sdte_srt_wsp_sr_uddi_key, cl_value TYPE sdte_srt_wsp_sr_class_value, object_id TYPE sdte_srt_wsp_sr_logical_key, check_status TYPE string, message TYPE string, END OF yt_selection_as_list
4 YT_SELECTION_CS_LIST Protected See coding 20120711 BEGIN OF yt_selection_cs_list, tmodel_key TYPE sdte_srt_wsp_sr_uddi_key, check_status TYPE string, message TYPE string, END OF yt_selection_cs_list
5 YT_SELECTION_CV_LIST Protected See coding 20120711 BEGIN OF yt_selection_cv_list, tmodel_key TYPE sdte_srt_wsp_sr_uddi_key, cl_value TYPE sdte_srt_wsp_sr_class_value, check_status TYPE string, message TYPE string, END OF yt_selection_cv_list
6 YT_SELECTION_ET_LIST Protected See coding 20120711 BEGIN OF yt_selection_et_list, object_id TYPE sdte_srt_wsp_sr_logical_key, check_status TYPE string, message TYPE string, END OF yt_selection_et_list
7 YT_VISIBLE_CV_LIST Protected See coding 20120711 BEGIN OF yt_visible_cv_list, tmodel_key TYPE sdte_srt_wsp_sr_uddi_key, cl_value TYPE sdte_srt_wsp_sr_class_value, END OF yt_visible_cv_list
Method Signatures

Method APPEND_TITLE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_ELEM Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120711
2 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_TYPE Services Registry : Object Type 20120711

Method APPEND_TITLE_NODE on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method COLLAPSE_ALL 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 I_CLASSIF Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method COLLAPSE_ALL on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

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) IF_WD_COMPONENT_ASSISTANCE Model Interface for Web Dynpro 20120711
2 Importing WD_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro Context 20120711

Method CONSTRUCTOR on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method DESELECT_ALL 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 I_CLASSIF Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method DESELECT_ALL on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method EXPAND_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXPANDED Call by reference Type reference (TYPE) ABAP_BOOL 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 I_CLASSIF Call by reference Type reference (TYPE) ABAP_BOOL 20120711
4 Importing I_LEVEL Call by reference Type reference (TYPE) I 20120711
5 Importing I_MAX_LEVEL Call by reference Type reference (TYPE) I 1000 20120711
6 Importing I_NON_EXISTING Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method EXPAND_ALL on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method GET_CLASSIF_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_CLASSIF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20120711

Method GET_CLASSIF_EXISTS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method GET_ENTITIES_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_ENTITIES_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20120711

Method GET_ENTITIES_EXISTS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method IMPORT Signature

Method IMPORT on class CL_SRT_SR_IMPORT_VALIDATOR has no parameter.
Method IMPORT on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method IMPORT_CONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXPORT_SYSTEM Call by reference Type reference (TYPE) SSTR_SR_EXPORT_SYSTEM Services Registry: Export/Import structure for WSD 20120711
2 Importing IT_EXPORT_CONS Call by reference Type reference (TYPE) STTY_SR_EXPORT_CON Services Registry: Export/Import table for WSD 20120711

Method IMPORT_CONS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method IMPORT_IBCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXPORT_SYSTEM Call by reference Type reference (TYPE) SSTR_SR_EXPORT_SYSTEM Services Registry: Export/Import structure for WSD 20120711
2 Importing IT_EXPORT_IBCS Call by reference Type reference (TYPE) STTY_SR_EXPORT_IBC Services Registry: Export/Import table for WSD 20120711

Method IMPORT_IBCS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method IMPORT_SEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXPORT_SYSTEM Call by reference Type reference (TYPE) SSTR_SR_EXPORT_SYSTEM Services Registry: Export/Import structure for WSD 20120711
2 Importing IS_EXPORT_WSD Call by reference Type reference (TYPE) SSTR_SR_EXPORT_WSD Services Registry: Export/Import structure for WSD 20120711
3 Importing IT_EXPORT_SEPS Call by reference Type reference (TYPE) STTY_SR_EXPORT_SEP Services Registry: Bindings 20120711

Method IMPORT_SEPS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method IMPORT_SYSTEMS Signature

Method IMPORT_SYSTEMS on class CL_SRT_SR_IMPORT_VALIDATOR has no parameter.
Method IMPORT_SYSTEMS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method IMPORT_WSDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_EXPORT_SYSTEM Call by reference Type reference (TYPE) SSTR_SR_EXPORT_SYSTEM Services Registry: Export/Import structure for WSD 20120711
2 Importing IT_EXPORT_WSDS Call by reference Type reference (TYPE) STTY_SR_EXPORT_WSD Services Registry: Export/Import table for WSD 20120711

Method IMPORT_WSDS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method RESET_VALIDATOR Signature

Method RESET_VALIDATOR on class CL_SRT_SR_IMPORT_VALIDATOR has no parameter.
Method RESET_VALIDATOR on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method SELECT_ALL 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 I_CLASSIF Call by reference Type reference (TYPE) ABAP_BOOL 20120711
3 Importing I_NON_EXISTING Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method SELECT_ALL on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ELEM Call by reference Type reference (TYPE) SRT_UI_IMPORT_STATUS_TREE Structure for the import tree 20120711
2 Importing I_CHECK_STATUS Call by reference Type reference (TYPE) STRING 20120711
3 Importing I_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20120711
4 Importing I_MESSAGE Call by reference Type reference (TYPE) STRING 20120711

Method SET_STATUS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method STATUS_BINDINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SEP_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IS_SYSTEM Call by reference Type reference (TYPE) SSTR_SR_EXPORT_SYSTEM Services Registry: Export/Import structure for WSD 20120711
3 Importing IS_WSD Call by reference Type reference (TYPE) SSTR_SR_EXPORT_WSD Services Registry: Export/Import structure for WSD 20120711
4 Importing IT_BINDINGS Call by reference Type reference (TYPE) STTY_SR_EXPORT_SEP Services Registry: Bindings 20120711
5 Importing I_WSD_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method STATUS_BINDINGS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method STATUS_CLASSIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IT_CLASSIF_VALUES Call by reference Type reference (TYPE) STTY_SR_EXPORT_CLASSIF Services Registry: Export/Import table for WSD 20120711
3 Importing I_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method STATUS_CLASSIFICATIONS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method STATUS_CLASSIF_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IT_CLASSIF_INFO Call by reference Type reference (TYPE) STTY_SR_EXPORT_CLASSIF_INFO Services Registry: Bindings 20120711
3 Importing IV_LOGICAL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_LOGICAL_KEY Services Registry : Logical Key 20120711
4 Importing IV_OBJECT_GUID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER Services Registry : Logical Key 20120711
5 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_TYPE Services Registry : Object Type 20120711
6 Importing I_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method STATUS_CLASSIF_ASSIGNMENTS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method STATUS_CLASS_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IT_CLASS_SYSTEMS Call by reference Type reference (TYPE) STTY_SR_EXPORT_CLASSIF_SYS Services Registry: Export/Import table for WSD 20120711

Method STATUS_CLASS_SYSTEMS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method STATUS_CONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CON_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IS_SYSTEM Call by reference Type reference (TYPE) SSTR_SR_EXPORT_SYSTEM Services Registry: Export/Import structure for WSD 20120711
3 Importing IT_CONS Call by reference Type reference (TYPE) STTY_SR_EXPORT_CON Services Registry: Export/Import table for WSD 20120711
4 Importing I_SYS_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method STATUS_CONS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method STATUS_IBCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_IBC_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IS_SYSTEM Call by reference Type reference (TYPE) SSTR_SR_EXPORT_SYSTEM Services Registry: Export/Import structure for WSD 20120711
3 Importing IT_IBCS Call by reference Type reference (TYPE) STTY_SR_EXPORT_IBC Services Registry: Export/Import table for WSD 20120711
4 Importing I_SYS_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method STATUS_IBCS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method STATUS_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SYS_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IT_SYSTEM Call by reference Type reference (TYPE) STTY_SR_EXPORT_SYSTEM Services Registry: Export/Import table for WSD 20120711

Method STATUS_SYSTEMS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method STATUS_WSDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WSD_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IS_SYSTEM Call by reference Type reference (TYPE) SSTR_SR_EXPORT_SYSTEM Services Registry: Export/Import structure for WSD 20120711
3 Importing IT_WSDS Call by reference Type reference (TYPE) STTY_SR_EXPORT_WSD Services Registry: Export/Import table for WSD 20120711
4 Importing I_SYS_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method STATUS_WSDS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method UPLOAD_BINDINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SEP_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IS_SYSTEM Call by reference Type reference (TYPE) SSTR_SR_EXPORT_SYSTEM Services Registry: Export/Import structure for WSD 20120711
3 Importing IS_WSD Call by reference Type reference (TYPE) SSTR_SR_EXPORT_WSD Services Registry: Export/Import structure for WSD 20120711
4 Importing IT_BINDINGS Call by reference Type reference (TYPE) STTY_SR_EXPORT_SEP Services Registry: Bindings 20120711
5 Importing I_SYS_AUTH Call by reference Type reference (TYPE) ABAP_BOOL 20120711
6 Importing I_WSD_AUTH Call by reference Type reference (TYPE) ABAP_BOOL 20120711
7 Importing I_WSD_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method UPLOAD_BINDINGS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method UPLOAD_CLASSIFICATIONS Signature

Method UPLOAD_CLASSIFICATIONS on class CL_SRT_SR_IMPORT_VALIDATOR has no parameter.
Method UPLOAD_CLASSIFICATIONS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method UPLOAD_CONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CON_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IS_SYSTEM Call by reference Type reference (TYPE) SSTR_SR_EXPORT_SYSTEM Services Registry: Export/Import structure for WSD 20120711
3 Importing IT_CONS Call by reference Type reference (TYPE) STTY_SR_EXPORT_CON Services Registry: Export/Import table for WSD 20120711
4 Importing I_SYS_AUTH Call by reference Type reference (TYPE) ABAP_BOOL 20120711
5 Importing I_SYS_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method UPLOAD_CONS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method UPLOAD_ENTITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20120711

Method UPLOAD_ENTITIES on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method UPLOAD_IBCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_IBC_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IS_SYSTEM Call by reference Type reference (TYPE) SSTR_SR_EXPORT_SYSTEM Services Registry : Logical Key 20120711
3 Importing IT_IBCS Call by reference Type reference (TYPE) STTY_SR_EXPORT_IBC Services Registry: Export/Import table for WSD 20120711
4 Importing I_SYS_AUTH Call by reference Type reference (TYPE) ABAP_BOOL 20120711
5 Importing I_SYS_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method UPLOAD_IBCS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method UPLOAD_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SYS_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IT_SYSTEM Call by reference Type reference (TYPE) STTY_SR_EXPORT_SYSTEM Services Registry: Export/Import table for WSD 20120711

Method UPLOAD_SYSTEMS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method UPLOAD_WSDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WSD_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120711
2 Importing IS_SYSTEM Call by reference Type reference (TYPE) SSTR_SR_EXPORT_SYSTEM Services Registry: Export/Import structure for WSD 20120711
3 Importing IT_WSDS Call by reference Type reference (TYPE) STTY_SR_EXPORT_WSD Services Registry: Export/Import table for WSD 20120711
4 Importing I_SYS_AUTH Call by reference Type reference (TYPE) ABAP_BOOL 20120711
5 Importing I_SYS_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL 20120711

Method UPLOAD_WSDS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method VALIDATE_CLASSIF_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20120711

Method VALIDATE_CLASSIF_SELECTION on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method VALIDATE_ENTITY_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20120711

Method VALIDATE_ENTITY_SELECTION on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method VALIDATE_STATUS Signature

Method VALIDATE_STATUS on class CL_SRT_SR_IMPORT_VALIDATOR has no parameter.
Method VALIDATE_STATUS on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.

Method VALIDATE_UPLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20120711

Method VALIDATE_UPLOAD on class CL_SRT_SR_IMPORT_VALIDATOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in