Execute Inbound

Operation Name

Execute Inbound

Function overview

Executes RFC general module including BAPI of SAP system

Data Model

Data model of this component is XML type.

Properties

For information about using variables, refer to "variables".
Basic settings
Item name Required/Optional Use of Variables Description Remarks
Name Required Not available Enter the name on the script canvas.  
Input data Required Not available Select the component on the script canvas.  
Required settings
Item name Required/Optional Use of Variables Description Remarks
Destination Required Not available Select Global Resources.
Refer to "Global Resource Properties" for global resource settings .
  • [Add]:
    Adds new global resource.
  • [Edit list]:
    Global resource settings can be managed from "Edit Resource list".
 
Interface Required Not available Select the type of interface to execute.
  • [BAPI]:(default)
    Executes BAPI.
  • [RFC]:
    Executes RFC general module.
  • [IDoc]:
    Executes IDoc.
 
Sender Required Available Enter sender.
  • The sender specified at [Sender] must match with the routing rule of SAP Business Connector.
Receiver Required Available Enter receiver.
  • The receiver specified at [Receiver] must match with the routing rule of SAP Business Connector.
IDoc
Item name Required/Optional Use of Variables Description Remarks
TID Optional Available TID to send IDoc type at run time.
  • Enabled when "IDoc" is selected at [Interface].
Schema
Item name Required/Optional Use of Variables Description Remarks
Perform validation Optional Not available Select whether you want XML to Schema validation.
  • [Checked]:
    Provides XML Schema validation.
  • [Not Checked]: (default)
    Perform XML Schema validation.
 
Request XML Schema Required Available Enter file path of XML Schema that is used to verify data send to SAP Business Connector.

Click [Browse] button to activate the file Selectr and Select the file.
  • For file path, specify absolute path of the local file system of server OS.
  • The maximum number of error messages when validation fails is "1000".
  • Enabled when [Perform validation] is checked.
Response XML Schema Optional Available Enter file path of XML Schema that is used to verify data sent from SAP Business Connector.

Click [Browse] button to activate the file Selectr and Select the file.
  • For file path, specify absolute path of the local file system of server OS.
  • The maximum number of error messages when validation fails is "1000".
  • Enabled when [Perform validation] is checked.
Property Action
Item name Description Remarks
Preview Start the previewer and view content of file specified at [Request XML Schema] or [Response XML Schema].
  • Enabled when [Perform validation] is checked.
  • Disables when specified file dose not exist, or variables are set.
  • You can not edit the file contents.
Data processing method
Item name Required/Optional Use of Variables Description Remarks
Mass data processing Required Not available Select a data processing method.
  • [Use script settings]: (default)
    Apply mass data processing settings of script property to adapter.
  • [Disable]:
    Mass data processing is not performed.
  • [Enable]:
    Mass data processing is performed.
 
Comment
Item name Required/Optional Use of Variables Description Remarks
Comment Optional Not available You can write comment.  

Schema

Input Schema

The scheme differs from the processing contents.Please schema from SAP Business Connector.

Output Schema

The scheme differs from the processing contents.Please schema from SAP Business Connector.

Loading schema in Mapper

Schema needs to be reloaded manually.
See "Edit Schema"for any details .

Mass data processing

Mass data processing is supported.

Transaction

Transaction is supported.

Use transaction when Global Resource in [Enable transaction processing] is checked.

PSP Usage

PSP is not supported.

Available Component variables

Component variable name Description Remarks
message_category Stroes the category to which corresponding message code belongs to, when an error occurs.
  • The value defaults to null.
message_code Stores its corresponding message code of occured error.
  • The value defaults to null.
message_level Stores the severity of the corresponding message code of the occured error.
  • The value defaults to null.
error_type Stores the type of the occured error.
  • The value defaults to null.
  • Error is represented in the format depicted below.
    Example:java.io.FileNotFoundException
  • The message may vary depending on DataSpider Servista version.
error_message Stores the error message for the occured error.
  • The value defaults to null.
  • The message may vary depending on DataSpider Servista version.
error_trace Stores stack trace of the occurred error.
  • The value defaults to null.
  • The message may vary depending on DataSpider Servista version or the client application used.

Specification Limits

None.

Main exceptions

Exception name Cause Solution
InputDataNotFoundException [Input data] is not specified. Specify the [Input data], or draw the data flow.
InvalidPropertyConfigurationException
<Property name> is not specified.
[<Property name>] is not specified. Specify the [<Property name>].
ResourceNotFoundException
Resource definition could not be found.Name: []
[Destination] is not specified. Specify [Destination].
ResourceNotFoundException
Resource definition could not be found.Name: [<name of Global Resources>]
Resource definition selected in [Destination] is not found. Check the global resource specified in [Destination].
ValidationException Validation failed. Confirm input data or response data returned from SAP Business Connector.

Notes