Input Outbound

Operation Name

Input Outbound

Function Overview

Passes a data received from SAP system by outbound processing, to following processings.
Uses for the purpose to refer schema of the data received from 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
Integration Component Required Available Select or enter integration component name set on the SAP EICS.  
Event Required Available Select or enter event set on the SAP EICS.
  • List of [Event] cannot be obtained automatically in case of following situations.
    • When there is no specified integration component or business method.
    • When a valiable is specified in [Integration component] or [Business method].
    • When [Integration component] or [Business method] is not entered.
    • When an error occurs to [Integration component] or [Business method].
Property action
Item name Description Remarks
Input schema review Confirm input schema of specified [Event].
  • Cannot be previewed in case of following situations.
    • When there is no specified integration component or business method.
    • When a valiable is specified in [Integration component] or [Business method].
    • When [Integration component] or [Business method] is not entered.
    • When an error occurs to [Integration component] or [Business method].
Commnet
Item name Required/Optional Use of variables Description Remarks
Commnet Optional Not available You can write a short description of this adapter.
The description will be reflected in the specifications.
 

Schema

Input Schema

Diiffers depending on the settings of [Event]. Input schema can be confirmed at [Input Schema Preview].

Output Schema

None.

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 occured error.
  • Default value is null.
message_code Stores the code of message code corresponding to the occured error.
  • Default value is null.
message_level Stores the severity of message code corresponding to the occured error.
  • Default value is null.
error_type Stores the error type of occured 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 occured error.
  • Default value is null.
  • The message may vary depending on the DataSpider Servista version.
error_trace Stores the trace information of occured error.
  • Default value is null.
  • The message may vary depending on the DataSpider Servista version or the client application used.

Environmnet

For more details about environment, refer Here.

EICS Event Settings

EICS event settings are required to execute outbound processing of RFC all-purpose modules including in BAPI or IDoc in SAP adopter.
For more details about settings, refer Here.

Specification Limits

Main Exceptions

Exception name Cause Solution
InputDataNotFoundException [Input Data] is not specified. Specify [Input Data], or draw data flow.
InvalidPropertyConfigurationException
Integration Component is not specified.
Integration Component is not specified. Specify Integration Component.
InvalidPropertyConfigurationException
Event is not specified.
[Event] is not specified. Specify [Event].
IntegrationComponentNotFoundException Specified integration component is not defined in EICS. Set integration component in EICS.
EventNotFoundException Specified event is not defined in EICS. Set event in EICS.

Notes