SAP ABAP Class /IWBEP/IF_SBDM_FILE_IMPORT_REQ (SBDM file import request)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBDM_FILE_IMPORT_REQ File import request 20130324
Properties
Class /IWBEP/IF_SBDM_FILE_IMPORT_REQ  
Short Description SBDM file import request    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130324   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_SBDM_FILE_IMPORT_REQ Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWBEP/IF_SBDM_FILE_IMPORT_REQ has no interface implemented.
Friends
Class /IWBEP/IF_SBDM_FILE_IMPORT_REQ has no friend class.
Attributes
Class /IWBEP/IF_SBDM_FILE_IMPORT_REQ has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Execute the import request 20130324
2 GET_MESSAGES Instance method Public Method Get the messages 20130520
3 GET_NODES_TO_CREATE Instance method Public Method Get the nodes to be created 20130324
4 GET_NODES_TO_DELETE Instance method Public Method Get the nodes to be deleted 20130324
5 GET_NODES_TO_UPDATE Instance method Public Method Get the nodes to be updated 20130324
6 GET_SOURCE_DOCUMENT Instance method Public Method Get the source xml document 20130324
7 GET_TARGET_MODEL Instance method Public Method Get the target node to which the contents to be applied 20130410
8 GET_UNMODIFIED_NODES Instance method Public Method Get the nodes that are not modified 20130416
9 SET_NODES_FILTER Instance method Public Method Setter for the required nodes to be updated 20130510
Events
Class /IWBEP/IF_SBDM_FILE_IMPORT_REQ has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_NODE Public See coding 20130510 BEGIN OF ty_s_node, node TYPE REF TO /iwbep/if_sbdm_node, required TYPE boolean, END OF ty_s_node
2 TY_S_NODE_LIST Public See coding 20130325 BEGIN OF ty_s_node_list, node_name TYPE /iwbep/sbdm_node_name, node_type TYPE /iwbep/sbdm_node_type, parent_node_name TYPE /iwbep/sbdm_node_name, parent_node_type TYPE /iwbep/sbdm_node_type, node TYPE REF TO /iwbep/if_sbdm_node, change_type TYPE string, " Possible values: New,Changed,Deleted,Equal required TYPE boolean, rank TYPE i, " used in sorting based on the node type * plugin TYPE /iwbep/sbdm_plugin, END OF ty_s_node_list
3 TY_T_NODES Public See coding 20130510 ty_t_nodes TYPE STANDARD TABLE OF ty_s_node
4 TY_T_NODE_LIST Public See coding 20130325 ty_t_node_list TYPE STANDARD TABLE OF ty_s_node_list WITH DEFAULT KEY
Method Signatures

Method EXECUTE Signature

Method EXECUTE on class /IWBEP/IF_SBDM_FILE_IMPORT_REQ has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130324

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGE Value transfer Type reference (TYPE) /IWBEP/IF_SBCM_MSG_OBJECT=>TY_T_OBJECT 20130520
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130520

Method GET_NODES_TO_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_NODES Value transfer Type reference (TYPE) TY_T_NODE_LIST nodes 20130324
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130520

Method GET_NODES_TO_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_NODES Value transfer Type reference (TYPE) TY_T_NODE_LIST nodes 20130324
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130520

Method GET_NODES_TO_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_NODES Value transfer Type reference (TYPE) TY_T_NODE_LIST nodes 20130324
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130520

Method GET_SOURCE_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_DOCUMENT Value transfer Object reference (TYPE REF TO) IF_IXML_DOCUMENT XML document 20130324
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130324

Method GET_TARGET_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_MODEL Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBDM_MODEL Model Node (==Schema) 20130410
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130410

Method GET_UNMODIFIED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_NODES Value transfer Type reference (TYPE) TY_T_NODE_LIST 20130416
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130520

Method SET_NODES_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REQUIRED_NODES Call by reference Type reference (TYPE) TY_T_NODES 20130510
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130510
History
Last changed by/on SAP  20141120 
SAP Release Created in