Hierarchy
⤷
⤷
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 | 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 | Constant | Public | Type reference (TYPE) | STRING | 'CL_SRT_SR_PUB_WSDL_VALIDATOR' | 20120711 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SR_INBOUND_EXPORT_HANDLER | Export Handler | 20120711 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SSTR_SR_EXPORT | Services Registry: Export/Import structure | 20120711 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TT_CLASSIFICATION_LIST | list of all selected entities and classifications | 20120711 | |||
| 5 | Instance attribute | Protected | See coding | 20120711 | |||||
| 6 | Instance attribute | Protected | See coding | 20120711 | |||||
| 7 | Instance attribute | Protected | See coding | 20120711 | |||||
| 8 | Instance attribute | Protected | See coding | 20120711 | |||||
| 9 | Instance attribute | Protected | See coding | 20120711 | |||||
| 10 | Instance attribute | Protected | See coding | 20120711 | |||||
| 11 | Instance attribute | Protected | See coding | 20120711 | |||||
| 12 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120711 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120711 | ||||
| 14 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT_ASSISTANCE | Model Interface for Web Dynpro | 20120711 | |||
| 15 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 |
Methods
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 | ER_ELEM | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20120711 | |||
| 2 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 3 | 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 | IR_ELEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20120711 | |||
| 2 | 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 | WD_ASSIST | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_ASSISTANCE | Model Interface for Web Dynpro | 20120711 | |||
| 2 | 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 | IR_ELEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20120711 | |||
| 2 | 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 | E_EXPANDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120711 | ||||
| 2 | IR_ELEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20120711 | |||
| 3 | I_CLASSIF | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120711 | ||||
| 4 | I_LEVEL | Call by reference | Type reference (TYPE) | I | 20120711 | ||||
| 5 | I_MAX_LEVEL | Call by reference | Type reference (TYPE) | I | 1000 | 20120711 | |||
| 6 | 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 | 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 | 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 | IS_EXPORT_SYSTEM | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_SYSTEM | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 2 | 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 | IS_EXPORT_SYSTEM | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_SYSTEM | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 2 | 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 | IS_EXPORT_SYSTEM | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_SYSTEM | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 2 | IS_EXPORT_WSD | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_WSD | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 3 | 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 | IS_EXPORT_SYSTEM | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_SYSTEM | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 2 | 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 | IR_ELEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20120711 | |||
| 2 | I_CLASSIF | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120711 | ||||
| 3 | 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 | CS_ELEM | Call by reference | Type reference (TYPE) | SRT_UI_IMPORT_STATUS_TREE | Structure for the import tree | 20120711 | |||
| 2 | I_CHECK_STATUS | Call by reference | Type reference (TYPE) | STRING | 20120711 | ||||
| 3 | I_EXISTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120711 | ||||
| 4 | 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 | IR_SEP_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | IS_SYSTEM | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_SYSTEM | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 3 | IS_WSD | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_WSD | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 4 | IT_BINDINGS | Call by reference | Type reference (TYPE) | STTY_SR_EXPORT_SEP | Services Registry: Bindings | 20120711 | |||
| 5 | 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 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | IT_CLASSIF_VALUES | Call by reference | Type reference (TYPE) | STTY_SR_EXPORT_CLASSIF | Services Registry: Export/Import table for WSD | 20120711 | |||
| 3 | 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 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | IT_CLASSIF_INFO | Call by reference | Type reference (TYPE) | STTY_SR_EXPORT_CLASSIF_INFO | Services Registry: Bindings | 20120711 | |||
| 3 | IV_LOGICAL_KEY | Call by reference | Type reference (TYPE) | SDTE_SRT_WSP_SR_LOGICAL_KEY | Services Registry : Logical Key | 20120711 | |||
| 4 | IV_OBJECT_GUID | Call by reference | Type reference (TYPE) | SDTE_SRT_WSP_SR_IDENTIFIER | Services Registry : Logical Key | 20120711 | |||
| 5 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | SDTE_SRT_WSP_SR_OBJECT_TYPE | Services Registry : Object Type | 20120711 | |||
| 6 | 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 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | 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 | IR_CON_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | IS_SYSTEM | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_SYSTEM | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 3 | IT_CONS | Call by reference | Type reference (TYPE) | STTY_SR_EXPORT_CON | Services Registry: Export/Import table for WSD | 20120711 | |||
| 4 | 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 | IR_IBC_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | IS_SYSTEM | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_SYSTEM | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 3 | IT_IBCS | Call by reference | Type reference (TYPE) | STTY_SR_EXPORT_IBC | Services Registry: Export/Import table for WSD | 20120711 | |||
| 4 | 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 | IR_SYS_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | 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 | IR_WSD_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | IS_SYSTEM | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_SYSTEM | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 3 | IT_WSDS | Call by reference | Type reference (TYPE) | STTY_SR_EXPORT_WSD | Services Registry: Export/Import table for WSD | 20120711 | |||
| 4 | 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 | IR_SEP_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | IS_SYSTEM | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_SYSTEM | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 3 | IS_WSD | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_WSD | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 4 | IT_BINDINGS | Call by reference | Type reference (TYPE) | STTY_SR_EXPORT_SEP | Services Registry: Bindings | 20120711 | |||
| 5 | I_SYS_AUTH | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120711 | ||||
| 6 | I_WSD_AUTH | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120711 | ||||
| 7 | 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 | IR_CON_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | IS_SYSTEM | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_SYSTEM | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 3 | IT_CONS | Call by reference | Type reference (TYPE) | STTY_SR_EXPORT_CON | Services Registry: Export/Import table for WSD | 20120711 | |||
| 4 | I_SYS_AUTH | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120711 | ||||
| 5 | 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 | 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 | IR_IBC_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | IS_SYSTEM | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_SYSTEM | Services Registry : Logical Key | 20120711 | |||
| 3 | IT_IBCS | Call by reference | Type reference (TYPE) | STTY_SR_EXPORT_IBC | Services Registry: Export/Import table for WSD | 20120711 | |||
| 4 | I_SYS_AUTH | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120711 | ||||
| 5 | 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 | IR_SYS_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | 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 | IR_WSD_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120711 | |||
| 2 | IS_SYSTEM | Call by reference | Type reference (TYPE) | SSTR_SR_EXPORT_SYSTEM | Services Registry: Export/Import structure for WSD | 20120711 | |||
| 3 | IT_WSDS | Call by reference | Type reference (TYPE) | STTY_SR_EXPORT_WSD | Services Registry: Export/Import table for WSD | 20120711 | |||
| 4 | I_SYS_AUTH | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120711 | ||||
| 5 | 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 | 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 | 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 | 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 |