Output Outbound

Operation Name

Output Outbound

Function Overview

Creates a data to send to SAP system based on input data by outbound processing.
Uses for purpose to refer the schema of the data to be sent to SAP system.

Data Model

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 to show on the script canvas.  
Input data Required Not available Select component on the script canvas.  
Required settings
Item name Required/Optional Use of variables Description Remarks
Connection destination Required Not available Select a global resource.
For details on global resource settings, refer to "Global resource properties".
  • [Add]:
    Add a new global resource.
  • [Edit list]:
    Allows you to edit the global resource settings in "Edit resource list".
 
Interface Required Not available Select a type of interface to execute.
  • [RFC (including BAPI)]: (default)
    Executes an RFC function module including BAPI.
  • [IDoc]:
    Executes an IDoc.
 
Search keyword Optional Not available Enter search keywords that are used for [Search business methods].  
Business method Required Available Select or enter an RFC function module including BAPI or IDoc basic type.  
Extension type Optional Available Enter the extension type of IDoc.
  • Enabled when [IDoc] is selected in [Interface].
Property action
Item name Description Remarks
Search business methods Gets business methods by using the settings of [Connection destination], [Interface], and [Search keyword], and allows the user to select one for [Business method].
  • Enabled when [Connection destination] and [Interface] are selected.
  • Business methods that partially match the value of [Search keyword] are searched for.
  • All business methods are retrieved when [Search keyword] is blank.
Schema extraction Gets the schema information of the business method specified in [Business method].
  • Enabled when [Connection destination] and [Interface] are selected, and [Business method] is specified.
Preview output schema Confirm output schema of specified [Business method].
  • Enabled when you click [Schema extraction] and the schema is extracted successfully.
Comment
Item name Required/Optional Use of variables Description Remarks
Comment Optional Not available You can write a short description of this adapter.
The description will be reflected in the specifications.
 

Schema

Input Schema

The same schema as the output schema is set.

Output Schema

Differs depending on the settings of [Business method]. Output schema can be confirmed at [Preview output schema].

Loading Schema on Mapper

Schema is loaded automatically.
For details, refer to "Edit Schema".

Mass Data Processing

Mass data processing is not supported.

Transaction

Transaction is not supported.

PSP Usage

PSP is not supported.

Available Component Variables

Component variable name Description Remarks
message_category Stores the category of message code corresponding to the occurred error.
  • Default value is null.
message_code Stores the code of message code corresponding to the occurred error.
  • Default value is null.
message_level Stores the severity of message code corresponding to the occurred error.
  • Default value is null.
error_type Stores the error type of occurred error.
  • Default value is null.
  • Error is represented in the format depicted below.
    Example:java.io.FileNotFoundException
  • The message may vary depending on the DataSpider Servista version.
error_message Stores the error message of occurred error.
  • Default value is null.
  • The message may vary depending on the DataSpider Servista version.
error_trace Stores the trace information of occurred error.
  • Default value is null.
  • The message may vary depending on the DataSpider Servista version or the client application used.

Specification Limits

None.

Main Exceptions

Exception name Cause Solution
InputDataNotFoundException [Input Data] is not specified. Specify [Input Data], or draw data flow.
ResourceNotFoundException
Resource definition is not found. Name:[]
[Connection destination] is not specified. Specify a value for [Connection destination].
ResourceNotFoundException
Resource definition is not found. Name:[<Name of global resources>]
Resource definition selected in [Connection destination] is not found. Check the global resource specified in [Connection destination].
InvalidPropertyConfigurationException
<Property name> is not specified.
[<Property name>] is not specified. Specify a value for [<Property name>].
com.appresso.ds.dp.modules.adapter.sap.BusinessMethodNotFoundException The method specified in [Business method] does not exist. Check the specified business method.
SapException
Error occurred in SAP system. Check logs and settings.

Notes